Create and manage AI agents
The Agents API allows you to create, manage, and execute AI agents in your application.
Create a new AI agent with specified configuration.
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
The unique identifier of the created agent
ISO 8601 timestamp of when the agent was created
Retrieve a list of all agents for the authenticated user.
Whether to pretty-print the JSON response
List of agent objects
Retrieve details of a specific agent.
The unique identifier of the agent
Whether to pretty-print the JSON response
The agent details
Execute an agent with the provided input.
The unique identifier of the agent
The input text for the agent to process
Optional session ID for continuing a conversation
The agentβs response to the input
The session ID for this conversation