Getting an API key
- Log in at pioneer.ai.
- Go to Settings → API Keys.
- Click Create key, give it a name, and copy the value shown.
PIONEER_API_KEY) rather than hard-coding it in source files.
Passing your API key
Include your key in theX-API-Key header on every request:
cURL
Managing keys via the API
You can create, list, and revoke keys programmatically using the key management endpoints.Create a key
cURL
List keys
cURL
Revoke a key
cURL
Testing connectivity before you have a key
To verify your network can reach the Pioneer API during integration, send a request with a placeholder key. You’ll get a401 back — which confirms the endpoint is reachable and your request is wired correctly.