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.
GET/v1/discovery/search

Headers: every response carries x-request-id. Pick the body format with ?format= or Accept (application/json, text/yaml, text/markdown, text/plain).

Authorization: send Authorization: Bearer $PLUNGE_API_KEY; X-API-Key: <ozk_ key> is accepted as an alternative.

The response also echoes the query you sent.

Authorizations

Authorizationstringheaderrequired
Bearer token: Authorization: Bearer ozk_…. ozk_ platform API key (Authorization: Bearer ozk_…)

Query parameters

qstring
Natural-language capability query
kindenum<string>
Plural capability group, e.g. agents, mcp-servers

Available options: agents, skills, digital-twins, personas, experts, backgrounds, workflows, models, providers, connectors, plugins, mcp-servers

typestring
categorystring
statusstring

Default: active

tierstring
limitinteger
offsetinteger
modeenum<string>

Available options: hybrid, keyword, vector

fieldsenum<string>

Available options: list, summary, full

includeenum<string>from code
include=quality adds a quality object (score, success_rate, runs, or null when unmeasured) to each card. Not in the OpenAPI spec yet (TI-18).

Available options: quality

Response

Registry search envelope

  • application/json
cardsCard[]
countinteger
searchMethodstring

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.