NEW Workflow v2 · the multi-agent verification layer is live
All apps

Conveyor

security & identity tools 25 tools available

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.

About this integration

Connect Conveyor to Definable to automate repetitive tasks, sync data with the rest of your stack, trigger on real-world events. Personas call Conveyor's 25 tools directly from chat or scheduled flows. You can wire it into any persona to read, write, and react when an event fires.

Connect Conveyor to Definable and it becomes a set of typed tools your agents plan with — triggered by events, run on schedules, or invoked mid-conversation. Every write is checked by the verifier before it lands.

Auth OAuth2 · 2 clicks
Tools 25 exposed
Plans All, incl. Free
Data Never trained on

Conveyor · in workflows

What teams actually run.

Three patterns teams run with Conveyor on day one. Each one is a plain-English prompt — no canvas, no glue code — and you can remix them into anything.

01

Trigger on event

Listen for a new event
Parse and validate the payload
Take an action with the linked tool
02

Daily summary

Pull yesterday's activity
Summarise with the model of your choice
Send the digest via email or Slack
03

Cross-tool sync

Read records from one app
Transform with a persona
Write the result back via this integration

25 tools available

The Conveyor toolbox.

Every Conveyor capability your agents can call, each with a typed schema the planner reads. The router picks the right tool per step; the verifier checks the result.

Delete a Conveyor document

Tool to delete a specific document. Use when you need to remove a document by its ID.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

Get Knowledge Base Questions

Retrieves knowledge base questions from Conveyor. Use to list, search, or paginate through Q&A entries stored in the knowledge base for compliance and security questionnaires.

Get product lines

Retrieves all product lines configured in Conveyor. Use this action to list available product lines for organizing trust documentation, authorizations, and security reviews by business segment. This is a read-only operation that requires a valid API token. Returns a list of product lines with their IDs, names, and descriptions. The list may be empty if no product lines have been configured.

Get questionnaires

Retrieves all questionnaires from Conveyor with optional filters. Use this to list questionnaires by status, product line, or date ranges. Returns questionnaire metadata including assignee, connection, product lines, and completion status.

Patch authorization

Update an existing authorization by revoking access or modifying Access Group assignments. Use this tool to: - Revoke a user's access to the Trust Center (set revoke=true) - Update which Access Groups a user belongs to (provide access_group_ids list) At least one of 'revoke' or 'access_group_ids' must be provided.

Update Conveyor document

Update a Conveyor document's metadata. Use this to change a document's name, description, access level, folder location, or other properties. Requires the document UUID.

Update questionnaire request

Tool to update a questionnaire request in Conveyor. Use this to modify an existing questionnaire request's external ID, case IDs, raw data, or source system information.

Create new authorization

Tool to create a new authorization in Conveyor Exchange. Use this to grant access to a user by email address or by approving an existing authorization request. Provide either 'email' (to create a new authorization for that email) or 'request_id' (to approve an existing authorization request), but not both.

Upload new document

Tool to upload a new document to Conveyor's Knowledge Library. Use when you need to add a file (<=100MB) for security compliance documentation.

Create new folder

Tool to create a new folder in Conveyor Exchange. Use when you need to organize items into folders programmatically after obtaining an API key.

Submit new questionnaire

Tool to submit a new questionnaire to Conveyor. Use when you need to create a security questionnaire or RFP submission with file uploads, portal links, or Salesforce integration.

Create questionnaire request

Tool to create a new questionnaire request in Conveyor. Use when you need to submit a security questionnaire or compliance request for processing. Requires submitter_email and either external_id with raw_data OR case_ids from Salesforce.

Create new review

Tool to create a review in Conveyor with optional references to external VM unique IDs. Use when you need to create a vendor review programmatically.

Submit single question

Submit a single question to Conveyor's AI knowledge base and receive an immediate answer. Use this when responding to security questionnaires, compliance inquiries, or knowledge base queries. Returns the AI-generated answer along with confidence scoring when available.

See it run

One prompt, start to finish.

A real prompt, the Conveyor tools it calls, and what comes back. This is the whole interface — describe the outcome, agents handle the rest.

Run a real Conveyor task end-to-end — plan it, execute across the API, and hand back a verified result.

conveyor.delete_a_conveyor_document Tool to delete a specific document. Use when you need to remove a document by its ID.
conveyor.delete_folder Permanently deletes a folder from the Conveyor Exchange by its UUID. Use GET_FOLDERS first
conveyor.get_all_access_groups Tool to retrieve all access groups for a program. Use when you need to fetch the complete · verified
done

Done. Conveyor responded across 3 calls, the verifier signed off, and the result is logged with every payload.

FAQ · Conveyor

Questions, answered.

What teams ask before connecting Conveyor.

01 What can I automate with Conveyor on Definable?

Anything Conveyor exposes through its API. Common security & identity tools workflows on Definable include automate repetitive tasks, sync data with the rest of your stack, trigger on real-world events. Personas can call any of the 25 Conveyor tools directly, then chain the result into another integration without you writing code.

02 How does Conveyor authentication work?

Conveyor uses API_KEY on Definable. You connect once from the integrations page, scoped to the permissions you choose, and from then on any persona that has the integration enabled can act on your behalf. Tokens are encrypted at rest and rotated automatically.

03 Is the Conveyor integration included in my Definable plan?

Yes — every Definable plan, including Starter, includes access to all 25 Conveyor tools. You only need a separate Conveyor subscription if Conveyor itself charges per seat or per API call.

04 Is using Conveyor through Definable secure?

Every call from a persona to Conveyor is logged with the user, persona, prompt, and response. Tokens never leave Definable's secrets vault, scopes are configurable per persona, and you can revoke access at any time from the integration page.

05 How do I get started with Conveyor on Definable?

Sign up for Definable, open the integrations page, find Conveyor, and connect via OAuth or API key. You can immediately attach Conveyor to any persona and start running workflows. The free Starter plan includes 5,000 credits/month.

06 What Conveyor actions does Definable expose?

Definable exposes all 25 Conveyor actions as callable tools — including `Delete a Conveyor document`, `Delete folder`, `Get all access groups`, plus 22 more. Each tool gets a typed parameter schema so personas know exactly how to call it.

Put Conveyor to work tonight.

Connect in two clicks, describe an outcome, and your first workflow is live in minutes. Free plan included — no card required.

← All apps