Total Events
Total Cost
Governance Flags
Active Agents
HITL
human-approved
Autonomous
no human needed
HoTL
monitored
Emergency
kill-switch events
Autonomous Ratio
EU AI Act Art.14
Data Pipeline loading…
· · daily 09:00 UTC
LIVE — auto-refresh 30s
Gov type:
Loading events...
Loading governance events...

Ingest Events

POST /api/events
Submit a single governance event.
curl -X POST https://zerohumanos.polsia.app/api/events \
  -H "Content-Type: application/json" \
  -d '{
    "agent": "ceo-agent",
    "action_type": "decision",
    "decision": "Approved Q1 budget allocation of $12,000 to marketing",
    "cost": 0.0340,
    "governance_flag": false,
    "metadata": { "category": "finance", "confidence": 0.92 }
  }'
POST /api/events/batch
Submit up to 100 events in a single request.
curl -X POST https://zerohumanos.polsia.app/api/events/batch \
  -H "Content-Type: application/json" \
  -d '{ "events": [ { "agent": "...", "action_type": "...", "decision": "..." } ] }'

Read Events

GET /api/events?limit=50&agent=ceo-agent&governance_flag=true
Query events with pagination, filtering by agent, action_type, governance_flag, since, until.
GET /api/events/stats
Aggregate stats: total events, total cost, governance flags, breakdowns by agent and action type.

Stay ahead of AI governance

Get new reports, regulatory changes, and compliance guides — straight to your inbox.