Understand the API
Introduction
The LLM Skills API lets you integrate the skill catalog, personal collections and team collections into your own tools.
What the API does
Explore skills and plugins, read item details, retrieve categories, create collections and sync team selections.
When to use it
Use it to power an internal tool, build recommendations, prepare automated installs or sync a team knowledge base.
Response format
Successful calls return a data object. Errors return an error object with an HTTP status.
Example
{
"data": { "skills": [] }
}
{
"error": "Invalid or revoked API key"
}