Talaria
Talaria

Integrate in minutes.

Create a project, grab an API key, and send your first event over HTTP or with an SDK.

HTTP ingest or SDK

Every project gets a scoped API key. Send structured events to the ingest API, or use an SDK when you prefer idiomatic helpers in your stack. See the docs hub for guides.

Quick sample

Minimal capture with a project API key — copy-pasteable and ready for any environment.

first-event.shbash
curl -X POST https://api.newtalaria.com/v1/events \
  -H "Content-Type: application/json" \
  -H "X-API-Key: tal_live_YOUR_KEY" \
  -d '{
    "message": "Hello from Talaria",
    "level": "error",
    "environment": "development"
  }'

For agencies & product teams

Trial on real projects via the Developer free tier. Multi-project organizations keep apps separated while your team shares one workspace. Predictable accepted-event metering — see pricing.

Ship clarity on the next release

Create an org, add a project, send your first event.