Plandex

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.

Plandex publishes 15 APIs on the APIs.io network, including Accounts API, Branches API, Context API, and 12 more. Tagged areas include Artificial Intelligence, AI Coding Agent, Developer Tools, Open-Source, and CLI.

The Plandex catalog on APIs.io includes 1 JSON-LD context and 2 Spectral governance rulesets.

Plandex’s developer surface includes authentication, documentation, getting-started guide, GitHub presence, CLI, pricing, engineering blog, and 29 more developer resources.

50.2/100 developing ▬ flat Agent 22/100 agent aware Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
AccessPaidSelf serveFree trial
1 APIs 16 Features 9 Use Cases
Artificial IntelligenceAI Coding AgentDeveloper ToolsOpen-SourceCLITerminalLLMCoding AssistantAgentsGoContext ManagementPlansSelf-HostedREST

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Create-or-Update Ergonomics applies to this provider. This API accepts writes, so it carries 10 points of the composite. It is scored from the published contracts themselves: whether a caller can create-or-update in one call, whether the write accepts a key the caller already holds, and whether the response says which branch ran. Without that, every write needs a search-and-branch in front of it, and the first time that check is skipped a duplicate record is created. Scored against the observed mean rather than raw — a provider at the catalog average is unchanged by this facet, not penalised by it.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/plandex: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 15

Individual APIs this provider publishes, each with its own machine-readable definition.

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.

Scroll for all 15

Postman Collections 15

Ready-to-run Postman collections for exercising this provider's APIs.

Scroll for all 15

Open Collections 17

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

API Collection

OPEN COLLECTION

Plandex Server API

OPEN COLLECTION

Scroll for all 17

Pricing Plans 1

Published pricing tiers and plan structures.

Plandex Plans Pricing

3 plans

PLANS

Rate Limits 1

Documented rate limits and quota policies.

Plandex Rate Limits

5 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Features 16

Notable capabilities this provider offers.

2M-Token Effective Context Window

Smart context management loads only what's needed per step, enabling reliable work in large projects and files.

Tree-Sitter Project Maps

Fast project map generation and syntax validation across 30+ programming languages. Indexes directories with 20M+ tokens.

Cumulative Diff Sandbox

AI-generated changes are isolated from project files until explicitly applied, with cumulative review and roll-back.

Configurable Autonomy

Five autonomy levels — None, Basic, Plus, Semi-Auto, Full-Auto — selectable per-plan or via CLI flags.

Automated Debugging

Repeatedly runs commands (builds, tests, lints, scripts) and auto-fixes failures with rollback. Also debugs browser apps via Chrome.

Model Packs

Curated combinations of models bound to internal roles (planner, coder, builder, summarizer, verifier, context loader); built-in packs for daily, reasoning, strong, cheap, oss, ...

Multi-Provider Support

First-class support for Anthropic, OpenAI, Google AI Studio, Google Vertex AI, Azure OpenAI, AWS Bedrock, DeepSeek, Perplexity, OpenRouter, Ollama, and any OpenAI-compatible cus...

Claude Pro/Max Subscription

Plandex can use a Claude Pro or Max subscription as the credential when calling Anthropic models.

Context Caching

Built-in context caching across OpenAI, Anthropic, and Google models reduces latency and cost on multi-step plans.

Plan Version Control

Every plan update is versioned, with branching for exploring multiple paths or comparing different models. Rewind to any prior SHA.

Git Integration

Commit message generation, optional auto-commits, and clean integration with project git history.

REPL with Fuzzy Auto-Complete

Interactive shell launched by `plandex` (or `pdx`) with fuzzy command and file completion; backslash equivalents (`\new`, `\tell`) for every command.

One-Line Install

Zero-dependency CLI install via `curl -sL https://plandex.ai/install.sh | bash`. Docker compose for the self-hosted server.

Background Tasks

`--bg` flag runs plans concurrently in the background under separate streams.

Smart Context + Auto-Load Context

Loads only the files needed for each implementation step (smart-context) and uses the project map to choose them (auto-load-context).

Streaming Plan Execution

tell, build, and connect endpoints stream model responses live; clients can reconnect to in-progress plans after disconnects.

Scroll for all 16

Semantic Vocabularies 1

JSON-LD contexts and semantic vocabularies used across these APIs.

Plandex Context

41 classes · 2 properties

JSON-LD

Spectral Rules 2

Spectral governance rulesets for linting and validating these APIs.

