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.

Returns the prompt's message. Support: supported. It runs nothing, so it is free.

Params

ParamTypeRequiredDescription
namestringyesplungeai
arguments.requeststringnoWhat the user wants; without it the message tells the model to ask

Result

FieldValue
descriptionPlungeAI MCP
messages[]One user message of type text, ending with Now handle this request: <request> or Ask the user what they want to accomplish.

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":8,"method":"prompts/get","params":{"name":"plungeai","arguments":{"request":"summarise my last run"}}}'

The response above is abridged: the start of the prompt text is shortened to …; only its last sentence is shown.

Errors

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

HTTPCodeWhen
200-32602MCP error -32602: Prompt not found: <name>
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.