The agent sandbox demo lets you deploy an agent repository into an isolated Arga sandbox with selected digital twins. The demo is intentionally separate from the main Validate UI while the workflow is being tested. Open it directly atDocumentation Index
Fetch the complete documentation index at: https://docs.argalabs.com/llms.txt
Use this file to discover all available pages before exploring further.
/demo/agent-sandbox in the web app.
How it works
- Select a GitHub repository and branch.
- Arga automatically detects framework, deploy target, port, command, environment variable names, twins, and infra.
- The page shows Detecting settings while detection runs.
- Review and edit the detected settings.
- Deploy the agent and selected twins.
- Open the returned agent URL, twin URLs, or run dashboard.
Repository requirements
For the first demo, your repository should include one of these:Dockerfiledocker-compose.ymlordocker-compose.yaml.arga/sandbox.ymlwith anagenttarget
Accessing a deployment
After deployment, Arga returns links for:- Agent surface:
https://r<RUN_ID>--app.sandbox.argalabs.com - Twin surfaces:
https://r<RUN_ID>--<twin>.sandbox.argalabs.com - Run dashboard:
/runs/<RUN_ID>
Environment variables
Add runtime secrets asKEY=value lines in the demo. Arga passes them to the deployed agent container for that run.
Run summaries show only environment variable names, not values.
