Weavz
Onfido

Onfido

Manage Entrust/Onfido applicants, workflow runs, classic checks, and verification webhooks.

10 tools
1 trigger

Tools

Name
create_applicant

Create an Entrust/Onfido applicant for an identity verification workflow.

get_applicant

Retrieve a specific applicant by ID.

update_applicant

Update applicant fields before running or rerunning verification.

delete_applicant

Delete an applicant. Use precise applicant IDs only.

restore_applicant

Restore a previously deleted applicant when supported by the account.

create_workflow_run

Start a Workflow Studio run for an applicant and workflow ID.

get_workflow_run

Retrieve verification workflow run status, results, SDK token, and hosted link data.

create_check

Create a classic Checks and Reports API check for accounts not yet migrated to Workflow Studio.

create_webhook

Create an Onfido webhook subscription for verification events.

delete_webhook

Delete an Onfido webhook subscription by ID.

Triggers

Name
webhook_event

Receive Onfido webhook payloads after configuring a webhook subscription.

Quick Start

TypeScript
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.