Notion — integration token
notion/api · version 1
envs add notion/api
This declares the keys below in your catalog and sets none of them. A template is a schema for keys; it never carries a value.
| Key | Needed | Kind | Notes |
|---|---|---|---|
NOTION_TOKEN |
required | secret | Notion says the token is a secret, never to store it in source or commit it, and to read it from an environment variable instead. Both prefixes are documented: ntn_ since September 2024, and secret_ for tokens issued before that, which keep working.. Shape ^(ntn_|secret_).+$. where to get it |