# 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).