The current API is sufficient for agent integration via raw HTTP — every flow on this site works today againstDocumentation Index
Fetch the complete documentation index at: https://docs.riftmap.dev/llms.txt
Use this file to discover all available pages before exploring further.
https://riftmap.dev/api/v1 with a workspace API key.
Two packaging layers are designed but deferred until there’s pull from real users. Building them before users ask risks designing for hypothetical workflows.
MCP server (riftmap-mcp)
Wraps the agent‑facing endpoints as MCP tools so Claude Code, Cursor, and Cline can use them without any HTTP plumbing in the agent’s prompt.
Planned layout:
- Published to PyPI as a separate package:
pipx install riftmap-mcp. - Python implementation using Anthropic’s official
mcpSDK.
CLI (riftmap)
Same surface as a shell command for CI pipelines and humans who’d rather pipe JSON than write curl invocations.
Planned commands:
- Ships as a
riftmapconsole_script on PyPI, separate from internal operator tooling. - JSON output by default (agent‑friendly);
--prettyflag for human reading. - Same env contract as the MCP server.
