Integrations
API access
Create and manage API keys for programmatic access.
Overview
The VerifyWise API allows you to programmatically access and manage your AI governance data. Use the API to build custom integrations, automate workflows, and connect VerifyWise with your existing tools.
Authentication
All API requests require authentication using an API key. You can generate API keys from your organization settings.
- Navigate to Settings > API keys
- Click Generate new key
- Give your key a descriptive name
- Copy the key immediately, as it will only be shown once
Keep your API keys secure. Never expose them in client-side code, public repositories, or shared documents.
Rate limits
API requests are rate-limited to ensure fair usage across all customers. The default rate limit is 100 requests per minute per API key. If you exceed this limit, you will receive a 429 status code.
Getting started
Include your API key in the Authorization header of each request. The API accepts and returns JSON data.
PreviousSlack integration