Persona
Create and decision Persona identity inquiries, one-time links, webhooks, and redaction workflows.
Tools
| Name | Description |
|---|---|
create_inquiryCreate a Persona inquiry with optional prefilled fields and metadata. | Create a Persona inquiry with optional prefilled fields and metadata. |
list_inquiriesList inquiries with narrow filters. Results are reverse chronological. | List inquiries with narrow filters. Results are reverse chronological. |
get_inquiryRetrieve a Persona inquiry by ID. | Retrieve a Persona inquiry by ID. |
search_inquiriesSearch inquiries with Persona search query JSON. Do not use for immediate read-after-write flows. | Search inquiries with Persona search query JSON. Do not use for immediate read-after-write flows. |
resume_inquiryCreate or reuse a Persona session token for an inquiry. | Create or reuse a Persona session token for an inquiry. |
generate_one_time_linkGenerate a one-time hosted-flow link for a Persona inquiry. | Generate a one-time hosted-flow link for a Persona inquiry. |
decision_inquiryApprove, decline, mark for review, or expire an inquiry using Persona lifecycle endpoints. | Approve, decline, mark for review, or expire an inquiry using Persona lifecycle endpoints. |
redact_inquiryPermanently redact PII for an inquiry and its related resources. This cannot be undone. | Permanently redact PII for an inquiry and its related resources. This cannot be undone. |
create_webhookCreate a Persona webhook subscription. | Create a Persona webhook subscription. |
delete_webhookDelete a Persona webhook subscription by ID. | Delete a Persona webhook subscription by ID. |
Triggers
| Name | Description |
|---|---|
webhook_eventReceive Persona webhook events after configuring a Persona webhook subscription. | Receive Persona webhook events after configuring a Persona webhook subscription. |
Quick Start
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.