Public Mesh Operations
This page condenses operator-focused workflows from docs/public-mesh-operations.md, docs/agent-and-coordinator-install.md, and docs/flyio-bootstrap.md.
Coordinator Placement and Role
- Run at least one coordinator as the policy + scheduling center.
- In production, coordinators are not public-open APIs; mesh auth gates protected routes.
- Coordinators maintain agent registry, capacity state, queue orchestration, and result aggregation.
Node Join and Enrollment Model
- User creates/enrolls node from portal.
- Enrollment token is issued for node registration.
- Worker runtime starts with registration token and coordinator URL.
- Node appears in coordinator/control-plane catalogs.
- Coordinator-owner/admin approval activates node for production contribution.
Operational Controls
- Network mode toggles (
public_meshvsenterprise_overlay). - Agent and coordinator approval gates.
- Blacklist propagation and abuse controls.
- Health and runtime observability endpoints for coordinator and inference.
Peer and Discovery Model
- Discovery resolution order typically follows:
- live discovery feed
- local cache
- bootstrap URL fallback
- Coordinator peers similarly use registry/cache/bootstrap sources.
- Avoid static hardcoded coordinator IPs as primary production strategy.
Coordinator API Domains
Major operational groups include:
- Health + identity: readiness/runtime checks and service identity.
- Mesh + peers: peer registration, gossip, relay, and direct-work collaboration.
- Economy + treasury: pricing, quote, payment intent, and treasury policy endpoints.
- Issuance + stats: rolling issuance recalculation, quorum, anchors, verification.
- Ledger + credits: balance/history views and verification snapshots.
See API Surfaces for consolidated endpoint map.