axonpush
Dashboard

Gateway

Where traffic gets in. Apps and channels organise your events, keys and tokens authenticate them, and the SDK, OTLP and Sentry paths carry them.

The Gateway pillar is everything about getting telemetry into axonpush: the resources that organise it, the credentials that authenticate it, and the wire formats that carry it.

Apps and channels

An app is a logical service. A channel lives inside an app and is the destination every event names. You create both from the dashboard or the API, and the SDKs and the wizard provision them for you.

Credentials

  • API keys (ak_) authenticate server-side code over X-API-Key. Mint, scope and revoke them here. A key can be pinned to an app and an environment.
  • Public ingest tokens (pt_) authenticate browser and mobile clients over X-Public-Token, scoped to one channel and one environment. See Authentication.

Ingest paths