Introduction
Ackly gives you instant visibility into what’s happening across your systems. Send an event from anywhere — a backend service, a script, a webhook handler — and it shows up in a live dashboard in real time, searchable and organized exactly the way you set it up.
There’s nothing to install. One HTTP request and you’re in.
What Ackly does
You make a POST request to an ingest endpoint with a JSON body describing something that happened. Ackly stores it and surfaces it in your workspace dashboard in real time.
What you send is up to you — the platform is intentionally general. An event is just a status (success, failure, or partial), an optional message, and any metadata fields you want to attach. No SDK required, no agent to install.
How it works
- Create a workspace in www.ackly.dev to group related events
- Create a source inside that workspace — this generates a unique ingest key
- Send events to
POST https://www.ackly.dev/api/ingestwith your ingest key in theAuthorization: Bearer <key>header, from any HTTP client - View events in the Ackly dashboard
What’s in these docs
| Section | What it covers |
|---|---|
| Quick Start | Send your first event in under 5 minutes |
| Concepts → Events | Event fields, statuses, and metadata |
| Concepts → Sources | What sources are, ingest keys, and key rotation |
| Concepts → Plans | Rate limits, event retention, and plan tiers |
| API Reference → Ingest | Full reference for the ingest endpoint |