Installation
The management API is available through the same@trigger.dev/sdk package used in defining and triggering tasks. If you have already installed the package in your project, you can skip this step.
Usage
Allv3 functionality is provided through the @trigger.dev/sdk module. You can import the entire module or individual resources as needed.
Multiple clients in one process
If a single process needs to talk to more than one Trigger.dev project, environment, or preview branch, usenew TriggerClient({...}) for each target instead of configure(). Each instance owns its own auth and config, with no shared global state. See Multiple SDK clients for the full pattern.

