Bot

Create an Agent

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

post/bot/createAgent

Headers

authorizationstring required

Required bot token using the Bearer scheme.

Request body

namestring required
handlestring
emojistring
descriptionstring
skill_keystring
instructionsstring

Response

BotCreateAgentSuccess

oktrue required

Always true for a successful request.

Changes