Skip to main content
POST
/
organization-skills
Create a new skill
curl --request POST \
  --url https://app.usechar.ai/api/organization-skills \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "content": "<string>",
  "domains": [
    "<string>"
  ]
}
'
{
  "skill_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.usechar.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

WorkOS JWT token. Obtain via WorkOS AuthKit authentication flow. The token must include organization_id claim for organization-scoped endpoints.

Body

application/json

Input for creating an organization skill

content
string
required

Complete SKILL.md content with YAML frontmatter

Minimum string length: 1
domains
string[]

Hostnames for domain-scoped activation

Response

OK

skill_id
string<uuid>
required
name
string
required