Network Authority online
Genesis Mesh Network Authority
Operator control plane for invite enrollment, certificate issuance, revocation, policy distribution, and production health checks.
NetworkUSG
Versionv0.1
Active Nodes2
Tracked Nodes2
Public And Health Routes
Safe to open from a browser or monitoring probe.
GET
/healthz
Liveness
Process-level health probe.
GET
/readyz
Readiness
Database and migration readiness.
GET
/genesis
Genesis
Signed network trust root.
GET
/policy
Policy
Active DB-backed policy manifest.
GET
/crl
Revocation List
Current signed certificate revocation list.
GET
/nodes
Nodes
Recently active node inventory.
Node Routes
Used by enrolled nodes and protected by node proof-of-possession.
POST
/join
Join
Issue a certificate from a single-use invite.
POST
/heartbeat
Heartbeat
Update authenticated node liveness.
POST
/renew
Renew
Renew a non-revoked node certificate.
Operator Routes
Require operator signature headers and replay-protected nonces.
POST
/admin/invite
Invite
Create a scoped enrollment token.
POST
/admin/revoke
Revoke
Publish a new signed CRL.
POST
/admin/policy
Policy Publish
Activate a signed policy version.
GET
/admin/policy/history
Policy History
Inspect persisted policy versions.
POST
/admin/policy/rollback
Policy Rollback
Reactivate a previous policy.
This page is a human-readable console only. Use the `genesis-mesh`
CLI or signed HTTP clients for operator and node write operations.