HTTP API Reference

The Nomotic API server exposes governance operations over HTTP. Start it with:

nomotic serve [--host 0.0.0.0] [--port 8420] [--ui] [--metrics] [--playground] [--sim-mode]

Default: http://127.0.0.1:8420

Authentication

API requests require an X-Api-Key header. Localhost requests (127.0.0.1, ::1) bypass authentication.

curl -H "X-Api-Key: your-key" http://localhost:8420/v1/health

Infrastructure

Health Check

GET /v1/health

Returns 200 OK with server health status.

Server Info

GET /v1/info

Returns version, issuer ID, and certificate count.


Dashboard UI Endpoints

Overview

Agent Status (F-10)

Verdict Detail (F-04)

Drift Alerts (F-11)

Audit Trail (F-12)

Config Editor (F-14)


Certificates


Archetypes


Organizations


Trust, Drift, Fingerprint


Audit Trail


Override / Approval Queue (F-05)


Playground (F-17)

Requires --playground flag.

Evaluate Request Body


Fleet


Behavioral Trajectory Engine


Fleet Simulation (F-22)


Constitutional Rules


Human Engagement


Behavioral Command & Control


Counterfactual Behavioral Replay

Last updated