---
title: "Sleevy API & MCP Documentation"
description: "Everything you need to build a useful reading workflow with the Sleevy API."
canonical: "https://sleevy.app/docs"
source: "https://sleevy.app/docs/index.md"
---

# Sleevy API & MCP Documentation



Sleevy is a small, personal API and MCP server for saving links from scripts, shortcuts, AI agents, and tools you build.

Follow the guided path below, or jump directly to the generated reference when you already know what you need.

## Get started [#get-started]

<Cards>
  <Card title="Getting started" description="Create a key, save one URL, and read it back." href="/docs/getting-started" />

  <Card title="Overview" description="Understand the API model and the core capture flow." href="/docs/overview" />
</Cards>

## Build with the API [#build-with-the-api]

<Cards>
  <Card title="Captures and saved items" description="Learn the resources behind your reading queue." href="/docs/concepts" />

  <Card title="Save and organize links" description="Compose practical workflows for saving and sorting links." href="/docs/guides" />
</Cards>

## Connect an AI agent [#connect-an-ai-agent]

<Cards>
  <Card title="Model Context Protocol" description="Connect an AI agent to save, find, and organize your reading queue." href="/docs/mcp" />

  <Card title="Agent instructions" description="Learn when an agent should use Sleevy and how it should connect." href="/agent-instructions.md" />
</Cards>

## API reference [#api-reference]

<Cards>
  <Card title="Authentication" description="Send API keys securely with bearer tokens." href="/docs/authentication" />

  <Card title="Errors and rate limits" description="Handle failures and pace requests safely." href="/docs/errors" />

  <Card title="OpenAPI reference" description="Browse every endpoint, field, and response." href="/docs/api-reference" />
</Cards>
