.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
ANTHROPIC_BASE_URL
secret
Your SkyPilot Endpoint URL and its auth token.
ANTHROPIC_AUTH_TOKEN
secret
ANTHROPIC_API_KEY
secret
The SDK requires an API key to be set, but it's unused when AUTH_TOKEN is present.
ANTHROPIC_DEFAULT_OPUS_MODEL
secret
The model name your endpoint serves. The agent reads this (override with AGENT_MODEL). Set all three so any Anthropic model alias maps to…
ANTHROPIC_DEFAULT_SONNET_MODEL
secret
ANTHROPIC_DEFAULT_HAIKU_MODEL
secret
brew install flyctl && fly launch --from https://github.com/alex000kim/skypilot-sandbox-demo
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/alex000kim/skypilot-sandbox-demo
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/alex000kim/skypilot-sandbox-demo