1. Sign up + grab your key
Sign in with magic link
Go to asyncbase.dev and sign in. First login shows
your
sk_live_... key exactly once.Copy the key
Stash it in your secret manager as
ASYNCBASE_KEY. Rotate from
/settings/api-keys if you lose it.2. Install the SDK
3. Send a message
4. Consume it
5. Run it under supervisor
Consumers are long-running processes. In production, deploy as a separate service (Fly Machine, Railway worker, K8s Deployment, or supervisor / systemd on a VPS).What’s next
Idempotency
Make your producer retry-safe with
Idempotency-Key.FIFO + dedup
Order messages per-key using
fifo_group.Retries + DLQ
Configure backoff, alerts on DLQ threshold.
MCP server
Let Claude / Cursor operate your queues from your editor.