Body
Unique identifier for the agent
API key for authentication
Key-value pairs of parameters for the agent run
Optional token obtained from the /api/create_agent_auth_profile endpoint that allows the agent to access encrypted authentication data. This token can only be used with the specific agent_id it was generated for.
Controls whether the agent runs asynchronously. When set to false, the request will block until the agent completes execution.
Response
Agent run initiated successfully
Response schema for agent run
URL to view the agent running in the web interface
"https://app.trykura.com/public-session-viewer/250ba43a-9597-486a-b718-aa61280fdd65"
Unique identifier for the created session
"250ba43a-9597-486a-b718-aa61280fdd65"
Output from the agent execution. Only included when run_async is set to false.
Error message if the agent execution failed. Only included when run_async is set to false.