Build powerful integrations using our RESTful API and WebSocket endpoints for servers, moderation, and user interactions.
Create, update, and manage servers, channels, and users via simple HTTP endpoints.
View Docs →Real-time events, presence updates, and message streaming in user and server interactions.
View Docs →OAuth flows for user logins, bot authentication, and granular permissions with secure tokens.
View Docs →
// Get current user's information
fetch("https://api.project123456.com/v1/users/@me", {
headers: {
"Authorization": "Bot YOUR_BOT_TOKEN"
}
})
.then(res => res.json())
.then(console.log);
Need help getting started? Follow the quickstart guide to create your first bot integration.
Join our developer support channel or consult the official documentation for troubleshooting guidance.