{% if sandboxes %}
{% for sb in sandboxes %} {% endfor %}
ID Name State Working Dir Commands Network Execs Blocked Actions
{{ sb.id[:8] }} {{ sb.name }} {{ sb.state }} {{ sb.working_dir }} {{ sb.command_mode }} {% if sb.network_mode == 'none' %}🔒{% elif sb.network_mode == 'restricted' %}⚠{% else %}⚠{% endif %} {{ sb.network_mode | upper }} {{ sb.exec_count }} {% if sb.blocked_count > 0 %} {{ sb.blocked_count }} {% else %} 0 {% endif %}
Detail {% if sb.state == 'running' %}
{{ csrf_token() }}
{% endif %} Audit
{% else %}

No sandboxes yet

Get started by creating your first sandbox environment.

  1. 1 Choose a profile — Select a security profile from the dropdown above (e.g. minimal, development)
  2. 2 Set working directory — Enter the path to your project files
  3. 3 Create sandbox — Click Create or use the CLI: lasso create minimal
{% endif %}