Build bots, integrations, and apps for the mIRCscord platform. Everything you need to extend the community experience.
One-click install bots for any server. AutoMod, Welcome Bot, Stats, Polls, Reminders — no coding required.
LIVE NOWConnect your OpenRouter, OpenAI, or Anthropic API key to create AI-powered assistants for your server. Pick a personality, set active channels, done.
LIVE NOWBuild custom bots with our TypeScript and Rust SDK. Full access to messages, reactions, voice events, and more.
COMING SOONPublish your bots for the community. Browse, install, rate, and review bots built by other developers.
COMING SOONSend messages to mIRCscord channels from any external service. GitHub, CI/CD, monitoring — pipe it all in.
COMING SOONTrack your bot's installs, usage, errors, and user feedback. Optimize your bot with real data.
PLANNED// Install a bot to your server POST /api/servers/{server_id}/bots { "bot_id": "automod-uuid" } // Configure the bot PATCH /api/servers/{server_id}/bots/{bot_id} { "config": { "blocked_words": ["spam", "scam"], "block_links": true }, "enabled": true } // Set AI API key POST /api/servers/{server_id}/bots/{bot_id}/key { "provider": "openrouter", "api_key": "sk-or-...", "model": "anthropic/claude-sonnet-4" }