Onfido
Manage Entrust/Onfido applicants, workflow runs, classic checks, and verification webhooks.
Tools
| Name | Description |
|---|---|
create_applicantCreate an Entrust/Onfido applicant for an identity verification workflow. | Create an Entrust/Onfido applicant for an identity verification workflow. |
get_applicantRetrieve a specific applicant by ID. | Retrieve a specific applicant by ID. |
update_applicantUpdate applicant fields before running or rerunning verification. | Update applicant fields before running or rerunning verification. |
delete_applicantDelete an applicant. Use precise applicant IDs only. | Delete an applicant. Use precise applicant IDs only. |
restore_applicantRestore a previously deleted applicant when supported by the account. | Restore a previously deleted applicant when supported by the account. |
create_workflow_runStart a Workflow Studio run for an applicant and workflow ID. | Start a Workflow Studio run for an applicant and workflow ID. |
get_workflow_runRetrieve verification workflow run status, results, SDK token, and hosted link data. | Retrieve verification workflow run status, results, SDK token, and hosted link data. |
create_checkCreate a classic Checks and Reports API check for accounts not yet migrated to Workflow Studio. | Create a classic Checks and Reports API check for accounts not yet migrated to Workflow Studio. |
create_webhookCreate an Onfido webhook subscription for verification events. | Create an Onfido webhook subscription for verification events. |
delete_webhookDelete an Onfido webhook subscription by ID. | Delete an Onfido webhook subscription by ID. |
Triggers
| Name | Description |
|---|---|
webhook_eventReceive Onfido webhook payloads after configuring a webhook subscription. | Receive Onfido webhook payloads after configuring a webhook subscription. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('onfido', 'create_applicant', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'onfido',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Onfido to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Onfido support?
Onfido supports 10 tools including Create Applicant, Get Applicant, Update Applicant, Delete Applicant, Restore Applicant, and more.
Can I use Onfido with AI agents?
Yes. Add Onfido to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can Onfido be used in stateful agent workflows?
Yes. Agents can combine Onfido tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Onfido use?
Onfido uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Onfido integration cost?
The Onfido integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Onfido support?
Onfido supports 1 triggers including Webhook Event.
Connect Onfido in minutes
Get 20,000 free action executions every month. No credit card required.