The 11 domains
The node exposes 760 live endpoints (667 public + 89 owner-gated), organised into 11 domains along a single axis: who the call is for. This is the framework's own taxonomy — one source of truth (apiDomains.json) stamps every endpoint with its domain, and the CLI, the MCP capabilities manifest, and this reference all read from it.
The two tiers
- Machine-control (owner-gated) — the calls that operate a machine: prove who you are, hold secrets, mint keys, govern the fleet, move value. 89 endpoints.
- Computation (public) — the framework itself: verified physics, the chain, contracts, the explorer. Reachable with a demo key or a signed-in session. 671 endpoints.
The map
| Domain | Endpoints | Tier | What lives here |
|---|---|---|---|
| Compute | 159 | Mixed | The mathematical-physics VM: run verified computations, solve PDEs, evolve systems, discover operators, and reach science tooling + codecs. |
| State machines | 109 | Mixed | Spin up your own machine and drive its entangled-state audit chain: transitions, anchors, tally, hosted pages, per-machine admin. |
| Contracts | 12 | Computation (public) | Author, template, dry-run, deploy and fire JSON state contracts — the reactive, event-driven automation layer on the chain. |
| Agents & AI | 29 | Computation (public) | The symbiotic coding/hyperagent layer: agent workspaces (files, plans, Python sandbox, protocol state), skill synthesis, the Pulse orb, and |
| Economy | 83 | Mixed | The token economy: the tally protocol, compute-credits → ZEQ Coin conversion, the transparency oracle, price oracle, swaps, donations, Strip |
| Identity & access | 47 | Mixed | Who you are and what can act as you: equation-as-credential auth, API keys, the per-machine portal, OAuth/OIDC broker and public verificatio |
| Vault & encryption | 59 | Mixed | The zero-knowledge platform: the ZSC secure-context vault, HITE encryption at rest, ZSP spectral protect, E2EE key registry, Zeq-SSL credent |
| Messaging & files | 99 | Mixed | Communication surfaces: the messenger (profile, conversations, calls, AI/CLI contacts), mail, community channels and the attachment store. |
| Network & governance | 84 | Mixed | The decentralized layer: fleet ownership + placement, the node mesh, WORM governance, contributed-compute, community-operator staking-votes, |
| Apps | 23 | Computation (public) | The product suite built on the framework: Zeq Antivirus, Zeq VPN, Zeq Edge and Phish-Guard. |
| Explorer & platform | 56 | Computation (public) | Observability + discovery: the explorer feeds, federated search, rich-lists, agent/source directories, plus platform meta — kernel skill, MC |
Counts are the live figures from GET /api/endpoints and move as routers ship — ask the running node (?domain=<slug> filters to one domain) rather than trusting a number in prose.
For agents
GET /api/mcp returns these same domains under capabilities, each with its machine-control / computation split, so an MCP client discovers the surface the moment it connects. Pair that with the kernel skill and the MCP tools.
Read next
- Reference overview — the full endpoint + operator surface.
- MCP server — the same domains, as agent tools.
- The CLI —
api groupsrenders this map in your terminal.