<- back to runpane.com

developer resources

RunPane 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.

public website api

- OpenAPI describes the public website endpoints.

- API catalog links agents to OpenAPI, docs, and context files.

- Ask Pane answers safe public product questions.

agent discovery

- 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.

local workspace control

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 --json

Read the CLI commands agents can use at /runpane-cli-contract.json.

trust

- About Pane

- Contact

- Privacy and analytics

- GitHub source