Plandex API Rules

5 rules · 3 warnings 2 info

SPECTRAL

Plandex API Rules

9 rules · 2 errors 3 warnings 4 info

SPECTRAL

JSON Schema 6

Standalone JSON Schema definitions for this provider's data models.

Branch

6 properties

JSON SCHEMA

ContextItem

12 properties

JSON SCHEMA

ConvoMessage

8 properties

JSON SCHEMA

ModelPack

11 properties

JSON SCHEMA

PlanConfig

11 properties

JSON SCHEMA

Plan

10 properties

JSON SCHEMA

JSON Structure 3

JSON Structure definitions describing this provider's data shapes.

Plandex Server Context Item Structure

12 properties

JSON STRUCTURE

Plandex Server Model Pack Structure

11 properties

JSON STRUCTURE

Plandex Server Plan Structure

10 properties

JSON STRUCTURE

Examples 5

Example request and response payloads for these APIs.

Plandex Server Plan Example

10 fields

EXAMPLE

Security Posture 1

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Plandex Authentication

http · 1 scheme

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Plandex Agentic Access

80 operations · 46 acting · 1 human-in-the-loop

80 operations · 46 acting

AGENTIC

Use Cases 9

What developers build with this provider.

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.

Scroll for all 9

Integrations 21

Pre-built integrations with other platforms and tools.

Anthropic Claude

Direct Anthropic API integration; also supports Claude Pro/Max subscriptions.

OpenAI

Direct OpenAI API integration via OPENAI_API_KEY.

OpenRouter.ai

Default recommended provider for self-hosted Plandex; also used as a failover route across other configured providers.

Google AI Studio

Gemini models via GEMINI_API_KEY.

Google Vertex AI

Gemini and Anthropic models via Vertex AI credentials.

Microsoft Azure OpenAI

OpenAI models on Azure with deployment-name mapping.

AWS Bedrock

Anthropic models on Bedrock with AWS profile or env-var credentials.

DeepSeek

DeepSeek models via DEEPSEEK_API_KEY.

Perplexity

Perplexity models via PERPLEXITY_API_KEY.

Ollama

Local model hosting via Ollama; no API keys required.

Custom Providers

Any OpenAI-compatible API can be added via a JSON config (`plandex models custom`).

Relace

Instant-apply fallback model used when Plandex cannot apply edits deterministically (Plandex Cloud).

Git

Branching, commit-message generation, optional auto-commits.

Chrome

Automated debugging of browser applications when Chrome is installed.

Docker

Self-hosted server distributed as a Docker image with a published docker-compose stack.

Postgres

Backing database for the Plandex server.

LiteLLM Proxy

Embedded LiteLLM proxy used by the server to talk to model providers uniformly.

Stripe

Payment processing for Plandex Cloud subscriptions and credit purchases.

Loops

Email marketing for Plandex updates (Plandex Cloud).

Google Analytics

Basic usage analytics (Plandex Cloud).

Rollbar

Error tracking (Plandex Cloud).

Scroll for all 21

Solutions 3

Packaged solutions this provider offers.

Self-Hosted / Local Mode

Run Plandex locally with Docker and BYO model-provider keys. MIT-licensed and free.

Plandex Cloud — BYO API Key Mode (Historical)

Hosted Plandex with user-supplied provider keys, $30/month after trial. Winding down 2025-10-03.

Plandex Cloud — Integrated Models Mode (Historical)

Hosted Plandex with integrated credit billing, $45/month including $20/mo of non-expiring credits. Winding down 2025-10-03.

Resources

Get Started 2

Portal, sign-up, and the first successful call

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 3

Pagination, idempotency, versioning, errors, and events

Build 6

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Learn 1

Tutorials, courses, talks, and written guidance

Operate 7

Status, limits, changes, and where to get help

Scroll for all 7

Commercial 6

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Other 4

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: plandex
name: Plandex
description: 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.
type: Index
deliveryModel:
  model: unknown
  open_source: unknown
  commercial: true
  callable_host: false
  label: Delivery model not determined — needs a product licence on record
  confidence: low
  source:
  - openapi
  - pricing
  - repository-unlicensed
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: paid
  onboarding: self-serve
  trial: true
  try_now: false
  public: false
  label: Paid (free trial) · Self-serve signup
  confidence: medium
  try_now_blocked_by: loopback
  source:
  - plans
  - authentication
  generated: '2026-09-03'
  method: derived
