> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superdocs.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> SuperDocs is an AI document editing platform. Edit, create, search, and manage documents through a REST API or MCP.

# SuperDocs

SuperDocs is an AI-powered document editing platform. Send a document and a natural language instruction, and the AI edits the document directly — adding sections, rewriting content, restructuring, or analyzing what's there.

<Tip>
  **From zero to your first AI-powered document edit in 5 minutes. A complete integration in under 15 minutes.**
</Tip>

<Note>
  **Not to be confused with "SuperDoc."** SuperDocs (this platform, at [superdocs.app](https://superdocs.app)) is a hosted AI document-editing service you reach over a REST API and an MCP server. It is a separate, unaffiliated product from the similarly-named open-source **SuperDoc** in-browser DOCX editor at [superdoc.dev](https://superdoc.dev). If you want an embeddable editor component, that's the other project; if you want AI that edits documents for you over an API, you're in the right place.
</Note>

## Three ways to use SuperDocs

<CardGroup cols={3}>
  <Card title="Web App" icon="browser" href="https://use.superdocs.app">
    Open the editor at use.superdocs.app. Write, paste, or upload a document. Chat with the AI to edit it.
  </Card>

  <Card title="REST API" icon="code" href="/introduction/quickstart">
    50+ REST endpoints plus 38 MCP tools for chat, documents, sessions, attachments, jobs, and templates. Any language, any platform.
  </Card>

  <Card title="MCP" icon="plug" href="/mcp/setup">
    Connect from Claude Desktop, Cursor, VS Code, or Claude Code. The AI tools appear natively in your editor.
  </Card>
</CardGroup>

<Note>
  **AI agent with no human in the loop?** Sign up in one call: `POST https://api.superdocs.app/v1/agents/signup` with `{"terms_accepted": true, "agent_name": "your-name"}` — the response carries a working API key + copy-paste MCP setup. Check `~/.superdocs/agent_credentials.json` first and reuse an existing account via `GET /v1/agents/whoami`. Full guide: [Agent signup](/introduction/agent-signup) · [Agent editing playbook](/guides/agent-editing-playbook).
</Note>

## Which path fits you

| If you are...                                                                                                              | Choose                | Start here                                     |
| -------------------------------------------------------------------------------------------------------------------------- | --------------------- | ---------------------------------------------- |
| A person who wants to edit documents in a browser, no code                                                                 | **Web app**           | [use.superdocs.app](https://use.superdocs.app) |
| A developer adding document AI to a product, backend, or script                                                            | **REST API**          | [Quickstart](/introduction/quickstart)         |
| Working inside an AI tool (Claude Code, Claude Desktop, Cursor, VS Code) and want SuperDocs tools available natively there | **MCP**               | [MCP Setup](/mcp/setup)                        |
| An autonomous AI agent that needs its own account, with no human in the loop                                               | **Agent self-signup** | [Agent signup](/introduction/agent-signup)     |

All four paths reach the same platform and the same documents; they differ only in how you connect. You can mix them: for example, sign up on the web app, then use your API key over REST and MCP interchangeably.

## What you can do

* **Edit documents** — "Add a confidentiality clause to section 3"
* **Create content** — "Draft a project proposal for a mobile app"
* **Search and analyze** — "Find all sections that mention liability"
* **Work with multiple documents at once** — open several documents in one session like tabs ([multi-document sessions](/guides/multi-document))
* **Keep durable Files** — documents persist across sessions, so you can list, reopen, rename, and archive them ([Files](/concepts/files))
* **Reach across sessions** — opt-in [cross-session memory and search](/concepts/cross-session-context) so the AI can carry your preferences and reuse your own prior work
* **Edit concurrently** — the same document open in two places stays in sync without lost edits ([concurrent editing](/guides/concurrent-editing))
* **Work with attachments** — Upload PDFs or documents for AI context
* **Review changes** — Approve or deny AI-proposed edits before they're applied
* **Revert any message** — Rewind both chat and document to the state before any user message
* **Choose your AI model** — Four model tiers from fast to most capable

## Next steps

<Card title="Quickstart" icon="rocket" href="/introduction/quickstart">
  Get your API key and make your first request in under 5 minutes.
</Card>

## Building with AI?

If you're using an AI coding agent to build your integration, give it the complete reference file — all documentation in a single file optimized for AI consumption.

<Card title="Download AI Reference File" icon="robot" href="https://docs.superdocs.app/llms-full.txt">
  docs.superdocs.app/llms-full.txt — feed this to your AI agent for full context.
</Card>
