{% extends "base.html" %} {% block title %}LASSO — Sandbox {{ sandbox.id }}{% endblock %} {% block breadcrumb %}
{{ agent }} is installed and ready. Open a terminal and paste the command below:
{% else %}Open a terminal (Command Prompt on Windows, Terminal on Mac/Linux) and paste the command below:
{% endif %}lasso attach {{ sandbox.id }}
Once inside, type {{ agent_command }} to start coding.
lasso attach above
Start the sandbox to execute commands.
{{ cmd }}:
{% for pattern in patterns %}
{{ pattern }}
{% endfor %}
Database ports are blocked in ALL network modes (including full). Direct database connections are never permitted.
/workspace
←
{{ sandbox.filesystem.working_dir }}
read-write
{% if extra_mounts %}
{% for m in extra_mounts %}
{{ m.target }}
←
{{ m.source }}
{% if m.mode == 'ro' %}
read-only
{% else %}
read-write
{% endif %}
{% endfor %}
{% endif %}
Every action is recorded so you can review what the AI did.
Logs sandbox lifecycle events and commands run via lasso exec. When using an interactive terminal (lasso shell/attach), individual agent commands are handled by the agent's own history.