Welcome to ggbro

The all-in-one communication platform for gamers and communities. Voice, video, text — all in one place.

Download for Windows Login & Build Bots Open in Browser API Docs

Build on ggbro

Everything you need to create bots, integrations, and tools for your community.

Bot API

Create bots that respond to messages, manage servers, and interact with users through a simple REST API and real-time WebSocket events.

Available

WebSocket Gateway

Connect to the real-time gateway for live message events, voice state updates, presence changes, and more.

Available

OAuth2 Authentication

Let users sign in with their ggbro account. Access user info, server memberships, and manage permissions securely.

Available

API Preview

RESTful endpoints for everything. Here's a taste of what's coming.

GET /api/v1/servers/:serverId
{ "id": "abc123", "name": "My Awesome Server", "description": "A place for gamers", "member_count": 42, "owner_id": "user_789", "created_at": 1711929600 }