Quick Start Guide
Build and deploy a Discord bot in four steps, in about 10 minutes.

Create Your Bot
Click "New Bot" in your dashboard. The setup wizard walks you through 3 steps: naming, token verification, and server invite.
Step 1 of 3: Name Your Bot
Name your bot (up to 32 characters, a Discord limit). You can change this later.
Step 2 of 3: Connect Discord
The setup wizard guides you through creating a Discord application, enabling both privileged gateway intents (Server Members and Message Content), and pasting your bot token. The wizard verifies your bot token and Discord permissions automatically.
Step 3 of 3: Invite & Select Server
Invite your bot to a Discord server using the provided link, then click "Find Servers" to select it. The generated invite requests Administrator (permissions=8). Scope it down afterward in Server Settings → Roles once your bot runs.
Note
Add Behaviors
Use AI Chat or Templates to add features to your bot.
Option 1: Use AI Chat
"Create a welcome message in #general when someone joins"Type what you want in natural language. Use #channel and @role to reference your server.
Option 2: Use Templates
Browse 39 pre-built templates:
- Welcome Bot
- Moderation Bot (kick, ban, warn)
- Reaction Roles
- Auto-responder
- And many more...
Tip
Pro tip
/help command for your Discord users.Deploy to Cloud
Click Deploy to send your bot to cloud hosting. Your bot runs 24/7.
Click "Deploy"
Your Discord token is saved from the setup wizard. Click Deploy and your bot goes live once the build finishes, usually under a minute.
Monitor Status
Monitor deployment status live in the dashboard. A deploy can take up to 15 minutes before it times out. Check logs if the deployment fails.
Important
Test Your Bot
Your bot is live. Head to your Discord server and try it out.
Try Your Commands
Go to your Discord server and test the behaviors you created. Try your slash commands, click reactions, or send messages.
Iterate and Re-deploy
Edit behaviors in the builder and redeploy to update your bot.
You're All Set
Your Discord bot is now live. Update it anytime by editing behaviors and redeploying.