Create Agent

Create a new AI agent. Only the name field is required — all other configuration can be added later.

Authentication

X-API-Keystring
Your API key from [Dashboard → Settings → API Keys](https://dashboard.bookedin.ai/settings)

Request

This endpoint expects an object.
namestringRequired>=1 character
Display name for the agent
agent_configobjectOptional
Core agent configuration
channel_profilesobjectOptional

Channel-specific configurations. Enable and configure each channel independently.

Response

Agent created
idstring or null
Unique agent identifier
business_idstring or null
Business this agent belongs to
namestring or null
Display name for the agent
agent_configobject or null
Core agent configuration
channel_profilesobject or null

Channel-specific configurations. Enable and configure each channel independently.

created_atdatetime or null

Errors