# Pinbox > Drop a pin on a live app. Your coding agent picks it up, fixes it, replies, and resolves it. ## Docs - [pinbox doctor](https://docs.pinbox.sh/cli/commands/doctor.md): Probe this machine's capabilities: storage, state dir, hub spawn, agents on PATH. - [pinbox export](https://docs.pinbox.sh/cli/commands/export.md): Write pins to stdout as markdown or JSON. - [pinbox init](https://docs.pinbox.sh/cli/commands/init.md): Set up pinbox in a project: state, gitignore, agent skill, git hook. - [pinbox link](https://docs.pinbox.sh/cli/commands/link.md): Link a pin to an external tracker, and mirror the thread both ways. - [pinbox list](https://docs.pinbox.sh/cli/commands/list.md): List pins, newest first. - [Command reference](https://docs.pinbox.sh/cli/commands/overview.md): Every pinbox command, one page each, grouped by what you are trying to do. - [pinbox pin](https://docs.pinbox.sh/cli/commands/pin.md): Create a pin from the terminal, with no browser involved. - [pinbox reply](https://docs.pinbox.sh/cli/commands/reply.md): Add a thread message to a pin. Replying never resolves. - [pinbox resolve](https://docs.pinbox.sh/cli/commands/resolve.md): Mark a pin resolved. - [pinbox show](https://docs.pinbox.sh/cli/commands/show.md): One pin with its full thread. - [pinbox summary](https://docs.pinbox.sh/cli/commands/summary.md): Counts and the event cursor, in one call. - [CLI output contract](https://docs.pinbox.sh/cli/overview.md): How every pinbox command formats output, chooses human or JSON mode, and reports failure. - [Agents](https://docs.pinbox.sh/concepts/agents.md): How a pin gets from a live page to a coding agent, and how it gets marked done. - [Architecture](https://docs.pinbox.sh/concepts/architecture.md): One request handler, two hosts, one storage interface, and an append-only event log. - [Pins](https://docs.pinbox.sh/concepts/pins.md): A pin is a comment plus the context you would otherwise have to describe by hand. - [Contributing](https://docs.pinbox.sh/contributing.md): Get the pinbox monorepo running, know which commands to run, and learn the conventions that would otherwise surprise you. - [Pinbox](https://docs.pinbox.sh/index.md): Drop a pin on a live app. Your coding agent picks it up, fixes it, replies, and resolves it. - [Installation](https://docs.pinbox.sh/installation.md): Install the pinbox CLI, and verify the install with pinbox doctor. - [Coding agents](https://docs.pinbox.sh/integrations/agents.md): Install pinbox into Claude Code, Codex, Hermes, OpenClaw, Cursor, and Copilot — automatically or by hand. - [GitHub](https://docs.pinbox.sh/integrations/github.md): Link a pin to a GitHub issue and keep the thread and status in sync both ways. - [Toolbar](https://docs.pinbox.sh/integrations/toolbar.md): Put the pin toolbar on your app — script tag, bundler import, framework wrapper, or dev-server plugin. - [Quickstart](https://docs.pinbox.sh/quickstart.md): Go from an empty project to a resolved pin in one terminal session. - [Run the hub on Cloudflare](https://docs.pinbox.sh/self-hosting/cloud.md): Deploy the pinbox hub as a Cloudflare Worker backed by a Durable Object, with the auth strategy you choose. - [Security model](https://docs.pinbox.sh/self-hosting/security.md): What pinbox protects, how it protects it, and what it does not protect against.