Files
triggerdotdev--trigger.dev/docs/v3/apikeys.mdx
T
Matt Aitken f1c768a255 Docs for API keys, fixed links to docs from app (#981)
* Add missing API keys docs and link from the web app to them. Renamed Server API keys to Secret keys

* Correct link to env var docs

* Duplicate image fixed on environment variables docs
2024-03-28 14:00:42 +00:00

13 lines
448 B
Plaintext

---
title: "API keys"
description: "How to authenticate with Trigger.dev so you can trigger tasks."
---
### Authentication and your secret keys
When you [trigger a task](/v3/triggering) from your backend code, you need to set the `TRIGGER_SECRET_KEY` environment variable.
Each environment has its own secret key. You can find the value on the API keys page in the Trigger.dev dashboard:
![How to find your secret key](/images/v3/api-keys.png)