The Missing Background Queue for Your Serverless Apps
Stop managing queues and workers. Focus on building your app while we handle your background jobs with simple HTTP requests.
Get early access
Join the waitlist and be the first to know when we launch.
Perfect for Vercel Apps and all serverless environments.
Why use Dispatched?
Dispatched helps you run background jobs faster and simpler than setting up your own infrastructure.
Pure HTTP Simplicity
No SDKs or complex integrations. Just send a POST request to queue a job and receive a webhook callback in the background.
Works with any programming language or framework.
Dispatch jobs with a simple POST request and get notified via a webhook.
Flexible Scheduling
Run tasks immediately or schedule them for later. Perfect for delayed emails, periodic cleanups, or any long-running background process.
Allow your users to continue with their workflow while we handle the heavy lifting in the background.
Jobs can be delayed up to 1 year.
Get Started in Seconds
Create an API key, set your webhook URL, and you're ready to dispatch jobs.
All you need is an API Key and a webhook URL.
No infrastructure to manage or complex setup required.
Smart Retries Built-in
Jobs automatically retry on failure with configurable attempts. Set retry policies at the project level or customize them per job.
Automatically retry jobs that fail.
Some jobs may need more retries than others. Set custom retry policies per job.
How it Works
Create an API Key
Generate your API key from the dashboard. This key will be used to authenticate your requests.
Set Your Webhook URL
Configure the URL in the dashboard where you want to receive job processing requests.
Start Dispatching Jobs
Send a simple HTTP request to dispatch your background jobs.
curl -X POST https://dispatched.dev/api/jobs/dispatch \-H "Authorization: Bearer YOUR-API-KEY" \-H "Content-Type: application/json" \-d '{"payload": {"task": "process_video"},}'
Frequently asked questions
Do you have any questions? We have got you covered.
Get early access
Join the waitlist and be the first to know when we launch.