# Raptor Comply ## Docs - [Access Control](https://docs.raptorcomply.com/api-reference/access-control.md): Grant and revoke resource-level access for Raptor Comply users. Query approved access items and manage fine-grained permissions. Coming soon. - [Activity](https://docs.raptorcomply.com/api-reference/activity.md): Retrieve audit logs for all changes made to Raptor Comply resources. Filter by resource type to track compliance-relevant activity. Coming soon. - [Control Centers](https://docs.raptorcomply.com/api-reference/control-centers.md): Use GET /control-centers and GET /control-centers/{id} to access your NERC control centers. Assignment and lifecycle operations are coming soon. - [Cyber Assets](https://docs.raptorcomply.com/api-reference/cyber-assets.md): Create, read, update, and delete NERC CIP cyber assets via the Raptor Comply API. Keep your CMDB in sync with your live compliance inventory. - [Cyber Systems](https://docs.raptorcomply.com/api-reference/cyber-systems.md): Use GET /cyber-systems and GET /cyber-systems/{id} to read your BES Cyber Systems. Filtering by facility or control center is coming soon. - [Errors](https://docs.raptorcomply.com/api-reference/errors.md): Raptor Comply returns standard HTTP status codes. Every error response includes a machine-readable JSON body with error and message fields. - [Evidence](https://docs.raptorcomply.com/api-reference/evidence.md): Create, retrieve, and delete compliance evidence linked to Raptor Comply resources like cyber assets, tasks, and policy documents. Coming soon. - [Facilities](https://docs.raptorcomply.com/api-reference/facilities.md): Use GET /facilities and GET /facilities/{id} to list and retrieve your NERC-registered facilities. Create, update, and delete operations are coming soon. - [Overview](https://docs.raptorcomply.com/api-reference/overview.md): Access NERC OT compliance data with the Raptor Comply REST API. All requests use HTTPS, return JSON, and require an X-API-Key header. - [Policy Documents](https://docs.raptorcomply.com/api-reference/policy-documents.md): Manage NERC CIP policy documents, track versions, control approval workflows, and attach supporting assets via the Raptor Comply API. Coming soon. - [Tasks](https://docs.raptorcomply.com/api-reference/tasks.md): Manage NERC CIP compliance tasks in Raptor Comply: bulk-create tasks, update recurring control instances, and reassign work across your team. Coming soon. - [Training](https://docs.raptorcomply.com/api-reference/training.md): Manage NERC CIP training modules and track personnel training assignments across facilities using the Raptor Comply API. Coming soon. - [Users](https://docs.raptorcomply.com/api-reference/users.md): List, create, and manage Raptor Comply users and invitations. Track CIP Senior Manager designations and check API key permissions. All coming soon. - [Authentication](https://docs.raptorcomply.com/authentication.md): Every Raptor Comply API request requires an X-API-Key header. Learn how to obtain, use, and rotate your API key. - [Data Model](https://docs.raptorcomply.com/concepts/data-model.md): Understand how Raptor Comply organizes your NERC compliance data into facilities, control centers, cyber systems, and cyber assets. - [Organizations](https://docs.raptorcomply.com/concepts/organizations.md): Each Raptor Comply account belongs to an organization tenant. Learn how organizations work and how multi-organization access works. - [Permissions](https://docs.raptorcomply.com/concepts/permissions.md): Raptor Comply API keys carry api_user-level permissions. Understand what data you can access, how keys are scoped, and what operations are available. - [Error Handling](https://docs.raptorcomply.com/guides/error-handling.md): Raptor Comply returns standard HTTP status codes with JSON error bodies. Learn how to handle 4xx and 5xx responses and retry safely in your integration. - [Manage Cyber Assets](https://docs.raptorcomply.com/guides/manage-cyber-assets.md): Learn how to use the Raptor Comply API to add new cyber assets, update asset details, and remove decommissioned equipment from your compliance inventory. - [CMDB Sync](https://docs.raptorcomply.com/guides/sync-cmdb.md): Use the Raptor Comply API to keep your CMDB in sync with your NERC-classified cyber assets. Fetch, create, update, and delete assets via REST. - [Introduction](https://docs.raptorcomply.com/introduction.md): Raptor Comply gives GO, GOP, TO, and TOP entities a REST API to maintain NERC internal controls and workflows for work order sync, cyber assets for CMDB sync and evidence for file system sync. - [Quickstart](https://docs.raptorcomply.com/quickstart.md): Make your first Raptor Comply API call in under five minutes. List your facilities with curl, Node.js, or Python using your API key.