-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
18 lines (15 loc) · 887 Bytes
/
.env.example
File metadata and controls
18 lines (15 loc) · 887 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copy to `.env` (gitignored) and fill in real values, OR export these in
# your shell profile / a sourced secrets file. Do NOT commit `.env`.
# Anthropic API key — must have access to claude-opus-4-7.
# Get one at https://console.anthropic.com/settings/keys
ANTHROPIC_API_KEY=sk-ant-...
# Optional: dedicated workspace key for this agent. When set, it takes
# precedence over ANTHROPIC_API_KEY so the agent's spend / rate limits /
# revocation are isolated from your other Anthropic SDK or Claude Code
# usage. Create the workspace + key at
# https://console.anthropic.com/settings/workspaces
# NATIVEAPPTEMPLATE_AGENT_ANTHROPIC_KEY=sk-ant-...
# Local checkouts of the three free-edition substrate repos.
NATIVEAPPTEMPLATE_API=/path/to/nativeapptemplateapi
NATIVEAPPTEMPLATE_IOS=/path/to/NativeAppTemplate-Free-iOS
NATIVEAPPTEMPLATE_ANDROID=/path/to/NativeAppTemplate-Free-Android