developer resources
RunPane by Dcouple developer resources
RunPane by Dcouple is Pane. 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
- RunPane OpenAPI describes every public website endpoint.
- API catalog links agents to OpenAPI, docs, and context files.
- Ask Pane answers safe public product questions.
- RunPane API docs show request formats, safe use, and response fields.
api versioning
The current public website API version is 2026-07-09. Responses include it in API-Version and RunPane-API-Version headers.
You don't need to send a version header. We'll announce breaking changes here before an old version is retired. Current endpoints aren't deprecated.
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 --jsonRead the CLI commands agents can use at /runpane-cli-contract.json.