control plane
A realm is the Hub unit for a fleet of daemons: membership, desired teams, agent settings, enroll tokens, and (optionally) a public A2A door. Interactive paths: Hub API tab → Realms, Realm teams, Realm agents, Realm A2A, Public A2A.

Resources

Enroll tokens are not under /realms/tokens — mint with POST /v1/auth/generate_token { "type": "realm", "realm_id": "…" } (or cliq realm token).

Auth

Quick flow

See Hub Control Plane for enroll + dispatch. Full schemas live in the Hub API tab.