Base URL
All API requests go to:Installation
The management API is available through the@trigger.dev/sdk package. If you have already installed the package, you can skip this step.
Usage
All management functionality is exported from@trigger.dev/sdk. Configure the client once with your secret key and then call the management functions.
Available resources
Tasks
Trigger tasks and batch-trigger multiple runs at once.
Runs
List, retrieve, cancel, and replay task runs.
Schedules
Create and manage CRON-based schedules for your tasks.
Queues
Inspect and pause/resume your task queues.
Waitpoints
Create tokens to pause runs until an external event completes them.
Environment Variables
Read and write environment variables for your project environments.