Genesis Mesh Network Authority
Every Network Authority surface in one compact map: open a safe GET, sign an operator command, or run a managed CLI operation.
NetworkRayen-Trabelsi-TN-NA
Versionv0.1
HealthReady
HTTP Surfaces43
CLI Workflows10
Browser-safe22
Surface map
Read-only console
Signed actions documented only
Safe Browser Links
Representative safe GET surfaces. View all API routes.
| Method | Path / command | Surface | Purpose | Access |
|---|---|---|---|---|
| GET | /healthz | Liveness | Process-level health probe. | None |
| GET | /readyz | Readiness | Database and migration readiness. | None |
| GET | /sovereign.json | Sovereign metadata | Operator-safe public trust material. | None |
| GET | /dashboard | Sovereign dashboard | Read-only sovereign health and trust view. | None |
| GET | /connectome | Connectome | Human-readable recognition and revocation view. | None |
| GET | /agents | Agent discovery | List registered agent descriptors. | None |
| GET | /api-reference | API reference | Read-only HTTP API reference. | None |
| GET | /cli-reference | CLI reference | Generated CLI command reference. | None |
Node and Agent Runtime
Signed node proof-of-possession surfaces.
| Method | Path / command | Surface | Purpose | Access |
|---|---|---|---|---|
| POST | /join |
Join | Issue a certificate from a single-use invite. | Node PoP |
| POST | /agents |
Register agent | Publish an authenticated agent descriptor. | Node PoP |
Operator Commands
Signed HTTP clients or CLI commands, not browser actions.
| Method | Path / command | Surface | Purpose | Access |
|---|---|---|---|---|
| POST | /admin/invite |
Invite | Create a scoped enrollment token. | Operator signature |
| POST | /admin/revoke |
Revoke | Publish a new signed CRL. | Operator signature |
| POST | /admin/attestations |
Issue attestation | Issue portable membership evidence. | Operator signature |
| POST | /admin/recognition-treaties |
Issue treaty | Create a direct-recognition treaty for another sovereign. | Operator signature |
| POST | /admin/sovereign-revocation-feeds/import |
Import revocation feed | Import revoked trust material from a recognized sovereign. | Operator signature |
| CLI | genesis-mesh federation bootstrap |
Federation bootstrap | Review a sovereign and issue a direct-recognition treaty. | Operator signature |
Managed Operations
CLI-only service workflows. View all CLI commands.
| Method | Path / command | Surface | Purpose | Access |
|---|---|---|---|---|
| CLI | genesis-mesh managed backup |
Backup | Create a consistent online NA DB backup. | Local shell |
| CLI | genesis-mesh managed restore |
Restore | Restore a validated backup while the NA is stopped. | Local shell |
| CLI | genesis-mesh managed audit-export |
Audit export | Export redacted audit events. | Local shell |
This console is read-only. Browser-clickable means safe GET. Signed
POST/admin operations and CLI-only workflows are documented here,
not executed here.