Bot

Create an Agent

Creates a named specialization owned by the authenticated bot. Name is required; skill and instructions are independently optional.

post/bot{token}/createAgent

Path parameters

tokenstring required

Required bot token included in the URL path.

Headers

authorizationstring

Optional bot token using the Bearer scheme. When supplied, it takes precedence over the token in the URL.

Request body

namestring required
handlestring
emojistring
descriptionstring
skill_keystring
instructionsstring

Response

BotCreateAgentSuccess

oktrue required

Always true for a successful request.

Changes