Skip to main content

1. Generate an API key

  1. Open Settings.
  2. Scroll to API Keys.
  3. Name your key (e.g. claude-agent) → Generate.
  4. Copy the sk_... value — it is shown once.
Treat your API key like a password. Anyone holding it can read API-visible data from your SkillDiscs library. Rotate immediately if leaked.

2. Make your first request

Search your library for “quantum physics”:

Response

If redacted is false, the hit includes section_text instead of snippet.

3. Read a Disk

Pass the disk_public_id from search to fetch the Disk:
Owner-private Disks include full text and section text. Published or saved Disks return the same Disk metadata with redacted: true and no verbatim source text.

4. Next steps

LLM Agent Integration

Connect to Claude, GPT, or custom agents.

Full API Reference

Every endpoint, parameter, response.