# Plandex

**Canonical:** https://apis.io/providers/plandex/  
**Website:** https://plandex.ai  
**APIs profiled:** 15

Plandex is an open-source, terminal-based AI coding agent designed to take on large, multi-step software development tasks across many files in real world codebases. Written in Go and released under the MIT license, Plandex builds and executes long-running "plans" — durable, branchable units of work that combine intelligent context management, project maps generated with tree-sitter for 30+ programming languages, an effective 2M-token context window, and a cumulative diff review sandbox that isolates AI edits until a developer explicitly applies them. The tool ships as a CLI with an interactive REPL (fuzzy auto-complete), supports automated debugging of terminal commands and browser applications, integrates with Git for branching and commit-message generation, and is provider-neutral — working with Anthropic Claude, OpenAI, Google Gemini, OpenRouter.ai, Azure OpenAI, AWS Bedrock, DeepSeek, Perplexity, Ollama, and any OpenAI-compatible custom provider. The Plandex Server exposes a REST management/orchestration API (over 60 endpoints across accounts, orgs, projects, plans, branches, context, conversation, diffs, settings, model packs, and streaming execution) that powers both the CLI/REPL and the hosted Plandex Cloud. Plandex Cloud is winding down as of 2025-10-03; Plandex is now distributed primarily as a Docker-based self-hosted / local-mode product that users run with their own model-provider API keys.

## Kin Score — 50.0 / 100 (developing)

Scored 2026-08-20 under rubric 0.12.0. Trend: flat (+0.0 from 50.0).

| Facet | Score |
|---|---|
| Discoverability | 59.3 |
| Contract Quality | 66.6 |
| Governance | 25.0 |
| Contract Governance | 25.0 |
| Operational Transparency | 55.3 |
| Developer Ergonomics | 31.0 |
| Commercial Clarity | 55.3 |
| Access Clarity | 55.3 |

## Agent readiness — 32.1 (agent-aware)

| Dimension | Value |
|---|---|
| Spec Presence | yes |
| Agentic Access | derived |
| Reversibility Documented | no |
| MCP Server | no |
| Auth Clarity | yes |
| Idempotency | no |
| Error Semantics | no |
| OpenAPI Examples | partial |
| Rate Limit Signal | documented |
| Event Surface Described | no |
| Agent Skills | no |
| Well Known Catalog | no |
| Consent Identity | no |
| Agent Card | no |
| Dry Run Mode | no |

## Access

Paid (free trial) · Self-serve signup — onboarding: self-serve, pricing: paid, trial: yes (confidence: high).

## APIs (15)

- **Plandex Accounts API** — User account, email verification, and authentication operations.
- **Plandex Branches API** — Per-plan branches for parallel exploration and diffing.
- **Plandex Context API** — Files, directory trees, URLs, notes, and images loaded into a plan.
- **Plandex Conversation API** — Prompts, responses, and rewind history within a plan branch.
- **Plandex Diffs API** — Per-file pending changes, apply, and reject operations.
- **Plandex Execution API** — Streaming connect, build, tell, and stop endpoints for plan execution.
- **Plandex FileMap API** — Tree-sitter project map generation and cached map loading.
- **Plandex Health API** — Operational health and version endpoints.
- **Plandex Invites API** — Invite users into an org and manage pending invites.
- **Plandex Models API** — Model packs, custom models, custom providers, default settings.
- **Plandex Orgs API** — Organization and role membership management.
- **Plandex Plans API** — Long-running, branchable units of AI coding work over loaded context.
- **Plandex Projects API** — Project containers that group plans, mapped to a working directory.
- **Plandex Settings API** — Per-plan model settings, default settings, and org/user config.
- **Plandex Users API** — User listing and removal within an org.

## Agentic access (1)

- **Plandex Agentic Access** — 80 operations · 46 acting · 1 human-in-the-loop

## Security (1)

- **Plandex Authentication** — http · 1 scheme

## Plans (1)

- **Plandex Plans Pricing**

## Use cases (9)

- **Large Refactors** — Coordinate refactors that touch dozens of files across a large codebase without losing the thread between steps.
- **Polyglot Project Work** — Work in repositories that span 30+ languages thanks to tree-sitter project maps.
- **Adding Features To Real Projects** — Take a feature from idea through chat mode, into a detailed implementation plan, into reviewed and applied file changes.
- **Automated Debugging** — Wrap a flaky build, test, or browser app in `plandex debug` and let Plandex iteratively repair it.
- **Codebase Onboarding And Q&A** — Use chat mode and the project map to ask questions about an unfamiliar codebase.
- **Multi-Model Comparisons** — Branch a plan to run different model packs against the same context and compare results.
- **Long-Running Background Coding** — Kick off `--bg` plans, switch repos, and reconnect to streaming output later.
- **BYO Subscription Coding Agent** — Use a Claude Pro/Max subscription as the credential for an autonomous coding agent.
- **Self-Hosted AI Coding For Sensitive Codebases** — Run the Plandex server in Docker on-prem with locally-hosted Ollama models or a private custom provider.

## Tags

Artificial Intelligence, AI Coding Agent, Developer Tools, Open-Source, CLI, Terminal, LLM, Coding Assistant, Agents, Go, Context Management, Plans, Self-Hosted, REST

---

Profiled by [API Evangelist](https://apievangelist.com) and published on [APIs.io](https://apis.io/providers/plandex/). Scores are computed from the provider's own public artifacts under a published rubric.
