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.
POST/v1/mcp

Headers: send Accept: application/json, text/event-stream. The server is stateless by default; Mcp-Session-Id and MCP-Protocol-Version are optional and forwarded. Every tool, resource and protocol method is in the MCP Reference.

Authorization: send Authorization: Bearer $PLUNGE_API_KEY; X-API-Key: <ozk_ key> is accepted as an alternative.

Authorizations

Authorizationstringheaderrequired
Bearer token: Authorization: Bearer ozk_…. ozk_ platform API key (Authorization: Bearer ozk_…)

Body

application/json

JSON-RPC 2.0 message

Type: object

Response

JSON-RPC response (JSON, or SSE for streamed tool calls)

  • application/json
  • text/event-stream

Stream events

EventDescription
notifications/progressProgress of a long tools/call.
notifications/messageA log line from the server.
resultThe final JSON-RPC response.
notifications/progress
event: message
data: {"jsonrpc":"2.0","method":"notifications/progress","params":{"progressToken":1,"progress":1,"message":"Running…"}}
notifications/message
event: message
data: {"jsonrpc":"2.0","method":"notifications/message","params":{"level":"info","data":"…"}}
result
event: message
data: {"jsonrpc":"2.0","id":3,"result":{"content":[{"type":"text","text":"…"}]}}

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.