DocsQuickstart
Quickstart
Introduction
Welcome to the FleetCommand API. This guide will help you get up and running with our platform in minutes. You'll learn how to authenticate requests, create your first vehicle, and stream telemetry data.
Prerequisites
- A FleetCommand account
- API Credentials (obtained from the dashboard)
- Node.js v18+ or Python 3.9+ installed
1. Get your API Key
Navigate to Settings > Developer > API Keys in your dashboard. Create a new key with `admin` scope for this tutorial.
sk_live_51Mxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
2. Install the SDK
npm install @fleetcommand/sdk