Environments and Endpoints are used to connect your server to the Trigger.dev platform.
DEV
environment should only be used for local development. It’s where you can test your Jobs before deploying them to servers.
STAGING
environment is useful for testing your Jobs against your staging server, if you have one. STAGING works identically to PROD.
PROD
environment is where your Jobs will run in production. It’s where you can run your Jobs against real data.
DEV
has multiple endpoints associated with it – one for each team member. This allows each team member to run their own Jobs, without interfering with each other.
All other environments have just a single endpoint (with a single URL) associated with them.