.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow. (showing first 20, more exist in .env.example)
ENV
Environment that the agent will run in.
ENABLE_OPENAI
LLM Provider Configurations: ENABLE_OPENAI: Set to true to enable OpenAI as a language model provider.
OPENAI_API_KEY
secret
OPENAI_API_KEY: Your OpenAI API key for accessing models like GPT-4.
ENABLE_ANTHROPIC
ENABLE_ANTHROPIC: Set to true to enable Anthropic as a language model provider.
ANTHROPIC_API_KEY
secret
ANTHROPIC_API_KEY: Your Anthropic API key for accessing models like Claude-3.
ENABLE_AZURE
ENABLE_AZURE: Set to true to enable Azure as a language model provider.
AZURE_DEPLOYMENT
secret
AZURE_DEPLOYMENT: Your Azure deployment name for accessing specific models.
AZURE_API_KEY
secret
AZURE_API_KEY: Your API key for accessing Azure's language models.
AZURE_API_BASE
secret
AZURE_API_BASE: The base URL for Azure's API.
AZURE_API_VERSION
secret
AZURE_API_VERSION: The version of Azure's API to use.
ENABLE_AZURE_GPT4O_MINI
AZURE_GPT4O_MINI_DEPLOYMENT
secret
AZURE_GPT4O_MINI_API_KEY
secret
AZURE_GPT4O_MINI_API_BASE
secret
AZURE_GPT4O_MINI_API_VERSION
secret
ENABLE_GEMINI
ENABLE_GEMINI: Set to true to enable Gemini as a language model provider.
GEMINI_API_KEY
secret
GEMINI_API_KEY: Your Gemini API key for accessing models like GPT-4.
ENABLE_NOVITA
ENABLE_NOVITA: Set to true to enable Novita AI as a language model provider.
NOVITA_API_KEY
secret
NOVITA_API_KEY: Your Novita AI API key.
LLM_KEY
secret
LLM_KEY: The chosen language model to use. This should be one of the models provided by the enabled LLM providers (e.g., OPENAI_GPT4_TURBO,…
brew install flyctl && fly launch --from https://github.com/dontriskit/skyvern
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/dontriskit/skyvern
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/dontriskit/skyvern