Skip to content

Eskyee/agentbot-opensource

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agentbot

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.

What Lives Here

  • web/ Next.js app powering agentbot.sh
  • agentbot-backend/ legacy and support backend services
  • gateway/ gateway-related deployment/runtime code
  • mintlify-docs/ docs site source for docs.agentbot.raveculture.xyz
  • skills/ bundled and managed skill definitions
  • scripts/ operational scripts, deployment helpers, and maintenance utilities
  • docs/ internal runbooks, audits, and platform notes

Production Surfaces

  • 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

Product Scope

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

Local Development

Web app

cd web
npm install
npm run build
npm run start

The production runtime path is:

node .next/standalone/server.js

Useful commands

cd web
npm run dev
npm run build
npm test
npm audit --json

Deployment Notes

  • 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

Key Internal Docs

Vercel Agent

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

Open Source Repo

The open-source version is the right place for:

  • architecture overviews
  • public CI signals
  • contributor onboarding
  • community issues and feature requests

Go to:

License

MIT

About

Open-source multi-tenant AI agent platform. Docker isolation, multi-channel, SIWE auth. Built on OpenClaw + Base.

Topics

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Sponsor this project

 

Packages

 
 
 

Contributors