v1

latestOpenAPI 3.0.02026-07-26492143.5 KB
Skills

Create skill

Upload a skill package and create a new skill. The package must include a SKILL.md with name and description frontmatter; uploads may be a single .md file (stored as SKILL.md), or a .zip / .skill archive containing SKILL.md at its root. The initial version is created automatically. Maximum upload size is 10 MB.

post/skills

Response

Skill created.

Example response

{
  "skill": {
    "id": "skill_x7y8z9",
    "name": "Lead enrichment",
    "description": "Enriches inbound leads with firmographics.",
    "team_id": "team_4f8c92ab",
    "created_at": "2026-05-19T09:00:00Z",
    "updated_at": "2026-05-19T09:00:00Z",
    "version_id": "sv_a1b2c3d4",
    "major_version": 1,
    "version_created_at": "2026-05-19T09:00:00Z"
  }
}