# Quietdesk > One quiet desk for everything you almost forgot. Snippets, boards, todos — keyboard-first, agent-native. These docs pair every concept with a runnable example, and ship as llms.txt for your agents. ## Table of Contents ### Snippets - [Untitled](/docs/reference/operations/listSnippets.md) - [Untitled](/docs/reference/operations/createSnippet.md) - [Untitled](/docs/reference/operations/getSnippet.md) - [Untitled](/docs/reference/operations/deleteSnippet.md) - [Untitled](/docs/reference/operations/rotateSnippetLink.md) ### Cards - [Untitled](/docs/reference/operations/listCards.md) - [Untitled](/docs/reference/operations/moveCard.md) ### Todos - [Untitled](/docs/reference/operations/listTodos.md) - [Untitled](/docs/reference/operations/createTodo.md) - [Untitled](/docs/reference/operations/completeTodo.md) ### Milestones - [Untitled](/docs/reference/operations/getMilestoneStatus.md) ### Get started - [Introduction](/docs/guide/introduction.md): What Quietdesk is and why it exists: versioned snippets with public links, kanban boards that read your GitHub branches, and personal todos — keyboard-first and agent-native. - [Quickstart](/docs/guide/quickstart.md): From zero to your first shared snippet in five minutes: sign in passwordless, create a snippet, copy its public link, and call the same API from curl, qd, or an MCP agent. ### Concepts - [Concepts overview](/docs/concepts/overview.md): The Quietdesk mental model: orgs, the four doors (UI, CLI, MCP, HTTP), gated moves, attribution, and the personal layer (Home, Today, Inbox). - [Glossary & data model](/docs/concepts/glossary.md): Canonical Quietdesk terminology and data model: ID prefixes (org_, snp_, brd_, crd_, tdo_…), public link, door, gated move, and how Today/Inbox map to todo/notification objects. ### Reference - [API guide](/docs/reference/api.md): Quietdesk REST API guide: bearer-token auth, the error envelope, idempotency keys, cursor pagination, and rate limits — with runnable curl examples. - [API conventions](/docs/reference/conventions.md): Cross-cutting Quietdesk API conventions: naming, timestamps, versioned cards, soft deletes, and the rules every endpoint follows on every door. - [Untitled](/docs/reference/operations/listSnippets.md) - [CLI — `qd`](/docs/reference/cli.md): The qd command-line client: install, authenticate with a token, and drive snippets, cards, and todos from your terminal or CI — JSON output for pipes and agents. - [MCP server](/docs/reference/mcp.md): The Quietdesk MCP server: connect Claude, Cursor, or any MCP client; the tool vocabulary mirrors the CLI and API; gated moves stay human-only and every write is attributed. ### Operate - [Security](/docs/operate/security.md): Quietdesk security model: org-scoped reads and writes, passwordless auth with TOTP, revocable public links, token handling, and the audit log. - [Availability & roadmap](/docs/operate/availability.md): Status badges for every Quietdesk surface — what is beta, alpha, in development, or planned — plus the beta promises on breaking changes and pricing.