Initial commit
This commit is contained in:
20
.sandcastle/.env.example
Normal file
20
.sandcastle/.env.example
Normal file
@@ -0,0 +1,20 @@
|
||||
# .sandcastle/.env — runtime tokens for sandcastle dispatch.
|
||||
# Copy to .sandcastle/.env (gitignored) and fill what you need.
|
||||
#
|
||||
# Most developers don't need ANY of these if they've run `claude login` on
|
||||
# the host — sandcastle mounts ~/.claude/ into the sandbox by default.
|
||||
|
||||
# Anthropic API key (fallback when no host Claude Code session exists)
|
||||
# ANTHROPIC_API_KEY=
|
||||
|
||||
# OpenAI / Codex (alternative)
|
||||
# OPENAI_API_KEY=
|
||||
|
||||
# GitHub access for orchestrator-created PRs
|
||||
# GITHUB_TOKEN=
|
||||
|
||||
# Override Claude creds path (default: ~/.claude/)
|
||||
# SANDCASTLE_CLAUDE_CREDS_DIR=
|
||||
|
||||
# Sandbox provider (docker / podman / vercel / daytona)
|
||||
SANDCASTLE_PROVIDER=docker
|
||||
Reference in New Issue
Block a user