Quick reference for integrators. For full schemas, use OpenAPI at https://api.histeeria.com/docs when available.

Ingestion (API key)

MethodPathDescription
POST/v1/ingestSubmit one decision

Decisions (session auth)

MethodPathDescription
GET/v1/decisionsList decisions (paginated)
GET/v1/decisions/{id}Decision detail
GET/v1/decisions/agentsAgent summaries
GET/v1/decisions/statsAggregate counts

Evaluation (session auth)

MethodPathDescription
GET/v1/evaluation/statusEngine status and agent states
GET/v1/evaluation/decisions/{id}Evaluation for a decision
GET/v1/evaluation/agents/{agent_id}Agent evaluation summary

Auth

MethodPathDescription
POST/v1/auth/registerCreate account
POST/v1/auth/loginLogin
POST/v1/auth/onboarding/completeFinish onboarding

Profiles

MethodPathDescription
GET/v1/profilesList agent profiles
POST/v1/profilesCreate 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.