# AsyncQueue > Background task orchestration without managing any infrastructure. AsyncQueue is a task orchestration service that allows developers and businesses to schedule, delay, manage, and execute background tasks via a simple REST API. ## Core Features - Task Queue: Queue and execute background tasks with a single API call - Webhook Execution: Call any HTTP endpoint as a callback with automatic retries - Scheduled Jobs: Cron-like scheduling without managing cron servers - Delayed Jobs: Delay task execution by seconds, minutes, or hours - Smart Retries: Exponential backoff with configurable retry policies - Result Storage: Store and retrieve task results via API - Dashboard: Real-time visibility into task status, logs, and audit trail ## Links - [Pricing](/pricing/) - [FAQ](/faq/) - [About](/about/) - [Blog](/blog/) - [Guides](/guides/) - [Glossary](/glossary/) - [Contact](/contact/) - [Sign Up](/signup/) - [Login](/login/) ## Full Index For a complete list of all blog posts, guides, and glossary entries, see [llms-full.txt](/llms-full.txt). ## API AsyncQueue provides a REST API for creating and managing tasks. API keys are used for programmatic access. Authentication is handled via JWT tokens for the dashboard and API keys for task operations.