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/sdkPython
pip install asyncbasePHP
composer require asyncbase/asyncbaseGo
go get github.com/asyncbase-dev/asyncbase-goAI-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 atdocs/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