.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
TAG
JWT_SHARED_KEY
secret
AGENTS_API_KEY
secret
COZO_AUTH_TOKEN
secret
TEMPORAL_POSTGRES_PASSWORD
secret
LITELLM_POSTGRES_PASSWORD
secret
LITELLM_MASTER_KEY
secret
LITELLM_SALT_KEY
secret
LITELLM_REDIS_PASSWORD
secret
MAX_FREE_SESSIONS
MAX_FREE_EXECUTIONS
brew install flyctl && fly launch --from https://github.com/shubhamsaboo/julep
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/shubhamsaboo/julep
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/shubhamsaboo/julep