Agentic RPC is now its own docs section
The agent-facing pages moved out of Node API into a top-level Agentic RPC section, and gained the two pages they were missing: a quickstart and a troubleshooting guide.
What moved
- Agent RPC MCP is now at
/agentic-rpc/agent-rpc-mcp/, and TORPC at/agentic-rpc/torpc/. The old URLs redirect. - Management MCP moved the other way, into Getting Started, next to Projects and Billing. It manages your account rather than reading chains, so it belongs with the rest of the account documentation.
What is new
- Agentic RPC overview: what the three pieces are, and a table that answers which one you need. The section had no landing page before, so there was nothing to link to.
- Quickstart: an API key, one install command, and a first real answer. Every command and every response on it was run against production, including a transaction whose three event logs come back ABI-decoded and a
resolveContractcall that turns raw base units into a human number. - Troubleshooting: the first-hour failures, each with the error string it actually produces. Missing key, wrong key (the session opens fine and fails on the first tool call), unknown chain, a method the server refuses everywhere, a method your key may not call, a tier that came back lower than asked, and a list that stopped early with
range_fully_scanned: false.
Worth checking on your side
- Nothing changed in either MCP server, or in the RPC service. Same endpoints, same seventeen read tools, same limits and charging. This is a documentation change.
- Update any bookmark you keep to the old paths. The redirects work, but the canonical URLs are the new ones.