Skip to main content
POST
Create skill

Authorizations

Authorization
string
header
required

Conduit API token. Use Authorization: Bearer <token>. Read/write endpoints require a token with write access.

Body

application/json

Request body for creating a workspace agent skill. External callers must explicitly opt into auto-assignment.

workspace_id
string
required
name
string
required
Required string length: 1 - 64
Pattern: ^[a-z0-9]+(?:-[a-z0-9]+)*$
description
string
required
Required string length: 1 - 1024
body
string
required
Minimum string length: 1
allowed_tools
string[]
tags
string[]
enabled
boolean
auto_assign_to_existing_v2_agents
boolean

Response

Skill created

Single workspace skill response.

data
object
required