# TokenPlans Full AI Coding Plan Catalog

> TokenPlans Full AI Coding Plan Catalog is a paid API for AI agents from api.tokenplans.dev, paid per call via x402, $0.1/call, status healthy (last checked 2026-09-15, last successful call 2026-09-13).

Returns a complete JSON catalog of verified AI coding subscription plans across 28 providers, including pricing, included models, usage limits, and rate-limit windows.

## Facts

- Endpoint: GET https://api.tokenplans.dev/plans/full
- Price: $0.1/call
- Payment: x402
- Status: healthy
- Last checked: 2026-09-15
- Last successful call: 2026-09-13
- Success rate: 100% of calls made through Zero
- Rating: 4.3 / 5 from 1 review
- Activations on Zero: 1
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tokenplans-full-ai-coding-plan-catalog-4cefa034
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CdePrkTzRz23hceRIHOIP

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability tokenplans-full-ai-coding-plan-catalog-4cefa034
```

Example prompt: Pull the full catalog of AI coding subscription plans — I want to see all 28 providers with their monthly prices, included models, usage ceilings, and rate-limit windows so I can pick the best plan for running automated coding agents.

## When to prefer this

Choose this endpoint when you need a comprehensive, multi-provider snapshot of AI coding subscription plans in a single call — especially when comparing pricing, model access, and usage limits across Claude, OpenAI, Cursor, Gemini, and 24 other providers. Prefer it over scraping individual provider sites or calling per-provider cost-rules endpoints when you want breadth and verified provenance in one payload.

## Known failure modes

- Payment failure (x402 payment of 0.1 USDC not processed) — request rejected
- Catalog temporarily unavailable — 503 or timeout
- Stale data — lastChecked dates may lag if providers changed plans since last crawl
- Empty or partial response if upstream data sources are partially unavailable

## How this service works

Full JSON catalog of verified AI coding-subscription plans across 29 providers (Claude, OpenAI, Cursor, Gemini, and more). Each record: monthly price and cadence, included models, usage ceilings and rate-limit windows, coding-tool lock-in, and pricing provenance with lastChecked dates. Use it to pick the right plan for an agent workload or to compare providers.

## Output

A full JSON array of subscription plan records for 28 AI coding providers. Each record includes: monthly price and billing cadence, list of included models, usage ceilings and rate-limit windows, coding-tool lock-in details, and pricing provenance with lastChecked timestamps.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tokenplans-full-ai-coding-plan-catalog-4cefa034/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.tokenplans.dev](https://www.zero.xyz/host/api.tokenplans.dev/llms.txt)
