Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Input for creating a new agent

name
string
required

Name of the agent

Minimum string length: 1
description
string | null

Description of the agent

customId
string | null

Custom identifier for the agent

Response

The created agent

data
object
required