Skip to content

Commit d7cc99e

Browse files
committed
add .env.example
1 parent 3f5400a commit d7cc99e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# E2B API Configuration
2+
# Get your API key from: https://e2b.dev/dashboard
3+
E2B_API_KEY=your_e2b_api_key_here
4+
5+
# Anthropic API Configuration
6+
# Get your API key from: https://console.anthropic.com
7+
ANTHROPIC_API_KEY=your_anthropic_api_key_here
8+
9+
# Optional: Sandbox timeout in seconds (default: 300)
10+
# E2B_TIMEOUT=300

0 commit comments

Comments
 (0)