Skip to main content
POST
Create Agent

Authorizations

Authorization
string
header
required

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

Path Parameters

project_id
string
required

Body

application/json
name
string
required
id
string<uuid> | null

Response

200 - application/json

AgentInfo(id: uuid.UUID, name: str)

id
string<uuid>
required
name
string
required