ReferenceActive · v1.0.0

Public Consultation API

A static JSON surface for agents, applications, and any HTTP client. Bounded TSP architecture exposed as discrete, classified, retrievable objects.

The Sovereignty Path is a human coherence architecture. Its concepts may be applied to adjacent fields, including AI-adjacent human systems, governance, and technology, but current TSP canon does not thereby claim governance over non-human intelligence unless such expansion is explicitly authored, ratified, and sealed.

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.

Singleton endpoints

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.

Vocabulary

Each locked term is available as JSON with its operational definition payload — presence indicators, failure signatures, drift indicators, and detection notes.

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:

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.