Get started with Docker Agentic Platform
The Docker Agentic Platform launcher collects the configuration needed to start an agent in an isolated sandbox.
Before you begin
You need a Docker account, access to Docker Agentic Platform, and an API key for the model provider you want to use. You can add the key under Secrets before creating the sandbox or provide it in the launcher when prompted.
The available sandbox types are Claude Code, Codex, OpenCode, Copilot, and Gemini CLI. The supported model provider credentials are Anthropic, OpenAI, GitHub Copilot, and Google.
Start a sandbox
- Open Docker Agentic Platform and select New.
- Choose a sandbox type and select or add its required model credential.
Copilot uses
GITHUB_TOKEN; add the same GitHub secret to any other sandbox type that needs private repository access. - Configure the sandbox. The initial settings are open access, no tools added, and medium compute.
- Choose whether Docker stops or deletes the sandbox when its timer expires, and set the timer from 1 to 24 hours.
- Review the configuration and select Run.
You cannot change the sandbox's authentication, tools, access policy, or compute size after it starts. Docker creates the sandbox, marks it as running, and opens its terminal.
Use the terminal to interact with the selected agent or tool.
Return to Sandboxes to find the running sandbox and reopen its terminal.