AdClaw
Generated on 10 Apr 2026 from the AdClaw catalog page
Deploy an entire AI marketing department in 60 seconds — each agent has a defined role, its own LLM, specialized skills, and a work schedule, sharing context and coordinating tasks automatically.
130+ built-in skills cover SEO, ads, content, social, audio, music, graphics, and video — all security-scanned and self-healing. No vendor lock-in: 25+ LLM providers with automatic failover keep your department running 24/7. Open the Web UI, enter your API key, and start chatting with your AI marketing team via Telegram or other messengers.
Software Included
| Package | Version | License |
|---|---|---|
| Docker CE | 29.1.3 | Apache 2.0 |
| AdClaw | 1.0.0 | Apache 2.0 |
| UFW | 0.36.2 | GPL-3.0 |
| fail2ban | 1.0.2 | GPL-2.0 |
Creating an App using the Control Panel
Click the Deploy to DigitalOcean button to create a Droplet based on this 1-Click App. If you aren’t logged in, this link will prompt you to log in with your DigitalOcean account.
Creating an App using the API
In addition to creating a Droplet from the AdClaw 1-Click App using the control panel, you can also use the DigitalOcean API. As an example, to create a 4GB AdClaw Droplet in the SFO2 region, you can use the following curl command. You need to either save your API access token to an environment variable or substitute it in the command below.
curl -X POST -H 'Content-Type: application/json' \
-H 'Authorization: Bearer '$TOKEN'' -d \
'{"name":"choose_a_name","region":"sfo2","size":"s-2vcpu-4gb","image":"citedy-adclaw"}' \
"https://api.digitalocean.com/v2/droplets"Getting Started After Deploying AdClaw
After creating your AdClaw Droplet, you can access it in two ways:
Via the Web UI (recommended):
- Open
http://your_droplet_public_ipv4:8088in your browser - Follow the welcome wizard to select your LLM provider and enter your API key
- Start chatting with your AI marketing team
Via SSH:
ssh root@your_droplet_public_ipv4
Management commands (via SSH):
adclaw-ctl status — check service status
adclaw-ctl logs — stream container logs
adclaw-ctl config — edit environment configuration
adclaw-ctl update — pull latest version and restart
adclaw-ctl restart — restart service