Private production repository for Agentbot.
This repository contains the live product code for Agentbot: the managed dashboard, billing, provisioning, support, analytics, trading, and operations surfaces around the OpenClaw runtime.
If you want the public architecture and contributor-facing codebase, use:
This repo is the internal production layer.
web/Next.js app poweringagentbot.shagentbot-backend/legacy and support backend servicesgateway/gateway-related deployment/runtime codemintlify-docs/docs site source fordocs.agentbot.raveculture.xyzskills/bundled and managed skill definitionsscripts/operational scripts, deployment helpers, and maintenance utilitiesdocs/internal runbooks, audits, and platform notes
- Site:
https://agentbot.sh - Docs:
https://docs.agentbot.raveculture.xyz - Dashboard:
https://agentbot.sh/dashboard - Support:
https://agentbot.sh/dashboard/support - Maintenance:
https://agentbot.sh/dashboard/maintenance - Showcase:
https://agentbot.sh/showcase
Agentbot provisions and manages OpenClaw agents with:
- managed Railway runtimes
- Vercel-hosted dashboard and APIs
- Stripe billing and trials
- Coinbase/Base wallet flows
- channel integrations
- Bankr trading and profile flows
- fleet, colony, and support diagnostics
- showcase and community features
cd web
npm install
npm run build
npm run startThe production runtime path is:
node .next/standalone/server.jscd web
npm run dev
npm run build
npm test
npm audit --json- Vercel hosts the main web product
- Railway hosts managed OpenClaw runtimes and gateway surfaces
- Mintlify hosts the developer docs site
- Canonical public domain is
agentbot.sh
This repository is configured for Vercel Agent review with a root AGENTS.md.
Recommended setup:
- enable Vercel Agent
- enable Code Review for this repository
- include private repositories
- enable draft reviews only if you want early feedback during WIP
Useful PR comments:
@vercel run a review@vercel fix the type errors@vercel why is this failing?
Current review priorities:
- provisioning and Prisma state consistency
- dashboard data integrity
- runtime and version drift
- auth, session, webhook, and token security
- Vercel build/runtime regressions
The open-source version is the right place for:
- architecture overviews
- public CI signals
- contributor onboarding
- community issues and feature requests
Go to:
MIT