Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LLM_KEY | No | The name of the model you want to use (e.g., OPENAI_GPT4_1, ANTHROPIC_CLAUDE4_SONNET, etc.) | |
| BROWSER_TYPE | No | The type of browser connection, e.g., 'cdp-connect'. | |
| ENABLE_AZURE | No | Set to 'true' to register Azure OpenAI models. | |
| AZURE_API_KEY | No | Azure deployment API key. | |
| ENABLE_GEMINI | No | Set to 'true' to register Gemini models. | |
| ENABLE_OLLAMA | No | Set to 'true' to register local models via Ollama. | |
| ENABLE_OPENAI | No | Set to 'true' to register OpenAI models. | |
| ENABLE_BEDROCK | No | Set to 'true' to register AWS Bedrock models. | |
| GEMINI_API_KEY | No | Gemini API Key. | |
| OPENAI_API_KEY | No | OpenAI API Key. | |
| ENABLE_ANTHROPIC | No | Set to 'true' to register Anthropic models. | |
| ANTHROPIC_API_KEY | No | Anthropic API key. | |
| ENABLE_OPENROUTER | No | Set to 'true' to register OpenRouter models. | |
| OLLAMA_SERVER_URL | No | URL for your Ollama server. | |
| SECONDARY_LLM_KEY | No | The name of the model for mini agents Skyvern runs with. | |
| SKYVERN_TELEMETRY | No | By default, Skyvern collects basic usage statistics. Set to 'false' to opt-out. | true |
| OPENROUTER_API_KEY | No | OpenRouter API key. | |
| LLM_CONFIG_MAX_TOKENS | No | Override the max tokens used by the LLM. | |
| CHROME_EXECUTABLE_PATH | No | The path to your Chrome browser executable. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |