Documentation Index
Fetch the complete documentation index at: https://docs.machine0.io/llms.txt
Use this file to discover all available pages before exploring further.
View and set
Settings
| Setting | Default | Description |
|---|---|---|
SSH_KEY_PATH | ~/.ssh | SSH key storage directory |
DEFAULT_VM_SIZE | small | Default size for machine0 new |
DEFAULT_VM_REGION | eu | Default region |
DEFAULT_VM_IMAGE | ubuntu-24-04-loaded | Default image |
SERVER_URL | https://app.machine0.io | API endpoint |
SESSION_FILE_PATH | ~/.machine0/auth-token | Session token path |
Loading order
Highest priority wins:- Environment variables
- Project config (
./machine0.env) - Home config (
~/.machine0/machine0.env) - Built-in defaults
Project config
Drop amachine0.env in your project directory to override defaults per-project. config set always writes to the home config.
API token
For automation, setMACHINE0_API_TOKEN instead of using machine0 login: