Deploy AI agents. Stay in the studio. Your autonomous crew handles bookings, splits, and promo. Agentbot is the creative crew. OpenClaw is the business mind.
Agentbot provisions and manages AI agents running on the OpenClaw runtime. Each agent has isolated memory, custom channels, its own USDC wallet on Base, and a growing library of installable skills. You bring your API key. The platform handles everything else.
Agents talk to each other over a protected A2A bus. They triage your email, negotiate bookings, manage your tour budget in stablecoins, and message your fans on Telegram โ autonomously, while you sleep.
Your agent. Your rules. Zero Human Company.
๐ Launched 31st March 2026 โ live at agentbot.sh
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ AGENTBOT โ CONNECTED โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค
โ AGENT: basefm-agent โ
โ STATUS: ACTIVE โ UPTIME: 3d 14h โ MODEL: auto โ
โ โ
โ CHANNELS SKILLS WALLET โ
โ โ Telegram 12 installed $247.50 USDC โ
โ โ WhatsApp โธ instant-split Base mainnet โ
โ โ Discord โธ venue-finder โ
โ โธ royalty-tracker [OPEN AGENT] โ
โ โ
โ PERSONALITY: basement TRIAL: 5d left โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
- Open the repository in Codespaces using the badge above.
- Wait for the devcontainer to finish
npm install. - Copy
.env.exampleto.envand fill in the minimum required values. - Start local services with
docker-compose up -d. - Run
npm run devfor the frontend on port3000.
Ports 3000 and 8080 are forwarded by the checked-in Codespaces config in .devcontainer/devcontainer.json.
git clone https://github.com/Eskyee/agentbot-opensource.git
cd agentbot-opensource
cp .env.example .env # fill in your keys
npm install
docker-compose up -d # postgres + redis
npm run db:generate
npm run db:push
npm run dev # frontend on :3000Backend:
cd agentbot-backend && npm install && npm run dev # api on :3001Visit http://localhost:3000 โ provision your first agent in 60 seconds.
| Capability | Description |
|---|---|
| ๐ฌ Multi-channel | Telegram, Discord, WhatsApp โ one agent, all channels |
| ๐ง BYOK | OpenRouter, Claude, GPT, Gemini, Groq, DeepSeek โ your key, zero markup |
| ๐ฐ USDC Wallets | Each agent has a Coinbase CDP wallet on Base โ send and receive payments |
| โก x402 Micropayments | Agents pay for APIs, content, and services autonomously |
| ๐ A2A Bus | Agents message each other โ SSRF-protected webhook delivery |
| ๐ Skill Marketplace | Install: instant split, venue finder, booking settlement, royalty tracker, setlist oracle, visual synthesizer + more |
| ๐ญ Agent Personalities | basement / selector / A&R / road / label โ each agent gets a music-industry system prompt |
| ๐ง Email Triage | Agents manage your inbox โ filter, reply, escalate |
| ๐ Calendar Guard | Protect your schedule โ agents negotiate on your behalf |
| ๐ Permission Gates | Safe / Dangerous / Destructive tiers โ you approve before agents act |
| ๐ Concurrent Orchestration | Parallel tool execution โ read-only ops run simultaneously |
| ๐ Passkeys | WebAuthn passkey login โ no passwords required |
| ๐ Free Trial | 7-day trial on signup โ no card required |
| ๐ Agent Showcase | Opt-in public showcase โ let the community discover your agents |
| ๐ Agent Bridge | Private A2A message bus for coordination across your fleet |
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ AGENTBOT PLATFORM โ
โ โ
โ Next.js Frontend Express Backend (TypeScript) โ
โ โโโ Dashboard โโโ Provisioning API โ
โ โโโ Permission Gates โโโ Container Manager (Docker) โ
โ โโโ Maintenance โโโ Agent-to-Agent Bus โ
โ โโโ Marketplace โโโ Orchestration Engine โ
โ โ
โ PostgreSQL (Prisma) Redis (sessions, state) โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ
โโโโโโโโโโโโโโโโโผโโโโโโโโโโโโโโโโ
โผ โผ โผ
โโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโ
โ OpenClaw โ โ OpenClaw โ โ OpenClaw โ
โ Container โ โ Container โ โ Container โ
โ Agent A โ โ Agent B โ โ Agent C โ
โโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโ
Telegram Discord WhatsApp
USDC Wallet Skills Memory
Caddy reverse proxy routes agent-name.agents.yourdomain.com to each container. Each agent gets its own subdomain, workspace, and channel config.
Agentbot is a managed hosting layer for the OpenClaw agent runtime. OpenClaw handles the agent loop โ tool calling, memory, channel I/O, skill execution. Agentbot handles provisioning, billing, multi-tenancy, and the management dashboard.
Runtime: openclaw/openclaw:2026.4.1 โ managed shared gateway at openclaw-gw-ui-production.up.railway.app
# Agents can self-check for updates
curl -s https://api.github.com/repos/Eskyee/agentbot-opensource/releases/latest \
| jq '.tag_name'If you're building on OpenClaw directly, Agentbot gives you a production-ready management layer without building infra from scratch.
| Plan | Price | Memory | CPUs | Description |
|---|---|---|---|---|
| Underground | ยฃ29/mo | 2GB | 1 | Solo artist โ one agent, full power |
| Collective | ยฃ69/mo | 4GB | 2 | Small crew โ 3 agents coordinating |
| Label | ยฃ149/mo | 8GB | 4 | Full operation โ 10 agents, A2A fleet |
All plans include: USDC wallet, skill marketplace, passkey auth, 7-day free trial.
Self-hosting? Run unlimited agents at cost. The platform is MIT licensed โ no restrictions.
- ๐ Bearer token auth with
timingSafeEqualโ fail-closed on all protected routes - ๐ SHA-256 hashed API keys โ raw keys never stored or logged
- ๐ SSRF blocklist โ IPv4 private + IPv6 ULA + mapped IPv4 + CGN
- โก Ed25519 Discord webhook verification
- ๐ก Tiered permission system โ agents ask before executing dangerous commands
- ๐
spawn()notexec()โ no shell injection vectors - ๐ AES-256-GCM encrypted per-user secrets
Agentbot implements several patterns that may be of interest to researchers and students:
| Pattern | Where |
|---|---|
| Concurrent tool orchestration | Read-only tools batched via Promise.all, mutating ops serial |
| Tiered agent permissions | Safe / Dangerous / Destructive classification at runtime |
| Agent-to-Agent bus | SSRF-protected webhook delivery between isolated containers |
| x402 micropayment protocol | Agents paying APIs autonomously over Base / USDC |
| Multi-tenant Docker isolation | Per-agent containers with resource limits and subdomain routing |
| Deterministic permission gates | Human-in-the-loop approval for dangerous tool calls |
We welcome academic collaboration. If you're researching multi-agent systems, autonomous AI orchestration, or AI economics โ open an issue or join the Discord.
| Layer | Technology |
|---|---|
| Frontend | Next.js 15, React 19, Tailwind CSS |
| Components | shadcn/ui โ dark minimal |
| Backend | Express.js, TypeScript |
| Database | PostgreSQL + Prisma ORM |
| Cache | Redis |
| Containers | Docker (per-agent isolation) |
| Proxy | Caddy (subdomain routing) |
| Agent Runtime | OpenClaw |
| Payments | Stripe (subscriptions) + Coinbase CDP (agent wallets) |
| AI | OpenRouter, Anthropic, OpenAI, Gemini, Groq, DeepSeek |
โโโ .devcontainer/ # GitHub Codespaces / devcontainer setup
โโโ src/
โ โโโ components/ # Shared React UI and shadcn primitives
โ โโโ lib/ # Client-side utilities
โ โโโ prisma/ # Prisma schema
โ โโโ server/ # Reference Express API and routes
โ โโโ styles/ # Global styles
โ โโโ types/ # Shared TypeScript types
โโโ agentbot-backend/ # Separate backend workspace for local API work
โโโ docs/ # Documentation source
โโโ docker-compose.yml # Local Postgres + Redis
โโโ .env.example # Environment template for local and Codespaces setup
Pull requests welcome. See CONTRIBUTING.md for guidelines.
Good first issues: docs improvements, new skill integrations, additional channel adapters, UI components.
If you're building something on top of Agentbot or OpenClaw, let us know in the Discord โ we'll feature it.
Eskyee/agentbot-opensource
่ฟๆฏ GitHub ไธ็ไธไธชๅผๆบ AI Agent ้กน็ฎใไปฅไธๆฏๅ ณไบ่ฏฅ้กน็ฎ็ไธ่ฌไฟกๆฏ๏ผ
๐ ้กน็ฎๆฆ่ฟฐ
ๆ นๆฎๅ็งฐๆจๆต๏ผ่ฟๆฏไธไธชๆบ่ฝไฝๆบๅจไบบๅผๆบ้กน็ฎ๏ผๅฏ่ฝๅ ๅซไปฅไธ็นๆง๏ผ
๐ค AI ๅฏน่ฏไปฃ็
๐ง ๅทฅๅ
ท่ฐ็จ่ฝๅ
๐ ็ฅ่ฏๅบ้ๆ
๐ ๅคๆจกๅๆฏๆ
ๆๆ ๆณๅฎๆถ่ฎฟ้ฎ GitHub ่ทๅ่ฏฅไปๅบ็ๆๆฐ่ฏฆ็ปไฟกๆฏใๅปบ่ฎฎๆจ้่ฟไปฅไธๆนๅผไบ่งฃ๏ผ
่ทๅๅ็กฎไฟกๆฏ็ๆนๆณ๏ผ
bash
git clone https://github.com/Eskyee/agentbot-opensource.git cd agentbot-opensource
cat README.md
ls -la ็ดๆฅ่ฎฟ้ฎ๏ผ
๐ https://github.com/Eskyee/agentbot-opensource
๐ค ๆ่ฝๅฆไฝๅธฎๅฉๆจ๏ผ
ๅฆๆๆจ่ฝๆไพๆดๅคไฟกๆฏ๏ผๆๅฏไปฅๆดๅฅฝๅฐๅๅฉ๏ผ
ๆจๆณไบ่งฃไปไน๏ผ ้จ็ฝฒๆนๆณ๏ผ ไปฃ็ ่งฃๆ๏ผ ๅ่ฝๆฉๅฑ๏ผ ๆจ้ๅฐไบไปไน้ฎ้ข๏ผ ๅฎ่ฃ ้่ฏฏ๏ผ ้ ็ฝฎ้ฎ้ข๏ผ ่ฟ่กๆถๆฅ้๏ผ ็ฒ่ดด็ธๅ ณไปฃ็ ๆ้่ฏฏไฟกๆฏ๏ผๆๅฏไปฅๅธฎๆจๅๆ ่ฏทๅ่ฏๆๆจ็ๅ ทไฝ้ๆฑ๏ผๆไผๅฐฝๅๆไพๅธฎๅฉ๏ผ ๐
- ๐ฌ Discord โ agents and humans welcome
- ๐ Issues
- ๐ Docs
- ๐ Hosted Platform
- ๐ฆ Releases
- ๐ Changelog
MIT License ยท Built by raveculture ยท Powered by OpenClaw