# Integrations & API Keys

URL: /en/docs/user-guide/integrations
Last Updated: 2026-07-30T21:15:44.617Z

## Description
Manage API keys and the built-in integrations shipped in the product

## Available Actions
- Navigate to related topics
- View step-by-step instructions
- Get best practices

## Content
# Integrations & API Keys

The Integrations page in Admin Center has two jobs:

* Create and revoke API keys for programmatic access to the Admin Center API
* Connect the built-in integrations that are implemented in the product

## Access

* **Admin** role is required

## API Keys

Use the API key section when you need a bearer token for the documented `/api/v1/*` endpoints.

When you create a key, Admin Center asks for:

* A name
* An optional description
* A role
* An expiration window: `30 days`, `90 days`, `1 year`, or `never`

The token is shown when the key is created. Store it immediately and treat deletion as revocation.

## Built-In Integrations

The page supports the integrations that are implemented in the product:

* **Google Docs / Google Drive**: connect an account, authorize files, and trigger manual syncs
* **Notion**: connect a workspace and trigger manual syncs
* **Confluence**: connect a workspace, authorize spaces or pages, and trigger manual syncs
* **Slack**: connect Slack for the shipped Slack flows
* **DocuSign**: connect DocuSign for NDA template import and Trust Center NDA signing flows

## What Each Integration Is Used For

### Google Docs

Google Docs powers document import and source sync. The integrations screen also lets you maintain the allowlist of authorized Google Drive files used by the document import flow.

### Notion

Notion supports browsing and importing content into documents, plus manual sync for connected content.

### Confluence

Confluence supports browsing spaces and pages, importing them into documents, and syncing connected content. The integrations screen also manages the authorized Confluence assets used by import flows.

### Slack

Slack is a built-in integration, not a generic webhook product. The product includes Slack events, commands, and interaction handlers for the shipped Orbiq Slack experience.

### DocuSign

DocuSign is used for NDA templates and Trust Center NDA acceptance. If you manage NDAs in DocuSign, connect it here before importing templates in **NDA Templates**.

## Manual Sync

Manual sync actions exist for:

* Google Docs
* Notion
* Confluence

Use them after reconnecting an integration or when you want to pull the latest remote changes without waiting for the normal background flow.

## Related Docs

* [API overview](/en/docs/user-guide/integrations/api-overview)
* [Notion document import](/en/docs/user-guide/documents/notion-import)
* [Source sync](/en/docs/user-guide/documents/source-sync)


