Skip to main content
AsyncBase is a managed queue. Idempotency, retries + DLQ, FIFO ordering, delayed delivery — all shipped out of the box. No CloudWatch. No IAM. These pages get you from signup to a working consume loop in under 5 minutes.

Start here

Quickstart

Signup → send → consume. Under 5 minutes.

Open the dashboard

Create an API key, inspect queues, set alerts.

Install the SDK

Node / TypeScript

npm i @asyncbase/sdk

Python

pip install asyncbase

PHP

composer require asyncbase/asyncbase

Go

go get github.com/asyncbase-dev/asyncbase-go

AI-native tooling

MCP server

Claude / Cursor / Zed call 7 tools — send, pull, ack, nack, DLQ, docs.

Claude Code skill

Drops the SDK into any project with one prompt.

Concepts

Retries + DLQ

Exponential backoff, DLQ redrive, alert thresholds.

FIFO + dedup

Per-key ordering, 5-min dedup window, SQS-style.

Idempotency

Idempotency-Key header, 24 h window.

For AI agents

The doc set at docs/llm/ is a mirror optimized for LLM consumption — schema-first, short, example-heavy. Any MCP-aware tool can call get_docs to fetch canonical usage before generating code.
llms.txt: api.asyncbase.dev/llms.txt · Full concat: llms-full.md · MCP setup: /mcp