Quick reference for integrators. For full schemas, use OpenAPI at https://api.histeeria.com/docs when available.
Ingestion (API key)
| Method | Path | Description |
|---|
POST | /v1/ingest | Submit one decision |
Decisions (session auth)
| Method | Path | Description |
|---|
GET | /v1/decisions | List decisions (paginated) |
GET | /v1/decisions/{id} | Decision detail |
GET | /v1/decisions/agents | Agent summaries |
GET | /v1/decisions/stats | Aggregate counts |
Evaluation (session auth)
| Method | Path | Description |
|---|
GET | /v1/evaluation/status | Engine status and agent states |
GET | /v1/evaluation/decisions/{id} | Evaluation for a decision |
GET | /v1/evaluation/agents/{agent_id} | Agent evaluation summary |
Auth
| Method | Path | Description |
|---|
POST | /v1/auth/register | Create account |
POST | /v1/auth/login | Login |
POST | /v1/auth/onboarding/complete | Finish onboarding |
Profiles
| Method | Path | Description |
|---|
GET | /v1/profiles | List agent profiles |
POST | /v1/profiles | Create profile |
GET | /v1/profiles/{id} | Profile detail |
Route prefixes and availability may expand over time. The SDK and web app are the supported integration paths for most users.