SKILL.md files or zip archives.
Base URL
API Key Scope
All Skills API endpoints require an API key with theSKILL_API scope.
Available Endpoints
Skill Object
Skills API responses use the same Skill object across endpoints:files array with stored file metadata. List, create, and update responses do not include files.
Supported Skill Types
The API only manages Skills that users create in the workspace. System Skills, templates, and Skill Packs are not returned or modified through these endpoints. For item endpoints, use the Skillid. The slug field is supported as a list filter and as the upsert key for imports, but reads, updates, and deletes use skillId.
Permissions
Requests use the key owner for permissions and access:
If you attach integrations with
integrationIds, each integration must be enabled in your workspace.
Skill visibility
A workspace API key can list and get Skills it created, Skills shared with the workspace, and Skills a workspace admin shared with that key. A workspace admin grants that access in Share.Rate Limits
The Skills API follows standard API rate limits. If you exceed the limit, you’ll receive a429 response. Wait and retry with exponential backoff.
Langdock intentionally blocks browser-origin requests to protect your API key and ensure your applications remain secure. For more information, please see our guide on API Key Best Practices.