v53

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-076771,7565.2 MB
agent builder

Create a skill

Spaces method and path for this operation:

<div><span class="operation-verb post">post</span>&nbsp;<span class="operation-path">/s/{space_id}/api/agent_builder/skills</span></div>

Refer to Spaces for more information.

Create a new user-defined skill. To learn more about Agent Builder skills, refer to the skills documentation.<br/><br/>[Required authorization] Route required privileges: agentBuilder:manageSkills.

post/api/agent_builder/skills

Headers

kbn-xsrfstring required
Example:true

A required header to protect against CSRF attacks

Request body

contentstring required

Skill instructions content (markdown).

descriptionstring required

Description of what the skill does.

idstring required

Unique identifier for the skill.

namestring required

Human-readable name for the skill.

tool_idsstring[]

Tool IDs from the tool registry that this skill references.

Response

Indicates a successful response