Start with Docker
The fastest way to run OneCLI locally (no external database or config needed):Start onecli
Add credentials via the dashboard
Open localhost:10254, create an agent, and add credentials for the services your agent uses (Google, GitHub, Slack, etc.).
Point your agent at the gateway
If your agent runs directly on the host, set the proxy env vars:If your agent runs in a Docker container, use the Node.js SDK to configure it automatically:The SDK handles environment variables (
HTTPS_PROXY, HTTP_PROXY), CA certificate mounts, and host mappings on Linux. See the full SDK docs for all options.Or with Docker Compose
What happens next
You now have onecli set up. From here:- Read How it works to understand the full architecture
- Explore the SDKs for programmatic integration
Troubleshooting
Docker container won't start
Docker container won't start
Make sure Docker is running and ports 10254/10255 are available. Check logs with
docker logs <container-id>.