Skip to main content
POST
/
agent
Create Agent
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>"

Authorizations

Authorization
string
header
required

Company API Key

Body

application/json

Agent creation details

name
string
required

Name of the agent

type
enum<string>
required

Type of agent to create

Available options:
chatbot,
voicebot
description
string

Description that generates prompt from instructions

Response

Agent created successfully

The ID of the newly created agent