Create a skill
POST/api/v1/chatbots/:chatbotId/skills
Create a new skill for a chatbot. Auto-enables the skills feature on first creation. Name must be unique within the chatbot (max 25 skills per chatbot). Required scope: skills:write.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 429
Skill created.
Bad Request — invalid input
Unauthorized — missing or invalid API key
Forbidden — key lacks required scope
Not Found
Too Many Requests — rate limit exceeded