Weavz
Persona

Persona

Create and decision Persona identity inquiries, one-time links, webhooks, and redaction workflows.

10 tools
1 trigger

Tools

Name
create_inquiry

Create a Persona inquiry with optional prefilled fields and metadata.

list_inquiries

List inquiries with narrow filters. Results are reverse chronological.

get_inquiry

Retrieve a Persona inquiry by ID.

search_inquiries

Search inquiries with Persona search query JSON. Do not use for immediate read-after-write flows.

resume_inquiry

Create or reuse a Persona session token for an inquiry.

generate_one_time_link

Generate a one-time hosted-flow link for a Persona inquiry.

decision_inquiry

Approve, decline, mark for review, or expire an inquiry using Persona lifecycle endpoints.

redact_inquiry

Permanently redact PII for an inquiry and its related resources. This cannot be undone.

create_webhook

Create a Persona webhook subscription.

delete_webhook

Delete a Persona webhook subscription by ID.

Triggers

Name
webhook_event

Receive Persona webhook events after configuring a Persona webhook subscription.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('persona', 'create_inquiry', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'persona',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Persona 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 Persona support?

Persona supports 10 tools including Create Inquiry, List Inquiries, Get Inquiry, Search Inquiries, Resume Inquiry, and more.

Can I use Persona with AI agents?

Yes. Add Persona 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 Persona be used in stateful agent workflows?

Yes. Agents can combine Persona 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 Persona use?

Persona uses API Key. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Persona integration cost?

The Persona integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Persona support?

Persona supports 1 triggers including Webhook Event.

Connect Persona in minutes

Get 20,000 free action executions every month. No credit card required.