{% extends "base.html" %} {% block title %}LASSO Dashboard — Sandboxes{% endblock %} {% block breadcrumb %} {% endblock %} {% block content %} {% if has_sandboxes %}

Your Sandboxes

{{ stats.total }} total
{{ stats.running }} running
{% if stats.errors > 0 %}
{{ stats.errors }} errors
{% endif %}
{{ stats.total_execs }} commands
{% if stats.total_blocked > 0 %}
{{ stats.total_blocked }} blocked
{% endif %}
{% include "partials/sandbox_cards.html" %}
{% else %}

Launch an AI Agent Sandbox

Run AI coding agents safely inside isolated containers with full audit logging.

C

Claude Code

AI pair programming by Anthropic

A

Aider

Terminal-based AI coding assistant

X

OpenAI Codex

Code generation by OpenAI

O

OpenCode

Open source AI coding tool

{% endif %} {% endblock %}