Skip to content

Sync Skill from Source

POST
/api/v3/organizations/{organisation}/ai/skills/{skillId}/sync

Re-fetches skill content from its original source. * Only applicable to skills imported from external sources (skills.sh, github). * Inline skills cannot be synced. * * Version Behavior: * - If version is pinned, fetches that specific version * - If no version specified, fetches latest

Authorizations

Parameters

Path Parameters

organisation
required
string

The organisation ID

skillId
required
string

The skill ID

Responses

200

Skill synced successfully

object
skill
object
message
string

400

Cannot sync inline skill

403

Access denied

404

Skill not found

500

Failed to sync skill

502

Failed to fetch skill from source