II.
Page JSON
Structured · livepage:docs-agent-mux-reference-agents-pi
Pi json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "page:docs-agent-mux-reference-agents-pi",
"_kind": "Page",
"_file": "wiki/docs/agent-mux/reference/agents/pi.md",
"_cluster": "wiki",
"attributes": {
"nodeKind": "Page",
"sourcePath": "docs/agent-mux/reference/agents/pi.md",
"sourceKind": "repo-docs",
"title": "Pi",
"displayName": "Pi",
"slug": "docs/agent-mux/reference/agents/pi",
"articlePath": "wiki/docs/agent-mux/reference/agents/pi.md",
"article": "\n# Pi\n\nAdapter for the **Pi** agent CLI.\n\n## Install\n\n```bash\namux install pi\n```\n\nSupported on macOS, Linux and Windows.\n\n## Auth\n\n- **Provider API keys** — provider-specific env vars.\n\nConfig file: `~/.pi/agent/settings.json`.\n\n## Minimal run\n\n```bash\namux run pi --prompt \"Draft a commit message\"\n```\n\n## Notable flags\n\n- `--model <id>` — default `default`.\n- `--prompt <text>` — forwarded prompt.\n\n## Session files\n\n- Location: `~/.pi/agent/sessions/*.jsonl`\n- JSONL; parses `text`, `message`, and `tool_call` events.\n\n## Plugins\n\nPlugin support: **no**. Use MCP servers for extensibility.\n\n### MCP Servers\n```bash\namux mcp install pi <mcp-server>\namux mcp list pi\n```\n\nRegistry: https://modelcontextprotocol.io\n\n## Capabilities\n\nTool calling (not parallel), tool-call streaming, text streaming, 128k context.\n\n## Known limitations\n\n- No parallel tool calls.\n- No thinking mode, no JSON mode, no structured output.\n- No image, no file input.\n- Approval mode is not wired through to CLI flags.\n- Global config only.\n",
"documents": []
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "page:docs-agent-mux-reference",
"to": "page:docs-agent-mux-reference-agents-pi",
"kind": "contains_page"
}
]
}