Skip to content

Integrate

The Integrate tab in each project is where you manage how VB-OS connects to your applications and external systems. It has five sections:

Create and manage API keys for programmatic access to VB-OS. Each key is scoped to the current project and your organization.

  • Click Create API Key to generate a new key
  • The key value is shown only once at creation time. Copy and store it securely.
  • Keys have an optional expiration date. When a key approaches expiration, a warning appears on the dashboard.
  • Revoke a key at any time by clicking Revoke

Share API keys with your development team so they can submit evaluations from your applications.

Manage evidence source connectors from here. Connectors pull evidence from external systems (databases, APIs, identity providers) into VB-OS evaluations. See Connectors for full details on creating and configuring connectors.

Configure webhook endpoints that receive notifications when evaluations complete. Webhooks let your existing systems react to governance decisions without polling the VB-OS API.

Quick-start code snippets for the Python and Node.js SDKs, pre-filled with your project ID and environment. Share these with your development team to get started.

For full SDK documentation, see Python SDK or Node.js SDK.

Installation instructions and authentication setup for the VB-OS CLI.

For the full CLI reference, see CLI Commands.

Some integration tasks require a developer:

  • Installing and configuring an SDK in your application code
  • Writing evaluation submission logic
  • Setting up CI/CD pipelines that call VB-OS
  • Building custom webhook handlers

The Integrate tab provides the credentials and configuration. For implementation guidance, see the developer documentation under Build With It.