Skip to main content
The Skills API lets you manage Skills programmatically. Use it to sync Skills from a repository, inspect stored files, create reusable instruction sets, attach accessible integrations, and import SKILL.md files or zip archives.

Base URL

Dedicated deploymentsReplace api.langdock.com with <your-deployment-url>/api/public in all requests. Skills API requests still act as the user who created the key, so sharing a Skill with a workspace API key does not change what that key can see.

API Key Scope

All Skills API endpoints require an API key with the SKILL_API scope.
Create a workspace API key with SKILL_API scope in your workspace settings. Personal API keys cannot call this API. Requests use the key owner for Skills product access and Skill permissions.

Available Endpoints

Skill Object

Skills API responses use the same Skill object across endpoints:
Get Skill also returns a 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 Skill id. 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 a 429 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.