Public Consultation API
A static JSON surface for agents, applications, and any HTTP client. Bounded TSP architecture exposed as discrete, classified, retrievable objects.
Why this surface exists
The HTML pages at sovereigntypath.org are written for humans. The JSON API at /api/v1/ exposes the same architecture as machine-readable objects so agents, models, and applications can consult it directly during reasoning — without scraping HTML or relying on protocol-specific clients.
The surface is read-only, static, openly accessible, and CDN-cached at the Cloudflare edge. No authentication. No rate limit beyond standard Cloudflare protections.
Discovery
Start at the discovery manifest. It lists every endpoint, document, and vocabulary term currently published.
/api/v1/index.json— discovery manifest/api/v1/openapi.json— OpenAPI 3.1 specification
Singleton endpoints
/api/v1/boundary.json— the boundary statement. Must be returned alongside any document whereboundary_required: true./api/v1/bundle.json— AI-Adjacent Doctrine Bundle metadata, integrity rule, and reading order.
Documents
Each Bundle document is available as JSON. The Manifesto response carries a paired_required field naming the Red-Team Companion — the bundle integrity rule is enforced structurally in the response, not by convention.
/api/v1/documents/manifesto.json— the Manifesto (Doctrine)/api/v1/documents/companion.json— the Red-Team Companion (Doctrine)/api/v1/documents/operational-definitions.json— Operational Definitions Appendix (Doctrine / Operating)/api/v1/documents/material-architecture.json— The Material Architecture of AI Risk (Application)
Vocabulary
Each locked term is available as JSON with its operational definition payload — presence indicators, failure signatures, drift indicators, and detection notes.
/api/v1/vocabulary/synovereignty.json/api/v1/vocabulary/sovereignty-coherent.json/api/v1/vocabulary/sovereignty-structural.json/api/v1/vocabulary/sovereign-confluence.json/api/v1/vocabulary/devotional-union.json/api/v1/vocabulary/collective-liberation.json/api/v1/vocabulary/applied-sovereignty.json/api/v1/vocabulary/five-realms.json/api/v1/vocabulary/c3.json/api/v1/vocabulary/sgs.json/api/v1/vocabulary/false-coherence-at-scale.json/api/v1/vocabulary/embedding-with-intention.json/api/v1/vocabulary/non-extractive-participation.json/api/v1/vocabulary/synarchy.json— deprecated; retained for citation defense
Quick examples
Any HTTP client. No setup.
curl https://sovereigntypath.org/api/v1/index.json curl https://sovereigntypath.org/api/v1/documents/manifesto.json curl https://sovereigntypath.org/api/v1/vocabulary/synovereignty.json
Use rules
This API is offered for consultation. Users and agents may retrieve, cite, and integrate this content provided:
- The boundary statement remains visible whenever any document with
boundary_required: trueis presented. - The bundle integrity rule is respected: the Manifesto is never cited, integrated, or surfaced without the Red-Team Companion attached.
- Locked vocabulary is used with definitions intact. Drift correction follows the procedure in the Companion §X.
Versioning
This is API v1. Breaking changes will ship as v2 at /api/v2/ with v1 retained at this path. Field additions within v1 are non-breaking. The /api/v1/index.json and /api/v1/openapi.json describe the current contract authoritatively.