Raptor Comply gives customers a REST API to maintain NERC internal controls and workflows for syncing cyber assets with a CMDB, work orders with a CMMS, and evidence for a file system.Raptor Comply is a NERC OT compliance platform covering CIP and O&P standards for generation and transmission owners and operators. The Raptor Comply REST API gives you - compliance leads, OT engineers, and integration developers - programmatic access to your compliance data. Use it to sync assets into your CMDB, feed your SIEM, integrate with your CMMS, or automate any part of your compliance workflow that lives outside the Raptor Comply UI.
Authentication
Set up your API key, understand error responses, and learn key rotation best practices.
Quickstart
Make your first API call in under five minutes using curl, Node.js, or Python.
API Reference
Explore full request and response schemas, with a live try-it-now playground.
Guides
Step-by-step integration guides, including how to keep your CMDB in sync with Raptor Comply cyber assets.
What the API covers
The current API surface focuses on your core NERC CIP inventory objects. Read access lets you pull the structural data you’ve already classified in Raptor Comply. Full CRUD on cyber assets means you can drive asset lifecycle changes - additions, retirements, reclassifications - directly from your integration tooling. We are extending the API surface to other objects within the data model: controls, tasks, incidents, access requests, documents and evidence.
All requests go to the base URL
https://api.raptormaps.com and require the X-API-Key header on every call. Each API key is bound to a single organization, so the key alone identifies your tenant. See Authentication for details.