Network Authority API
Generated HTTP surface reference for Rayen-Trabelsi-TN-NA. This page intentionally has no try-it or request execution controls. Use /swagger.json for automation.
HTTP Surfaces
Signed POST routes require operator or node signing outside the browser.
| Method | Path / command | Surface | Purpose | Access |
|---|---|---|---|---|
| GET | /health | Health summary | Expanded service health summary. | None |
| GET | /healthz | Liveness | Process-level health probe. | None |
| GET | /readyz | Readiness | Database and migration readiness. | None |
| GET | /metrics | Metrics | Prometheus-compatible runtime metrics. | None |
| GET | /sovereign.json | Sovereign metadata | Operator-safe public trust material. | None |
| GET | /genesis | Genesis | Signed network trust root. | None |
| GET | /policy | Policy | Active DB-backed policy manifest. | None |
| GET | /crl | Revocation list | Current signed certificate revocation list. | None |
| GET | /nodes | Nodes | Recently active node inventory. | None |
| GET | /dashboard | Sovereign dashboard | Read-only sovereign health and trust view. | None |
| GET | /dashboard.json | Dashboard JSON | Machine-readable sovereign health and trust summary. | None |
| GET | /connectome | Connectome | Human-readable recognition and revocation view. | None |
| GET | /connectome.json | Connectome JSON | Machine-readable Connectome summary. | None |
| GET | /connectome/trust-path |
Trust path |
Explain recognition between two sovereigns.
Requires from and to query parameters. |
None |
| GET | /recognition-graph | Recognition graph | Source graph for trust explanations. | None |
| GET | /recognition-treaties | Recognition treaties | List persisted sovereign treaties. | None |
| GET | /recognition-policy | Recognition policy | Current portable-trust acceptance policy. | None |
| GET | /sovereign-revocation-feed | Sovereign revocation feed | Export revocations issued by a sovereign. | None |
| GET | /attestations | Membership attestations | List issued portable membership attestations. | None |
| GET | /agents | Agent discovery | List registered agent descriptors. | None |
| GET | /agents/{node_public_key} |
Agent lookup | Read one agent descriptor. | None |
| GET | /swagger.json | OpenAPI metadata | Generated HTTP protocol surface metadata. | None |
| GET | /api-reference | API reference | Read-only HTTP API reference. | None |
| GET | /cli-reference | CLI reference | Generated CLI command reference. | None |
| POST | /join |
Join | Issue a certificate from a single-use invite. | Node PoP |
| POST | /heartbeat |
Heartbeat | Update authenticated node liveness. | Node PoP |
| POST | /renew |
Renew | Renew a non-revoked node certificate. | Node PoP |
| POST | /agents |
Register agent | Publish an authenticated agent descriptor. | Node PoP |
| DELETE | /agents/{node_public_key} |
Remove agent | Delete an authenticated descriptor. | Node PoP |
| POST | /admin/invite |
Invite | Create a scoped enrollment token. | Operator signature |
| POST | /admin/revoke |
Revoke | Publish a new signed CRL. | Operator signature |
| POST | /admin/policy |
Policy publish | Activate a signed policy version. | Operator signature |
| GET | /admin/policy/history |
Policy history | Inspect persisted policy versions. | Operator signature |
| POST | /admin/policy/rollback |
Policy rollback | Reactivate a previous policy. | Operator signature |
| POST | /admin/attestations |
Issue attestation | Issue portable membership evidence. | Operator signature |
| POST | /admin/attestations/{attestation_id}/revoke |
Revoke attestation | Publish sovereign-level attestation revocation. | Operator signature |
| POST | /admin/recognition-policy |
Set recognition policy | Set portable trust acceptance policy. | Operator signature |
| POST | /admin/recognition-treaties |
Issue treaty | Create a direct-recognition treaty for another sovereign. | Operator signature |
| POST | /admin/recognition-treaties/{treaty_id}/revoke |
Revoke treaty | End a persisted recognition treaty. | Operator signature |
| POST | /admin/sovereign-revocation-feeds/import |
Import revocation feed | Import revoked trust material from a recognized sovereign. | Operator signature |
| POST | /recognition-treaties/verify |
Verify treaty | Verify a signed recognition treaty. | Signed HTTP client |
| POST | /attestations/verify |
Verify attestation | Verify a signed membership attestation. | Signed HTTP client |
| POST | /attestations/verify-with-treaty |
Verify with treaty | Verify an attestation using a recognition treaty. | Signed HTTP client |
No API surfaces match the current search.
No browser request builder is provided. POST/admin routes are
documented here, but must be executed by the CLI or a signed HTTP client.