Warnings
Placeholder API keys and OAuth client IDs
Integrations fall back to INSERT_YOUR_* strings when env vars are missing.
Severity: high Verified from source
What can go wrong
Auth, AI, or purchase SDKs fail or mis-configure if .env is absent. Do not
copy placeholder strings into docs as working values.
Safe next action
Ensure CI/local builds provide real env files privately; keep placeholders out of generated docs.