position: Producing
access: 3rd-Party
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/plandex.png
tags:
- Artificial Intelligence
- AI Coding Agent
- Developer Tools
- Open-Source
- CLI
- Terminal
- LLM
- Coding Assistant
- Agents
- Go
- Context Management
- Plans
- Self-Hosted
- REST
tags_raw:
- AI
- AI Coding Agent
- Developer Tools
- Open Source
- CLI
- Terminal
- LLM
- Coding Assistant
- Agents
- Go
- Context Management
- Plans
- Self-Hosted
- REST
url: https://raw.githubusercontent.com/api-evangelist/plandex/refs/heads/main/apis.yml
created: '2026-05-25'
modified: '2026-05-29'
specificationVersion: '0.23'
apis:
- aid: plandex:plandex-accounts-api
  name: Plandex Accounts API
  description: User account, email verification, and authentication operations.
  humanURL: https://docs.plandex.ai/development
  baseURL: http://localhost:8099
  tags:
  - Account
  tags_raw:
  - Accounts
  properties:
  - type: OpenAPI
    url: openapi/plandex-accounts-api-openapi.yml
  - type: Documentation
    url: https://docs.plandex.ai
  - type: SourceCode
    url: https://github.com/plandex-ai/plandex/tree/main/app/server
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-plan-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-context-item-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-branch-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-convo-message-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-model-pack-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-plan-config-schema.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-structure/plandex-server-plan-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-structure/plandex-server-context-item-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-structure/plandex-server-model-pack-structure.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/examples/plandex-server-plan-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/examples/plandex-server-context-item-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/examples/plandex-server-convo-message-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/examples/plandex-server-model-pack-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/examples/plandex-server-plan-config-example.json
  - type: Authentication
    url: https://docs.plandex.ai/hosting/self-hosting/local-mode-quickstart
- aid: plandex:plandex-branches-api
  name: Plandex Branches API
  description: Per-plan branches for parallel exploration and diffing.
  humanURL: https://docs.plandex.ai/development
  baseURL: http://localhost:8099
  tags:
  - Branches
  properties:
  - type: OpenAPI
    url: openapi/plandex-branches-api-openapi.yml
  - type: Documentation
    url: https://docs.plandex.ai
  - type: SourceCode
    url: https://github.com/plandex-ai/plandex/tree/main/app/server
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-plan-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-context-item-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-branch-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-convo-message-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-model-pack-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-plan-config-schema.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-structure/plandex-server-plan-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-structure/plandex-server-context-item-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-structure/plandex-server-model-pack-structure.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/examples/plandex-server-plan-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/examples/plandex-server-context-item-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/examples/plandex-server-convo-message-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/examples/plandex-server-model-pack-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/examples/plandex-server-plan-config-example.json
  - type: Authentication
    url: https://docs.plandex.ai/hosting/self-hosting/local-mode-quickstart
- aid: plandex:plandex-context-api
  name: Plandex Context API
  description: Files, directory trees, URLs, notes, and images loaded into a plan.
  humanURL: https://docs.plandex.ai/development
  baseURL: http://localhost:8099
  tags:
  - Context
  properties:
  - type: OpenAPI
    url: openapi/plandex-context-api-openapi.yml
  - type: Documentation
    url: https://docs.plandex.ai
  - type: SourceCode
    url: https://github.com/plandex-ai/plandex/tree/main/app/server
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-plan-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-context-item-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-branch-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-convo-message-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-model-pack-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-plan-config-schema.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-structure/plandex-server-plan-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-structure/plandex-server-context-item-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-structure/plandex-server-model-pack-structure.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/examples/plandex-server-plan-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/examples/plandex-server-context-item-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/examples/plandex-server-convo-message-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/examples/plandex-server-model-pack-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/examples/plandex-server-plan-config-example.json
  - type: Authentication
    url: https://docs.plandex.ai/hosting/self-hosting/local-mode-quickstart
