LANDBASE_API_KEY | API key for non-interactive authentication. Prefix: lbk_. Takes precedence over the key stored in ~/.landbase/config.json. |
LANDBASE_API_BASE_URL | Override the search API base URL. Must be a *.landbase.com, localhost, or 127.0.0.1 URL. Requires LANDBASE_ALLOW_CUSTOM_API_URL=1 for other hosts. |
LANDBASE_API_OAUTH_URL | Override the OAuth base URL. |
LANDBASE_PLATFORM_API_URL | Override the platform gateway URL (default: https://api.landbase.com). Setting this opts into platform mode. |
LANDBASE_PLATFORM_WEB_URL | Override the platform web URL (default: https://platform.landbase.com). |
LANDBASE_LEGACY_MODE | Set to 1 to force legacy mode (direct AgentOS, API key auth) instead of platform mode. |
LANDBASE_ALLOW_CUSTOM_API_URL | Set to 1 to bypass the API URL allowlist. Development use only. |