Home
Providers
Plandex
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.
1 APIs
16 Features
9 Use Cases
On this page
Kin Score
APIs 15
Postman 15
Open Collections 17
Pricing Plans 1
Rate Limits 1
FinOps 1
Features 16
Vocabularies 1
Spectral Rules 2
JSON Schema 6
JSON Structure 3
Examples 5
Security Posture 1
Agentic Access 1
Use Cases 9
Integrations 21
Solutions 3
Resources 36
apis.yml
55 Operational Transparency
22 Create-or-Update Ergonomics
Composite quality — 50.2/100 · developing
Agent readiness — 22/100 · agent aware
Individual APIs this provider publishes, each with its own machine-readable definition.
Scroll for all 15
Ready-to-run Postman collections for exercising this provider's APIs.
Scroll for all 15
Open, tool-agnostic API collections (OpenAPI-derived and Bruno).
Scroll for all 17
Published pricing tiers and plan structures.
Documented rate limits and quota policies.
Cost, billing, and metering signals for API financial operations.
Notable capabilities this provider offers.
Scroll for all 16
JSON-LD contexts and semantic vocabularies used across these APIs.
Spectral governance rulesets for linting and validating these APIs.
Standalone JSON Schema definitions for this provider's data models.
JSON Structure definitions describing this provider's data shapes.
Example request and response payloads for these APIs.
Authentication, domain security, vulnerability disclosure, and trust-center signals.
Recommended x-agentic-access execution contracts for AI agents.
What developers build with this provider.
Scroll for all 9
Pre-built integrations with other platforms and tools.
Scroll for all 21
Packaged solutions this provider offers.
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)
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
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.