Skip to main content
The SkillDiscs API gives LLM agents and your own tools secure, read-only access to the Disks in your SkillDiscs library — your distilled YouTube videos, PDFs, articles, and notes.

Quickstart

Make your first authenticated request in under 2 minutes.

Authentication

Generate keys, scope access, rotate safely.

Search Knowledge

Semantic search across your owned Disks.

MCP Server

Connect Claude, Claude Code, and other MCP clients to your SkillDiscs library.

LLM Agents

Wire SkillDiscs into Claude, GPT, or your custom agent.

What you can do

  • Search owned Disks with natural language.
  • List owned and active-saved Disks, filter by scope, category, or tag.
  • Read a single Disk including its sections and key points.
  • Batch retrieve up to 10 Disks in a single call.
  • Connect MCP clients to the same read-only knowledge tools at https://skilldiscs.com/api/mcp.
Verbatim source text is conditional. Owner-private Disks can return full text and sections[].text; published or saved Disks return redacted, AI-derived fields and short snippets instead.

Base URL

https://skilldiscs.com/api/v1

Authentication

All endpoints require an API key:
Authorization: Bearer sk_your_key_here
Generate keys in Settings → API Keys.

Rate limits

  • 100 requests / minute per key
  • 10 IDs max per batch request