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.

Partly available: the Docs MCP server, which will let your agent search and read these pages. Tracked as TI-35.

Every page on docs.plungeai.com has a markdown form, the whole site has an index, and one file tells an agent how to connect PlungeAI.

/agents.md

https://docs.plungeai.com/agents.md is the setup file for coding agents: get an ozk_ key from the user, connect the client to https://mcp.plungeai.com/v1, verify with plungeai_whoami, add the skills and follow the rules. Paste this prompt into any agent to run it:

Use curl to read https://docs.plungeai.com/agents.md and perform the setup to connect PlungeAI

It is served as text/markdown; charset=utf-8, and it is not a sidebar page.

llms.txt and llms-full.txt

FileWhat it holds
/llms.txt# PlungeAI, a one-line description, then one bullet per page in sidebar order ([Title](https://docs.plungeai.com/<page>.md): description), with (planned) after pages that are not available yet; then ## OpenAPI Specs and ## Optional
/llms-full.txtEvery page in full: # <title>, a Source: line with the page URL, then the page body; API and MCP reference pages in a condensed form

Markdown twins

Append .md to any page URL, for example /getting-started/quickstart.md, or request the page with Accept: text/markdown:

curl -s -H 'Accept: text/markdown' https://docs.plungeai.com/getting-started/quickstart

A twin starts with a pointer to /llms.txt, then the page title and description, then the page source unchanged. Twins carry X-Robots-Tag: noindex, so search engines index the HTML page only.

Docs MCP

A docs MCP server at docs.plungeai.com/mcp will let an agent search these docs and read a page by path. It is planned (TI-35) and answers with a JSON-RPC error until then. The product MCP server at https://mcp.plungeai.com/v1 is a different server and is live.

Docs MCP server

What the docs MCP server will do.

Other llms.txt files

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.