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

64.0/100 strong ▬ flat Agent 34/100 agent aware Full breakdown ↓
scored 2026-07-28 · rubric v0.6
AccessPaidSelf serveFree trial⚡ Free to try
15 APIs 16 Features 9 Use Cases
AIAI Coding AgentDeveloper ToolsOpen SourceCLITerminalLLMCoding AssistantAgentsGoContext ManagementPlansSelf-HostedREST

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-28 · rubric v0.6
Composite quality — 64.0/100 · strong
Contract Quality 17.9 / 25
Developer Ergonomics 9.6 / 20
Commercial Clarity 14.2 / 20
Operational Transparency 8.2 / 13
Governance 8.3 / 12
Discoverability 5.9 / 10
Agent readiness — 34/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 7 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. 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. Want it done for you? Prioritized profiling — $2,500 →

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 1

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

Plandex Server API

OPEN COLLECTION

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
accessModel:
  pricing: paid
  onboarding: self-serve
  trial: true
  try_now: true
  public: false
  label: Paid (free trial) · Self-serve signup
  confidence: high
  source:
  - plans
  - authentication
  generated: '2026-07-22'
  method: derived
position: Provider
access: 3rd-Party
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/plandex.png
tags:
- 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.20'
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:
  - 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:
  - 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
  - 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: Authenticatio

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