Skip to main content
POST
Create Agent

Authorizations

Authorization
string
header
required

Enter your API key

Body

application/json
project_id
string
required

The project ID

name
string
required

The name of the agent

model
string
required

The AI model to use (e.g., 'gpt-5.1', 'gemini-2.5-flash')

instruction
string

System instructions for the agent

status
enum<integer>

Agent status (0 = inactive, 1 = active)

Available options:
0,
1

Response

Agent created successfully

Complete agent details (for Create/Read operations)

bot
object

Agent/Bot object (used in list responses)