# AsyncBase ## Docs - [API Reference](https://docs.asyncbase.dev/api-reference/introduction.md): Every endpoint auto-generated from the OpenAPI 3.1 spec. - [Claude Code skill](https://docs.asyncbase.dev/claude-skill.md): asyncbase skill that scaffolds the SDK into any project via Claude Code. - [FIFO + dedup](https://docs.asyncbase.dev/concepts/fifo.md): fifo_group serializes per key. dedupe_id drops duplicates in that group within 5 minutes. - [Idempotency](https://docs.asyncbase.dev/concepts/idempotency.md): Idempotency-Key header deduplicates retried sends for 24 hours. - [Retries + DLQ](https://docs.asyncbase.dev/concepts/retries.md): Exponential backoff on nack, move to DLQ after N attempts, redrive from dashboard or API. - [Go](https://docs.asyncbase.dev/install/go.md): github.com/asyncbase-dev/asyncbase-go. Go 1.22+, stdlib only. - [Laravel](https://docs.asyncbase.dev/install/laravel.md): Native queue driver — dispatch() → queue:work asyncbase. Zero boilerplate. - [NestJS](https://docs.asyncbase.dev/install/nestjs.md): @asyncbase/nestjs — @Processor / @Process / @InjectQueue decorators over the SDK. - [Node / TypeScript](https://docs.asyncbase.dev/install/node.md): @asyncbase/sdk — zero runtime deps, Node 18+ and Bun. - [PHP](https://docs.asyncbase.dev/install/php.md): asyncbase/asyncbase on Packagist. PHP 8.1+, Guzzle 7. - [Python](https://docs.asyncbase.dev/install/python.md): asyncbase on PyPI. Python 3.10+. Sync + async clients. - [AsyncBase](https://docs.asyncbase.dev/introduction.md): Redis-grade queues with Supabase-grade DX. One HTTP/JSON API, four SDKs, Bearer auth. - [MCP server](https://docs.asyncbase.dev/mcp-server.md): @asyncbase/mcp exposes 7 tools to Claude, Cursor, Zed, and any MCP-aware client. - [Quickstart](https://docs.asyncbase.dev/quickstart.md): From nothing to a working enqueue + consume loop. 5 minutes. ## OpenAPI Specs - [openapi](https://docs.asyncbase.dev/api-reference/openapi.json)