Developer Portal Phase A -- API Keys
We are launching the WareVoyant Developer Portal with full API key support.
What is included
- 439 API endpoints now accessible via API keys, covering sites, spaces, equipment, audits, lifecycle management, monitoring, incidents, and more.
- Fine-grained scopes -- 54 permission atoms across 16 categories. Each API key is restricted to only the scopes you select at creation time.
- Usage tracking -- monitor request counts and last-used timestamps for each key from Settings > Developer.
- Key rotation with 24-hour grace period -- rotate keys without downtime. The previous key remains valid for 24 hours after rotation, giving you time to update all integrations.
- Interactive API reference powered by Scalar, with live request examples for every endpoint.
Getting started
- Log in to portal.warevoyant.com
- Navigate to Settings > Developer
- Create your first API key and select the scopes you need
- Refer to the Getting Started guide for your first API call
What is next
- TypeScript and Python SDKs
- Webhook event subscriptions
- OAuth 2.0 client credentials flow