- Dynamic information gathering and analysis
- Code and command execution
- Multi-agent coordination
- Autonomous objective completion
Prerequisites
- A SambaCloud account with an API key
- Docker installed and running
Installation
1
Pull the Agent Zero Docker image
2
Run the container with port mapping
3
Open the web UI
Once the container is running, open the Agent Zero web interface in your browser:
Configuration
1
Open Settings from the home dashboard
From the Agent Zero home dashboard, click the Settings tile (or the gear icon in the top-left toolbar).

2
Configure the Main Model
In the Plugin Settings panel, under Main Model:

- Provider: select SambaNova.
- Model name: enter a SambaCloud model ID (e.g.,
MiniMax-M2.7; see the SambaCloud models page for all options). - API key: paste your SambaCloud API key.
- Click Save.
3
Verify the connection
Start a new chat and ask 
who are you to confirm Agent Zero is running on a SambaCloud model.
Troubleshooting
Docker container fails to start
Docker container fails to start
- Ensure Docker is running on your machine
- Check port 50001 is not already in use:
lsof -i :50001 - Try pulling the image again:
docker pull agent0ai/agent-zero
Cannot access web UI at localhost:50001
Cannot access web UI at localhost:50001
- Confirm the container is running:
docker ps - Verify port mapping shows
0.0.0.0:50001->80/tcpindocker psoutput - Try restarting the container
Authentication errors or model not found
Authentication errors or model not found
- Verify your API key is correct and active in the SambaCloud portal
- Confirm the model ID matches an available model on the SambaCloud models page
- Re-enter your API key and click Save again

