Skip to main content
POST
Create Parent Agent Type

Authorizations

Authorization
string
header
required

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

Body

application/json
parent_agent_type_name
string
required

Human-readable parent agent type name.

Minimum string length: 1
description
string
required

Description that explains when this parent agent type should be used.

Minimum string length: 1

Response

Successful Response

success
boolean
required

Whether the request was successful.

data
ParentAgentTypeSearchData · object
required

Parent agent type search results.

error_type
string | null

Type of error if the request failed.

error_message
string | null

Error message or informational message.