Who should read this: Workspace administrators and developers who need to integrate
PlaneConnection with external systems.Prerequisites: Admin or Account Owner role. API key management must be enabled for your
workspace.
When to use API keys
API keys provide programmatic access to your workspace data through the PlaneConnection API. Common use cases include:- Syncing trip data with your scheduling software
- Pulling safety report data into external dashboards
- Automating invoice creation from your accounting system
- Feeding fleet status into your company website
Create an API key
Rotate an API key
To replace an existing key without downtime:Follow the creation steps above, giving the new key the same permissions as the key you are replacing.
Revoke an API key
- Navigate to Settings > API Keys.
- Find the key you want to revoke.
- Click the Revoke action on the key row.
- Confirm the revocation.
401 Unauthorized responses.
Revoked keys remain visible in the key list with a Revoked status for audit trail purposes.
They cannot be re-activated — create a new key instead.
API key best practices
| Practice | Why |
|---|---|
| Use descriptive names | Identify which integration each key belongs to at a glance. |
| Set expiration dates | Limits damage from compromised keys. |
| Use minimum permissions | Only grant the scopes the integration actually needs. |
| Rotate keys periodically | Replace keys every 90 days as a security hygiene practice. |
| Monitor usage in audit log | Review Settings > Audit Log for unusual API key activity. |
Related
API Overview
API endpoints and usage documentation.
API Authentication
How to authenticate API requests.
Configure Webhooks
Receive real-time event notifications.
Manage Security
Broader workspace security settings.