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

# Open Headers documentation

> The open-source DevToolkit for live browser traffic — rules, API client, network inspection, workspaces, and self-hosted sync.

Open Headers is an open-source DevToolkit that lives where your traffic
is: a browser extension with rules over live requests, a DevTools-grade
network panel, a full API client, workflows, and an encrypted vault — plus
a desktop companion and a self-hosted server for teams that want
git-backed sync and shared workspaces without a cloud in the middle.

Local-first by design: no account, no cloud relay, no telemetry from the
server, and your data stays on your machines. Every feature is in the
free tier; paid plans only add team seats.

## Pick your surface

<CardGroup cols={2}>
  <Card title="Browser extension" icon="puzzle-piece" href="/quickstart/extension">
    The full toolkit, standalone in Chrome, Edge, or Firefox — install
    from the store and create your first rule in minutes.
  </Card>

  <Card title="Desktop app" icon="desktop" href="/quickstart/desktop">
    The tray-resident companion: dynamic value sources, git-backed
    workspace sync, and a local proxy. Pairs with the extension
    automatically.
  </Card>

  <Card title="Server" icon="server" href="/quickstart/server">
    The self-hosted back-end tier — `ohd` on your machine, LAN, or VM.
    Same sync engine as the desktop app, headless.
  </Card>

  <Card title="MCP" icon="robot" href="/quickstart/mcp">
    Wire an AI agent into your workspaces over the Model Context
    Protocol — rules, requests, and workflows as tools.
  </Card>
</CardGroup>

## Where things are

* **Guides** — task-shaped how-tos for rules, workspaces, variables,
  and imports (growing section).
* **Server** — the self-hosting book: install, LAN vs TLS, tokens,
  users, backup, upgrades.
* **Reference** — `ohd` and `oh` commands, configuration files,
  settings keys, ports, and exit codes.
* **API & MCP** — the API reference and MCP tool reference.
* **Changelog** — release history lives at
  [openheaders.com/changelog](https://openheaders.com/changelog).
