Cortex API
stringstring
string · requiredstringobjectstring | null
Install a skill
POST
http://localhost:8000
/api/admin/skills/install
Install a skill from a direct URL or a skills.sh registry identifier. Provide exactly one of url or registry_id. Admin-only.
Install a skill › Request Body
Provide exactly one of url or registry_id.
urlDirect URL to SKILL.md or ZIP archive
registry_idRegistry identifier (namespace/name) from skills.sh
Install a skill › Responses
Skill installed
Installed skill details
Get skill configuration
GET
http://localhost:8000
/api/admin/skills/{skill_id}/config
Get a skill's configuration schema, base URL, and current values (secret values are masked). Admin-only.
path Parameters
skill_idGet skill configuration › Responses
200
Skill configuration
skill_idobject[]
valuesCurrent values (secrets masked as '********')
base_urlSave skill configuration
PUT
http://localhost:8000
/api/admin/skills/{skill_id}/config