close
Skip to content

Secrets

Last updated View as Markdown Agent setup

Secrets are typically used for storing sensitive information such as API keys and auth tokens. For deployed Workers, they are set via the dashboard or Wrangler CLI.

In local development, secrets can be provided to your Worker by using a .dev.vars file. If you are using Cloudflare Environments then the relevant .dev.vars file will be selected. For example, CLOUDFLARE_ENV=staging vite dev will load .dev.vars.staging if it exists and fall back to .dev.vars.

Was this helpful?