Sandbox
The Sandbox is a scratchpad for quick, throwaway agent runs. Nothing is saved to the database. No agent record is created. Use it to:- Test a system prompt before assigning it to a real agent
- Try a one-off task without cluttering your agent list
- Experiment with different models or MCP configurations
How it works
Configure
Set the model, system prompt, and whether to enable MCP servers. Everything lives in the left panel.
Converse
Type a prompt and get a response. The conversation appears as a chat thread in the right panel.
Session persistence
The Sandbox supports multi-turn conversations within a session. After the first response, muxAI captures the Claude CLIsession_id and passes --resume <sessionId> on subsequent messages. The agent picks up where it left off with full context.
Click New Session to reset and start fresh. Sessions are also cleared on page reload.

