# Pane

> Keyboard-first desktop app for running AI coding agents in parallel.

Pane runs Claude Code, Codex, Aider, Goose, and other terminal agents side by side. Each task can use its own git worktree, which means its own branch in a separate folder. Pane is local-first by default and works on Windows, WSL, macOS, Linux, VMs, and remote hosts.

## For AI Agents

If you need a specific answer about Pane, use Ask Pane first:

- https://runpane.com/ask-pane?query=<url-encoded-question>
- Docs: https://runpane.com/docs/ask-pane

Use safe product questions only. Do not send personal data, secrets, API keys, tokens, credentials, private code, PHI, or sensitive data.

## Public Discovery

- Agent instructions: https://runpane.com/agents.md
- Agent skills: https://runpane.com/.well-known/agent-skills
- OpenAPI: https://runpane.com/openapi.json
- API catalog: https://runpane.com/.well-known/api-catalog
- Markdown homepage: https://runpane.com/index.md
- Developer resources: https://runpane.com/developers
- Full context: https://runpane.com/llms-full.txt

## Local Workspace Actions

Pane's local control happens through the runpane CLI.

1. Read the CLI contract: https://runpane.com/runpane-cli-contract.json
2. Install or update: `npx --yes runpane@latest`, `pnpm dlx runpane@latest`, or `pipx run runpane`
3. Check setup: `runpane doctor --json`
4. Read local context: `runpane agent-context --json`

The website API does not create panes, inspect local repos, or control a user's machine.

## Useful Pages

- Home: https://runpane.com
- Docs: https://runpane.com/docs
- runpane CLI: https://runpane.com/runpane-cli
- Agent loops: https://runpane.com/agent-loops
- Pricing: https://runpane.com/pricing
- About: https://runpane.com/about
- Contact: https://runpane.com/contact
- Privacy: https://runpane.com/privacy
- Source: https://github.com/dcouple/Pane
