Create Agent Response (POST /v1/agent). Orchestrates multi-step agentic workflows with built-in tools (web search, URL fetching, function calling), reasoning, and multi-model support. Streaming is not supported by this action. At least one of 'model', 'models', or 'preset' must…
inputRequiredstringThe user's input/query to process.
modelstringModel identifier (e.g. 'openai/gpt-5.2', 'perplexity/sonar'). Provider/model format. At least one of model, models, or preset is required.
toolsarrayTools available to the agent: web_search, fetch_url, function.
modelsarrayFallback chain of models (min 1, max 5). API tries each in order if prior fails. At least one of model, models, or preset is required.
presetstringPreset configuration: 'fast-search', 'pro-search', 'deep-research'. 'deep-research' generates very long responses (10K-100K+ words). At least one of model, models, or preset is required.
max_stepsintegerMaximum number of agent steps (1-10).
reasoningobjectConfiguration for reasoning behavior.
instructionsstringSystem instructions to guide the agent's behavior.
response_formatobjectResponse format for structured output.
max_output_tokensintegerMaximum output tokens.
language_preferencestringPreferred response language as ISO 639-1 code.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.