- aid: plandex:plandex-conversation-api
  name: Plandex Conversation API
  description: Prompts, responses, and rewind history within a plan branch.
  humanURL: https://docs.plandex.ai/development
  baseURL: http://localhost:8099
  tags:
  - Conversation
  properties:
  - type: OpenAPI
    url: openapi/plandex-conversation-api-openapi.yml
  - type: Documentation
    url: https://docs.plandex.ai
  - type: SourceCode
    url: https://github.com/plandex-ai/plandex/tree/main/app/server
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-plan-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-context-item-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-branch-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-convo-message-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-model-pack-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-plan-config-schema.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-structure/plandex-server-plan-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-structure/plandex-server-context-item-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-structure/plandex-server-model-pack-structure.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/examples/plandex-server-plan-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/examples/plandex-server-context-item-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/examples/plandex-server-convo-message-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/examples/plandex-server-model-pack-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/examples/plandex-server-plan-config-example.json
  - type: Authentication
    url: https://docs.plandex.ai/hosting/self-hosting/local-mode-quickstart
- aid: plandex:plandex-diffs-api
  name: Plandex Diffs API
  description: Per-file pending changes, apply, and reject operations.
  humanURL: https://docs.plandex.ai/development
  baseURL: http://localhost:8099
  tags:
  - Diffs
  properties:
  - type: OpenAPI
    url: openapi/plandex-diffs-api-openapi.yml
  - type: Documentation
    url: https://docs.plandex.ai
  - type: SourceCode
    url: https://github.com/plandex-ai/plandex/tree/main/app/server
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-plan-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-context-item-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-branch-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-convo-message-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-model-pack-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-plan-config-schema.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-structure/plandex-server-plan-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-structure/plandex-server-context-item-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-structure/plandex-server-model-pack-structure.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/examples/plandex-server-plan-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/examples/plandex-server-context-item-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/examples/plandex-server-convo-message-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/examples/plandex-server-model-pack-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/examples/plandex-server-plan-config-example.json
  - type: Authentication
    url: https://docs.plandex.ai/hosting/self-hosting/local-mode-quickstart
- aid: plandex:plandex-execution-api
  name: Plandex Execution API
  description: Streaming connect, build, tell, and stop endpoints for plan execution.
  humanURL: https://docs.plandex.ai/development
  baseURL: http://localhost:8099
  tags:
  - Execution
  properties:
  - type: OpenAPI
    url: openapi/plandex-execution-api-openapi.yml
  - type: Documentation
    url: https://docs.plandex.ai
  - type: SourceCode
    url: https://github.com/plandex-ai/plandex/tree/main/app/server
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-plan-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-context-item-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-branch-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-convo-message-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-model-pack-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-plan-config-schema.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-structure/plandex-server-plan-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-structure/plandex-server-context-item-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-structure/plandex-server-model-pack-structure.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/examples/plandex-server-plan-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/examples/plandex-server-context-item-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/examples/plandex-server-convo-message-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/examples/plandex-server-model-pack-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/examples/plandex-server-plan-config-example.json
  - type: Authentication
    url: https://docs.plandex.ai/hosting/self-hosting/local-mode-quickstart
- aid: plandex:plandex-filemap-api
  name: Plandex FileMap API
  description: Tree-sitter project map generation and cached map loading.
  humanURL: https://docs.plandex.ai/development
  baseURL: http://localhost:8099
  tags:
  - FileMap
  properties:
  - type: OpenAPI
    url: openapi/plandex-filemap-api-openapi.yml
  - type: Documentation
    url: https://docs.plandex.ai
  - type: SourceCode
    url: https://github.com/plandex-ai/plandex/tree/main/app/server
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-plan-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-context-item-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-branch-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-convo-message-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-model-pack-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-plan-config-schema.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-structure/plandex-server-plan-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-structure/plandex-server-context-item-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-structure/plandex-server-model-pack-structure.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/examples/plandex-server-plan-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/examples/plandex-server-context-item-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/examples/plandex-server-convo-message-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/examples/plandex-server-model-pack-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/examples/plandex-server-plan-config-example.json
  - type: Authentication
    url: https://docs.plandex.ai/hosting/self-hosting/local-mode-quickstart
- aid: plandex:plandex-health-api
  name: Plandex Health API
  description: Operational health and version endpoints.
  humanURL: https://docs.plandex.ai/development
  baseURL: http://localhost:8099
  tags:
  - Health
  properties:
  - type: OpenAPI
    url: openapi/plandex-health-api-openapi.yml
  - type: Documentation
    url: https://docs.plandex.ai
  - type: SourceCode
    url: https://github.com/plandex-ai/plandex/tree/main/app/server
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-plan-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-context-item-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-branch-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-convo-message-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-model-pack-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-plan-config-schema.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-structure/plandex-server-plan-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-structure/plandex-server-context-item-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-structure/plandex-server-model-pack-structure.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/examples/plandex-server-plan-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/examples/plandex-server-context-item-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/examples/plandex-server-convo-message-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/examples/plandex-server-model-pack-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/examples/plandex-server-plan-config-example.json
  - type: Authentication
    url: https://docs.plandex.ai/hosting/self-hosting/local-mode-quickstart
