Prerequisites
- A remote sandbox in the
active/running/startedstate. See Create a sandbox. - An editor with a remote-SSH extension (for example Remote - SSH in Cursor or VS Code).
Cursor
Use the CLI to open the sandbox directly:VS Code and other Remote-SSH editors
Any editor that reads your~/.ssh/config can connect to a sandbox through the
Amika-managed SSH host alias.
- Run
amika sandbox code dev-boxonce. This writes the aliasamika-<sandbox-id>into~/.ssh/amika.confand ensures your~/.ssh/configincludes that file. - In your editor, open the remote-SSH host picker and choose the
amika-<sandbox-id>host. - Open the repository folder inside the sandbox (typically under
/home/amika/workspace).
SSH connection tokens are time-bounded and rotate. The managed alias tracks the
current details, so re-running
amika sandbox code refreshes it if a connection
stops working. See SSH and connect for the full SSH
surface, including revoking a token.