Getting Started
Quickstart
Create your first scheduled HTTP job in under 5 minutes.
This guide walks you through signing up, creating a job, and inspecting its execution. You can follow along with curl, the CLI, or any HTTP client.
1. Create an account
The response includes a JWT token and your workspace details:
Save the token value — you'll use it for all subsequent requests.
2. Create a job
Create a recurring job that hits a URL every 5 minutes:
The response includes the job ID and its next scheduled run:
3. Trigger it now
Don't want to wait for the next scheduled run? Trigger it immediately:
4. Check the execution
List executions for your job:
5. Try other schedule types
Cron expression — run at 2 AM New York time every day:
One-time immediate — fire once right now:
Using the CLI instead
If you prefer the terminal:
Next steps
- Authentication — JWT tokens, API tokens, and how auth works
- Jobs guide — All schedule types, retry policies, and job configuration
- Notifications — Set up alerts for job success or failure
- Secrets — Store and reference encrypted credentials