Authorizations
API Key authentication for programmatic access. Include your API key in the Authorization header as: Bearer your_api_key_here
Path Parameters
Unique identifier of the agent to execute
Body
Input values for agent execution based on agent input configuration
Input values for agent execution based on agent input configuration. This can be any JSON object and will be stringified as input to the agent.
Optional array of file attachments to include with the agent execution
Response
Successful response
Complete result of synchronous agent execution
The final text response from the assistant
All tool calls made during the agent run
All tool results received during the agent run
Complete message history from the agent run
- Option 1
- Option 2
- Option 3
- Option 4