Platform
Developer Console
The Developer Console gives you the tools to authenticate API calls, receive event notifications, and monitor real-time traffic across your Fleetbase instance.
Developer Console
The Developer Console is the integration hub built into the Fleetbase Console. It is accessible from the main sidebar under Developers and provides everything you need to connect external systems, build custom applications, and monitor API activity.

Sections
| Section | Purpose |
|---|---|
| API Keys | Generate and manage authentication credentials for the Fleetbase REST API |
| Webhooks | Subscribe to platform events and receive HTTP callbacks when they fire |
| Socket Events | Monitor real-time WebSocket channels broadcasting live platform activity |
| System Events | Browse a searchable log of all API events emitted by the platform |
| Request Logs | Inspect a full history of every API request made to your instance |
Test vs. Live Mode
Every organization has two isolated environments: Test and Live.
- Test mode — data is completely separate from production. API keys, webhooks, and request logs created or received in test mode are invisible in live mode and vice versa.
- Live mode — used for real operations and production traffic.
Toggle between environments using the Test mode switch in the top navigation bar of the console. The Developer Console reflects only the data for the currently active environment — switching environments changes which API keys, webhooks, and logs are shown.