# Conveyor AI integration on Definable

> Conveyor is a platform that automates security reviews by providing a Trust Center, AI-driven questionnaire automation, and integrations with various tools to streamline compliance processes.

## What this connects

Conveyor is a platform that automates security reviews by providing a Trust Center, AI-driven questionnaire automation, and integrations with various tools to streamline compliance processes.

Vendor: https://www.conveyor.com/

## Tools available

**25** tools available. First 12:

- `CONVEYOR_DELETE_DOCUMENT` — Delete a Conveyor document — Tool to delete a specific document. Use when you need to remove a document by its ID.
- `CONVEYOR_DELETE_FOLDER` — Delete folder — Permanently deletes a folder from the Conveyor Exchange by its UUID. Use GET_FOLDERS first to retrieve the folder_id. This action is irreversible.
- `CONVEYOR_GET_ACCESS_GROUPS` — Get all access groups — Tool to retrieve all access groups for a program. Use when you need to fetch the complete list of access groups configured in the Conveyor Exchange.
- `CONVEYOR_GET_AUTHORIZATION_REQUEST` — Get Authorization Request — Retrieves details of a specific authorization request from Conveyor Exchange by its ID. Use this to get information about a pending or processed access request, including the requestor's email, message, status, and associated dataroom.
- `CONVEYOR_GET_AUTHORIZATION_REQUESTS` — Get Authorization Requests — Retrieves authorization requests from Conveyor's Trust Center. Use this tool to: - List all authorization requests (no filters) - Get pending requests awaiting approval (status='requested') - Filter by specific status ('initial', 'requested', 'approved', 'ignored') - Filter by requester email address Returns a list of authorization requests with details including requester email, status, timestamps, and optional CRM links.
- `CONVEYOR_GET_AUTHORIZATIONS` — Get authorizations — Retrieve authorizations from your Conveyor Trust Center. Authorizations control who has access to view documents. Use this to list all authorizations or filter by status ('gated', 'authorized', 'revoked') or email address. Requires a valid API token for authentication.
- `CONVEYOR_GET_CONNECTIONS` — Get all Conveyor connections — Tool to retrieve all connections. Use when you need to fetch the complete list of your Conveyor connections. Use after authenticating with a valid API key.
- `CONVEYOR_GET_DOCUMENTS` — Get all Conveyor documents — Retrieves all documents from the Conveyor trust center. Returns a list of documents with their metadata including name, description, access level, versions, and timestamps. No parameters required - simply call to get all documents.
- `CONVEYOR_GET_FOLDERS` — List all Exchange folders — Retrieves all folders from the Conveyor Exchange workspace. Returns a list of folders with their IDs, names, timestamps, and associated document IDs. Use this to discover available folders before uploading documents or managing folder contents.
- `CONVEYOR_GET_INTERACTIONS` — Get all interactions — Tool to get all interactions (document interactions, q&a interactions) with optional filters. Use when you need to retrieve and filter interactions across all documents and Q&A sessions.
- `CONVEYOR_GET_INTERACTIONS_BY_CONNECTION_ID` — Get interactions by connection ID — Tool to fetch interactions associated with a specific connection. Use when you need to list all interactions for a given connection after validating its existence.
- `CONVEYOR_GET_INTERACTIONS_BY_DOCUMENT_ID` — Get interactions by document ID — Tool to fetch interactions associated with a specific document. Use when you need to list all interactions for a given document after validating its existence.

## Auth

Auth schemes: `API_KEY`.

## How agents use Conveyor

Inside a Definable workflow, Conveyor is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Conveyor** — the Researcher (GPT-5.5) pulls context from Conveyor (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Conveyor** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Conveyor (create record, post message, draft email).
- **Designer / Engineer → Distributor → Conveyor** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Conveyor (attach file, open PR comment, post status).

The Verifier checks every Conveyor call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- security & identity tools — https://definable.ai/apps/category/security-&-identity-tools/

## Related

- HTML page: https://definable.ai/apps/conveyor/
- Same category (security & identity tools): https://definable.ai/apps/category/security-&-identity-tools/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
