Skip to main content

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

DomainEndpointsTierWhat lives here
Compute159MixedThe mathematical-physics VM: run verified computations, solve PDEs, evolve systems, discover operators, and reach science tooling + codecs.
State machines109MixedSpin up your own machine and drive its entangled-state audit chain: transitions, anchors, tally, hosted pages, per-machine admin.
Contracts12Computation (public)Author, template, dry-run, deploy and fire JSON state contracts — the reactive, event-driven automation layer on the chain.
Agents & AI29Computation (public)The symbiotic coding/hyperagent layer: agent workspaces (files, plans, Python sandbox, protocol state), skill synthesis, the Pulse orb, and
Economy83MixedThe token economy: the tally protocol, compute-credits → ZEQ Coin conversion, the transparency oracle, price oracle, swaps, donations, Strip
Identity & access47MixedWho 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 & encryption59MixedThe zero-knowledge platform: the ZSC secure-context vault, HITE encryption at rest, ZSP spectral protect, E2EE key registry, Zeq-SSL credent
Messaging & files99MixedCommunication surfaces: the messenger (profile, conversations, calls, AI/CLI contacts), mail, community channels and the attachment store.
Network & governance84MixedThe decentralized layer: fleet ownership + placement, the node mesh, WORM governance, contributed-compute, community-operator staking-votes,
Apps23Computation (public)The product suite built on the framework: Zeq Antivirus, Zeq VPN, Zeq Edge and Phish-Guard.
Explorer & platform56Computation (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.