UseDocumentation Index
Fetch the complete documentation index at: https://docs.remotemux.com/llms.txt
Use this file to discover all available pages before exploring further.
backend=managed when you want RemoteMux-operated infrastructure behind the hosted control plane. Users do not need their own cloud credentials — the control plane provisions sandbox environments on your behalf.
What This Backend Does
- Authenticates with
rmux loginor a scoped service token - Creates and manages sandbox environments through the control plane
- Uses the same host-
tmuxworkspace model as other backends
.rmux.toml, RMUX_ORGANIZATION_ID, and RMUX_PROJECT_ID to set the default hosted scope for environment creation and rmux usage.
Prerequisites
- A RemoteMux user session or scoped service token
- A control plane base URL
Configure
rmux configure --backend managed prompts for the hosted auth mode on each run so you can explicitly choose OAuth or API key auth for the project.
That selection is stored in the session state, not in .rmux.toml.
If RMUX_API_KEY is set in your shell, it overrides the stored auth selection until you unset it.
Use rmux auth status to inspect the active source and rmux auth use oauth or rmux auth use api-key --token <api-key> to switch it explicitly.
Create and Use
rmux workspace code) is not supported for managed — use rmux workspace attach for interactive access.
Inspect Scope
rmux usage shows the active hosted organization/project scope from your current config or session defaults.
