Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
STEEL_LOCAL | No | Determines if Steel Voyager runs in local (true) or cloud (false) mode. | false |
STEEL_API_KEY | No | Required only when STEEL_LOCAL = false. Used to authenticate requests with the Steel endpoint. | |
STEEL_BASE_URL | No | The base URL for the Steel API. Override this if self-hosting the Steel server (either locally or in your own cloud environment). If STEEL_LOCAL = true and STEEL_BASE_URL is unset, it defaults to http://localhost:3000. | https://api.steel.dev |
GLOBAL_WAIT_SECONDS | No | Optional. Number of seconds to wait after each tool action (for instance, to allow slow-loading pages). |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |