Step 1 — Create an account
Free (sandbox) account
No email or password required. A temporary account and credentials are generated for you.tenant_id and password — you will need them to log in.
Step 2 — Log in and get a session token
token is a JWT valid for 2 hours. Use it as a Bearer token for all management API calls.
Step 3 — Retrieve your API key
eldr_sk_...) authenticates event ingestion requests.
Step 4 — Register a webhook endpoint
Step 5 — Send your first event
Use your API key in theAuthorization header to ingest an event:
202 Accepted response means the event has been received and queued for delivery. EldrStream will dispatch it to your webhook endpoint, retrying automatically on failure.
Next steps
- Core Concepts — Understand event states, replay, and delivery guarantees
- API Reference — Explore all available endpoints
- Security & Signing — Verify that webhook deliveries genuinely come from EldrStream