molecule-ai-org-template-mo.../.env.example
Hongming Wang 3a85058896
Some checks failed
CI / validate (push) Failing after 0s
import from local vendored copy (2026-05-06)
2026-05-06 13:53:42 -07:00

12 lines
452 B
Plaintext

# Place a .env file in each workspace folder to inject secrets.
# These become workspace-level secrets (encrypted, never exposed to browser).
#
# Example for Claude Code workspaces:
# CLAUDE_CODE_OAUTH_TOKEN=sk-ant-oat01-...
#
# Example for OpenAI/LangGraph workspaces:
# OPENAI_API_KEY=sk-proj-...
#
# Each workspace folder can have its own .env with different keys.
# A .env at the org root is shared across all workspaces (workspace overrides win).