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
User message or prompt to send to the agent
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.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Unique identifier of the agent to execute
User message or prompt to send to the agent