developer resources
If you're an agent or developer trying to understand Pane, start here. The public website API answers product questions and exposes public context. Local workspace actions stay local through the runpane CLI.
- OpenAPI describes the public website endpoints.
- API catalog links agents to OpenAPI, docs, and context files.
- Ask Pane answers safe public product questions.
- agents.md tells agents when to use Pane.
- agent skills lists the public agent-facing surfaces.
- llms.txt is the compact index. llms-full.txt has the long reference.
Pane doesn't expose a hosted API that creates panes or reads your local repos. Agents use the local CLI after Pane is installed.
npx --yes runpane@latest
runpane doctor --json
runpane agent-context --jsonRead the CLI commands agents can use at /runpane-cli-contract.json.