cURL
curl --request POST \ --url https://api.getoutbox.ai/agent/ \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "type": "chatbot", "description": "<string>" } '
"<string>"
Create a new agent (chatbot or voicebot)
Company API Key
Agent creation details
Name of the agent
Type of agent to create
chatbot
voicebot
Description that generates prompt from instructions
Agent created successfully
The ID of the newly created agent