https://api.histeeria.com
Authentication modes
| Mode | Used for | Header |
|---|---|---|
| API key | SDK ingest, automation | Authorization: Bearer hst_live_... |
| JWT session | Web app (logged-in user) | Authorization: Bearer <jwt> |
Main endpoint groups
| Prefix | Purpose |
|---|---|
POST /v1/ingest | Submit agent decisions |
GET /v1/decisions/* | List and inspect decisions (session auth) |
/v1/evaluation/* | Evaluation status and scores |
/v1/auth/* | Login, register, onboarding |
/v1/profiles/* | Agent profiles |
Response codes
| Code | Meaning |
|---|---|
202 | Ingest accepted, queued |
401 | Invalid or missing auth |
422 | Validation error on payload |
429 | Rate limited |
OpenAPI
Interactive schema available at/docs on the API server (Swagger UI) when enabled in your deployment.
Related
Authentication
API keys and JWT.
Ingest
Decision payload reference.
REST reference
Common routes summary.

