For AI agents: a documentation index is available at https://docs.plungeai.com/llms.txt. Append .md to any page URL, or send Accept: text/markdown, to get markdown. Setup instructions for agents are at https://docs.plungeai.com/agents.md. Execution planes take an ozk_ key; the models plane takes an sk-ocean- key.

Documentation Index: fetch the complete documentation index at /llms.txt. Use this file to discover all available pages before exploring further.

Every key has a tier, copied onto the key when it is created. The tier sets per-minute and per-day windows on the execution planes and the MCP server; the models plane has one per-key limit for every tier.

SurfaceCounted onfreeproenterprise
Execution planes on https://api.plungeai.com (tools, agents, workflows, discovery, traces)POST requests only; catalog GETs are not counted; a per-key override is ignored30/min · 1,000/day100/min · 10,000/day300/min · 100,000/day
MCP server https://mcp.plungeai.com/v1tools/call only; a per-key rate_limit override set by PlungeAI is honoured30/min · 1,000/day100/min · 10,000/day300/min · 100,000/day
Models plane (/v1/chat/completions, /v1/embeddings, /v1/models)Every request, per key600 req/min600 req/min600 req/min
Failed authenticationPer client IP, any tier20/min · 500/dayn/an/a

A key with no tier counts as free. When you hit a limit you get 429 with Retry-After (seconds): rate_limited on the execution planes, rate_limit_exceeded on the models plane, and JSON-RPC -32000 with error.data.retryAfter on MCP. There are no X-RateLimit-* headers; call plungeai_whoami to see your live window.

Pricing

Rate limits are separate from billing: insufficient_quota, spend_cap_exceeded and insufficient_balance come from billing caps, not from these windows. See Pricing.

Need higher limits?

Contact PlungeAI support and quote your x-request-id. Support contact: TBD by owner (TI-62).

Planned: TI-33

Search is not available yet. Until it ships, use the page index or browse the sidebar.

Planned: TI-34

The docs assistant is not available yet. You can hand these docs to your own assistant instead.