Agent Endpoints
Create Agent
Create a new AI agent with specified configuration
POST
Create a new AI agent with the specified configuration. The agent can be used to process inputs and generate responses based on its configuration.
Request Body
The name of the agent
The system instruction for the agent that defines its behavior
The LLM model to use (must be one of the supported models)
Optional tool integration for the agent
Optional UI component override (defaults to ‘Chat’)
Response
The unique identifier of the created agent
ISO 8601 timestamp of when the agent was created
Response