Workspace Attach Page
The Workspace Attach page opens an interactive terminal attached to the workspace container’s main process. Opening the page requests an attach connection and opens a bidirectional WebSocket relayed through the server to the agent.
Behavior
Section titled “Behavior”- The terminal is interactive. Input you type is sent to the attached process.
- The workspace must be running and its host online to attach.
To run a separate command instead of attaching to the main process, use Exec.
Related Pages
Section titled “Related Pages”- Workspace Details View and edit a workspace
- Workspace Exec Run a command in the container
- Workspace Logs Stream container logs