Create Inline Skill
POST /api/v3/organizations/{organisation}/ai/skills
POST
/api/v3/organizations/{organisation}/ai/skills
Creates a new skill with inline content. Use this for custom skills * that are defined directly in your organization. * * Trigger Conditions: * - Natural language description of when to use the skill * - Used by AI to determine when to suggest or apply the skill * - Example: ‘When the user asks about code review or security analysis’
Authorizations
Parameters
Path Parameters
organisation
required
string
The organisation ID
Request Body required
object
name
required
string
code-review description
string
Expert code review with security analysis content
required
string
You are an expert code reviewer... triggerCondition
required
string
When the user asks for code review tags
Array<string>
requiredTools
Array<string>
namespace
string
files
object
disableModelInvocation
boolean
allowedTools
Array<string>
installedBy
string
Responses
201
Skill created successfully
object
success
boolean
true skill
object
message
string
Skill created successfully400
Invalid request parameters
403
Access denied
500
Failed to create skill