GitDeployHub

alex000kim/skypilot-sandbox-demo

github.com/alex000kim/skypilot-sandbox-demo ↗
Python
6 environment variables found in .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
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/alex000kim/skypilot-sandbox-demo
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/alex000kim/skypilot-sandbox-demo
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/alex000kim/skypilot-sandbox-demo
Or deploy to a different host
← Try another repo