Event ingestion, without the overhead.

A lightweight HTTP endpoint for collecting application events, crash reports and usage metrics. Batched delivery, no SDK required.

POST /api/v3/report
Content-Type: application/json

{ "app": "your-app", "events": [ { "name": "session_start", "ts": 1754380800 } ] }

Batched delivery

Buffer events client-side and flush on your own schedule. No per-event round trips.

Schema-free

Send arbitrary JSON payloads. Fields are indexed on ingest, no migrations.

Retention control

Configurable windows per project, from 7 to 400 days.

All systems operational