API Reference
API Authentication
Secure your API requests with Bearer tokens.
Updated Jan 18, 2026
On this page
Overview
All requests to the Pilotlab API must include an Authorization header. We utilize standard Bearer Token authentication.
Obtaining a Token
You can generate long-lived API keys in your project settings.
Usage
curl -H "Authorization: Bearer YOUR_TOKEN" https://api.pilotlab.com/v1/projects
Was this page helpful?
Your response goes directly to the Pilotlab team.