New docs? Check out the change log to learn more!
# maxchat.dev

Build a MaxChat Bot

Use the docs sidebar topics to move through setup, coding, and deployment.

What This Uses

maxbot_hoster/src/index.js for API routes and gateway behavior, and ping_bot.py as the practical bot example.

Quick Flow

1) Create app + copy bot token
2) Install bot to a server
3) Connect to /gateway and IDENTIFY
4) Use /api/bot/messages/send and other bot routes