Agents
Run Agent Endpoint
Execute an AI agent with a user message.
This endpoint runs inference using a specific agent, applying its custom instructions, demonstrations, and model configuration to generate a personalized response.
Authentication: Requires a valid API key in Authorization header. Usage tracking and billing will be applied to the API key owner.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Unique identifier of the agent to execute
Body
application/json
Response
200
application/json
Successful Response
Response model for agent execution endpoint