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.

Not in the OpenAPI spec; documented from the route code.

Endpoint
GET https://api.plungeai.com/docs

GET https://api.plungeai.com/docs serves the One API Developer Guide 3.0 as a single HTML page. The same guide is copied to plungeai.com/docs. No key is needed.

Response

200text/html

The guide page. Cached for 5 minutes (Cache-Control: public, max-age=300).

Example

import requests

open('one-api-guide.html', 'w').write(requests.get('https://api.plungeai.com/docs').text)

This site replaces the single page with one page per topic; start at the 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.