The lower-level endpoints the Adonis plugin uses for staff activity and Server Manager.
These endpoints power staff activity tracking and the Server Manager command queue. They are the protocol the Adonis plugin and the standalone Technified Admin speak. You only need them if you are building a custom in-game admin system. If you use the official plugin, it handles all of this for you.
Unlike the moderation endpoints, these routes use camelCase field names (guildId, robloxId). Match the examples exactly.
The live server control endpoints (heartbeat, poll commands, acknowledge) are also part of this protocol and use the same guild API key. They have their own page.
Server Manager
Heartbeat a server, poll for queued commands, and acknowledge results.