- aid: plandex:plandex-invites-api
  name: Plandex Invites API
  description: Invite users into an org and manage pending invites.
  humanURL: https://docs.plandex.ai/development
  baseURL: http://localhost:8099
  tags:
  - Invites
  properties:
  - type: OpenAPI
    url: openapi/plandex-invites-api-openapi.yml
  - type: Documentation
    url: https://docs.plandex.ai
  - type: SourceCode
    url: https://github.com/plandex-ai/plandex/tree/main/app/server
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-plan-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-context-item-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-branch-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-convo-message-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-model-pack-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-plan-config-schema.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-structure/plandex-server-plan-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-structure/plandex-server-context-item-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-structure/plandex-server-model-pack-structure.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/examples/plandex-server-plan-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/examples/plandex-server-context-item-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/examples/plandex-server-convo-message-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/examples/plandex-server-model-pack-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/examples/plandex-server-plan-config-example.json
  - type: Authentication
    url: https://docs.plandex.ai/hosting/self-hosting/local-mode-quickstart
- aid: plandex:plandex-models-api
  name: Plandex Models API
  description: Model packs, custom models, custom providers, default settings.
  humanURL: https://docs.plandex.ai/development
  baseURL: http://localhost:8099
  tags:
  - Models
  properties:
  - type: OpenAPI
    url: openapi/plandex-models-api-openapi.yml
  - type: Documentation
    url: https://docs.plandex.ai
  - type: SourceCode
    url: https://github.com/plandex-ai/plandex/tree/main/app/server
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-plan-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-context-item-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-branch-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-convo-message-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-model-pack-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-plan-config-schema.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-structure/plandex-server-plan-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-structure/plandex-server-context-item-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-structure/plandex-server-model-pack-structure.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/examples/plandex-server-plan-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/examples/plandex-server-context-item-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/examples/plandex-server-convo-message-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/examples/plandex-server-model-pack-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/examples/plandex-server-plan-config-example.json
  - type: Authentication
    url: https://docs.plandex.ai/hosting/self-hosting/local-mode-quickstart
- aid: plandex:plandex-orgs-api
  name: Plandex Orgs API
  description: Organization and role membership management.
  humanURL: https://docs.plandex.ai/development
  baseURL: http://localhost:8099
  tags:
  - Organization
  tags_raw:
  - Orgs
  properties:
  - type: OpenAPI
    url: openapi/plandex-orgs-api-openapi.yml
  - type: Documentation
    url: https://docs.plandex.ai
  - type: SourceCode
    url: https://github.com/plandex-ai/plandex/tree/main/app/server
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-plan-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-context-item-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-branch-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-convo-message-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-model-pack-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-plan-config-schema.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-structure/plandex-server-plan-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-structure/plandex-server-context-item-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-structure/plandex-server-model-pack-structure.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/examples/plandex-server-plan-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/examples/plandex-server-context-item-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/examples/plandex-server-convo-message-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/examples/plandex-server-model-pack-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/examples/plandex-server-plan-config-example.json
  - type: Authentication
    url: https://docs.plandex.ai/hosting/self-hosting/local-mode-quickstart
- aid: plandex:plandex-plans-api
  name: Plandex Plans API
  description: Long-running, branchable units of AI coding work over loaded context.
  humanURL: https://docs.plandex.ai/development
  baseURL: http://localhost:8099
  tags:
  - Plans
  properties:
  - type: OpenAPI
    url: openapi/plandex-plans-api-openapi.yml
  - type: Documentation
    url: https://docs.plandex.ai
  - type: SourceCode
    url: https://github.com/plandex-ai/plandex/tree/main/app/server
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-plan-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-context-item-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-branch-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-convo-message-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-model-pack-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-schema/plandex-server-plan-config-schema.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-structure/plandex-server-plan-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-structure/plandex-server-context-item-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/json-structure/plandex-server-model-pack-structure.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/plandex/main/examples/plandex-server-plan-example.json
  - t

# --- truncated at 32 KB (49 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/plandex/refs/heads/main/apis.yml

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/plandex"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/plandex/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/plandex/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.