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.

Full field reference

FieldTypeWhat it bounds
goalstringThe per-run input — becomes the agent's prompt
missionmulti-line stringStanding purpose → system-prompt frame. A SINGLE-TOKEN string is a card reference instead (below)
personastringOne voice per run (digital_twin alias; personas: [x] → first entry)
skillsstring[]Instruction packs — first 5 eager, rest on demand (skills.md)
expertsstring[]Domain lenses — first 3 eager (experts-personas.md)
backgroundsstring[]Ambient context cards — first 3 eager, injected first
pluginsstring[]Bundles: skill index + MCP servers + scripts (plugins.md)
mcpstring[]MCP server ids connected in-loop
model, providerstringModel/provider override (models.md)
effortquick|standard|deepTurn-budget preset: 4 / 12 / 20 turns
max_turnsnumberExplicit loop cap (alias max_iterations); wins over effort; runtime default 50
max_parallelnumberWidest fan-out one delegate call may spawn — cap-and-refuse, never silently batched
allowed_toolsstring[]The tool fence (below)
allowed_agentsstring[] | 'all'Agent fence for call_agent
denied_agentsstring[]Subtracted from the agent fence
permissionsmap tool → allow|ask|denyPer-tool human gate: ask pauses the run with needs_approval before the tool executes; deny rejects the call
success_criteriastring[]Self-checked statements the agent verifies before finishing
instructionsstringExtra author instructions, appended after skills — always lands
python_executorauto|pyodide|anthropic|geminirun_python tier routing
memory_ownerstringMemory namespace override — per-bot isolation (memory.md)
local, local_agentsbool, string[]Local bot: actions route to the user's own machine via the desktop daemon (cloud brain, local hands); requires a connected local node

In a saved agentic agent: memory_owner is forbidden (tenancy comes from the executing user); local / local_agents are bot-only and require agent: harness-agent.

Validation Studio applies at save (validate.ts:221-311)

  • goal required (prompt: is an alias); mission (text or object) OR mission_ref required.
  • allowed_tools must be an array; max_turns a positive number; effort ∈ quick|standard|deep.
  • skills / experts / backgrounds / plugins / mcp must be string arrays; persona one string.
  • Ids are NOT checked at save — an unknown id degrades to a warning at run time. Declare only listed ids.
  • Merge order when a card is referenced: card → workflow → task, last wins; arrays replace.

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.