We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f5400a commit d7cc99eCopy full SHA for d7cc99e
cli-tool/components/sandbox/e2b/.env.example
@@ -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