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.

Reads one resource or template instance. Support: supported.

Params

ParamTypeRequiredDescription
uristringyesA static URI or a filled-in template, for example plungeai://agents/categories

Result

FieldValue
contents[]One entry: { "uri", "mimeType", "text" }

Example

curl -s https://mcp.plungeai.com/v1 \
  -H "Authorization: Bearer $PLUNGE_API_KEY" \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":6,"method":"resources/read","params":{"uri":"plungeai://agents/categories"}}'

The response above is abridged: the resource's Markdown text is shortened to ….

Errors

Protocol errors mean the request never reached a tool; the body is {"jsonrpc":"2.0","error":{"code":…,"message":"…"},"id":…}.

HTTPCodeWhen
200-32002MCP error -32002: Resource not found: <uri>; also Workflow not found and Execution not found for the two id templates
200-32603Registry error <status> when the registry behind an agent, category or persona resource fails, or a missing uri
401-32001No key, or a wrong, revoked or expired key, or a bearer that does not start with ozk_

The full table is on the MCP Reference overview.

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.