Documentation / Overview

Documentation

Welcome to the Mokito documentation. Everything you need to understand, integrate, and operate the Mokito platform — from the public REST API to in-server commands and premium features — lives here.

What is Mokito?

Mokito is a Discord bot and web dashboard for community operators. It bundles a ticket system, moderation tooling, fun commands, per-server bot identity, Steam account linking, and a public REST API into a single product with a dark-neon web panel.

The documentation is organized into categories that mirror the product surface. Start with the API category if you want to integrate Mokito data into your own application, or browse the other categories as they come online.

How to use these docs

Categories

Currently available documentation categories:

API — The Mokito REST API. The category-level pages (Introduction, Authorization, Errors, Testing) cover the parts of the API that are shared across every resource. The first resource subcategory, Steam Links, documents the endpoints for querying Steam-linked player data in your Discord server, plus a resource-specific testing walkthrough.

More categories — covering commands, premium features, and the web panel — will be added over time. The left sidebar will grow as new categories ship.

Where to start

If you are integrating the API for the first time, the recommended reading order is:

  1. API → Introduction — what the API offers, base URL, and versioning.
  2. API → Authorization — Bearer tokens, rate limiting, and request rules.
  3. Steam Links → Endpoints — the Player Profile and List Players routes with full request/response shapes.
  4. API → Errors — status codes and the error envelope.
  5. API → Testing — setting up Postman, environments, and auth.
  6. Steam Links → Testing — endpoint-specific Postman walkthroughs for Player Profile and List Players.

Or use the Next button below to jump straight into the Introduction.