Understand the API

Introduction

The LLM Skills API lets you integrate the skill catalog, personal collections and team collections into your own tools.

01

What the API does

Explore skills and plugins, read item details, retrieve categories, create collections and sync team selections.

02

When to use it

Use it to power an internal tool, build recommendations, prepare automated installs or sync a team knowledge base.

03

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"
}
Continue