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/llms.txt

GET https://api.plungeai.com/llms.txt returns the index of the One API Developer Guide in the llmstxt.org (opens in a new tab) format, so an AI coding agent can onboard from the domain alone. No key is needed.

Response

200text/plain

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

Example

import requests

print(requests.get('https://api.plungeai.com/llms.txt').text)

The index of this documentation site is /llms.txt on docs.plungeai.com.

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.