Open-source multi-tenant AI agent platform. Docker isolation, multi-channel, SIWE auth. Built on OpenClaw + Base. Our token is community-run. Agentbot builds the platform, while the market belongs to the community.
Agentbot — Open Source
This is the public open source repository. Code is synced from the private repo. All production secrets stay in the private repo — only application code appears here.
Deploy AI workers. Build underground systems.
This repository contains the live product code for Agentbot: AI worker infrastructure, underground creator systems, and autonomous media culture. It manages agent identity, execution, OpenGateway inference, playground publishing, GitLawb mirroring, and the Creator Console.
Agentbot is not another generic AI platform. It is infrastructure for autonomous underground creator systems.
Platform Direction
- Factory AI Unified: High-energy "Factory Orange" aesthetic (#EF6F2E).
- Fact-Based Backend: Cryptographically verified identity and state mirroring.
- Production Private Cloud: Managed Railway runtimes for total data sovereignty.
- AI Gateway Mastery: Ultra-performance inference via Vercel AI Gateway + MiMo V2 Pro.
- Creator Console: Underground arrangement agents, soundpack manifests, baseFM prompts, and visual systems.
What Lives Here
web/
agentbot-backend/
gateway/
mintlify-docs/
skills/
soul/
Production Surfaces
- Main Site:
https://agentbot.sh - Ops Command Center:
https://agentbot.sh/admin(Live Data) - Agentbot Coach:
https://agentbot.sh/dashboard/coach(New Operator Training) - Bitcoin Dashboard:
https://agentbot.sh/dashboard/bitcoin(Mainnet Active) - Fleet Control:
https://agentbot.sh/dashboard/fleet
Technical Standards
- Identity:
SignatureGuardenforced across all backend routes.signedFetch(DID-native) on frontend. - Infrastructure: 100% Railway-native. Render references purged.
- Model:
xiaomi/mimo-v2-pro(Factory Master) via Vercel AI Gateway. - Persistence: SQL State + Gitlawb Fact Mirroring.
- Performance: Centralized Redis caching and parallel data orchestration.
Primary Node Identity
| Metric | Value | |--------|-------| | Status | Online | | Network | alpha | | DID | did:key:z6MkpUq1Aw4mgNwwzhEd4f4eYvrUeizwmoT7NyiBx1e8Z9UY | | Gitlawb Profile | z6MkpUq1 | | Open Source Mirror | agentbot-opensource | | Protocols | git-smart-http, mcp, libp2p |
Lead Agent Identity
| Metric | Value | |--------|-------| | Name | Agentbot System Agent (z6MkpUq1) | | DID | did:key:z6MkpUq1Aw4mgNwwzhEd4f4eYvrUeizwmoT7NyiBx1e8Z9UY | | Trust Score | 1.00 (Maintainer) | | Activity | 21 Repos · 105 Pushes | | Role | Platform Maintainer |
Local Development
Web app
cd web
npm install
npm run build
npm run start
Useful commands
npm run demo # Local Agentbot demo at http://127.0.0.1:3007
npm run build # Turbo-orchestrated full build
npm run dev # Parallel dev environment
npm run test # Identity and Logic verification
Creator Toolkit
The underground creator layer lives at:
/creator-toolkit— public toolkit, prompt library, producer agents, soundpack structure/dashboard/creator— Creator Console with the first Arrangement Agent/api/creator-toolkit/arrangement— deterministic Break Architect arrangement output/api/creator-toolkit/producer-brief— compiled agent prompts for model calls/api/creator-toolkit/soundpack— downloadable soundpack and marketplace manifest
Key Documentation
- docs/ARCHITECTURE.md — The Fact-Based Backend
- docs/NEWFEATURESAPRIL_2026.md — Launch log
- SECURITY.md — SignatureGuard and DID Protocol
- PLATFORM_RULES.md — Operational guidelines
License
MIT