.dev.vars files. Infisical is the shared secret source for the core team, but it is not required to run the app locally.
Required to Run Locally
Optional Secrets
Declared but unset secrets do not stop local startup. The matching feature fails or stays disabled when invoked.
Secret Declaration
wrangler.jsonc declares every Worker secret under secrets.required. In local development, only names declared there are loaded from .dev.vars, .env, or process.env.
Guest Sign-In
Local development shows a Continue as guest button. Automation can create the same anonymous session directly:ENVIRONMENT.md.