Authorizations
Body
The model stack to use for the agent
anthropic/default
, anthropic/default-next
, openai/default
, openai/reasoning
, openai/reasoning-low
, hybrid/reasoning-low
JSON schema defining the structure of input data for runs
The main prompt that defines what the agent should accomplish
List of tools available to the agent
1
- Option 1
- Option 2
Type of result the agent should produce
document
, json
Optional human-readable name for the agent
Optional human-readable description for the agent
URL to receive webhook notifications when runs complete
Optional custom instructions for the planning phase
Optional custom instructions for tool calling
Optional custom instructions for result formatting
Whether to enable context compression when agent run becomes too long
JSON schema for result validation (required when resultType is 'json')
Response
Agent created successfully
Unique identifier for the agent
The model stack used by the agent
JSON schema defining input structure
The main goal prompt for the agent
Available tools for the agent
- Option 1
- Option 2
Type of result the agent produces
document
, json
Whether the agent is active
Agent creation timestamp
Agent last update timestamp
Human-readable name for the agent
Human-readable description for the agent
Webhook URL for run completion notifications
Custom planning instructions
Custom tool call instructions
Custom result formatting instructions
Whether context compression is enabled
JSON schema for result validation (only for json result type)