Trulioo
Run Trulioo person and business verification and retrieve transaction results.
Tools
| Name | Description |
|---|---|
list_packagesList verification packages enabled for the Trulioo account. | List verification packages enabled for the Trulioo account. |
verify_personRun a normalized person verification. Provide only the exact required country/package fields. | Run a normalized person verification. Provide only the exact required country/package fields. |
verify_businessRun a normalized KYB business verification. | Run a normalized KYB business verification. |
get_transaction_statusRetrieve asynchronous verification status by TransactionID. | Retrieve asynchronous verification status by TransactionID. |
get_transaction_recordRetrieve final person verification results by TransactionRecordID. | Retrieve final person verification results by TransactionRecordID. |
get_business_search_resultRetrieve a business search result by transaction record ID. | Retrieve a business search result by transaction record ID. |
Triggers
| Name | Description |
|---|---|
callback_eventReceive Trulioo transaction callback payloads from verification requests. | Receive Trulioo transaction callback payloads from verification requests. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('trulioo', 'list_packages', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'trulioo',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Trulioo to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Trulioo support?
Trulioo supports 6 tools including List Packages, Verify Person, Verify Business, Get Transaction Status, Get Transaction Record, and more.
Can I use Trulioo with AI agents?
Yes. Add Trulioo 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 Trulioo be used in stateful agent workflows?
Yes. Agents can combine Trulioo 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 Trulioo use?
Trulioo uses API Key. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Trulioo integration cost?
The Trulioo integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Trulioo support?
Trulioo supports 1 triggers including Callback Event.
Connect Trulioo in minutes
Get 20,000 free action executions every month. No credit card required.