Weavz
Bindable

Bindable

Automate Bindable embedded insurance leads, policy shells, carrier quotes, quote selection, customer return URLs, and agency contact workflows.

16 tools

Tools

Name
create_lead

Create a Bindable lead/customer record.

update_lead

Update an existing Bindable lead.

create_policy_shell

Create a Bindable policy shell for Auto, Home, Condo, or Renters quoting.

update_policy_shell

Update underwriting or consent data on a Bindable policy shell.

quote_policy_shell

Submit a fully validated policy shell for carrier quotes.

get_quote

Retrieve a carrier quote by RefCode, LeadUUID, PolicyShellUUID, and QuoteUUID.

select_quote

Mark the customer-selected carrier quote for agency follow-up.

get_carriers

Retrieve Bindable carrier information for the supplied context.

create_return_url

Create a tokenized customer URL for the Bindable-hosted quoting experience.

validate_return_url

Validate whether a Bindable return URL is still usable.

expire_return_url

Manually expire a Bindable return URL.

create_agent_url

Create an agent-facing URL for a customer or policy shell.

lookup_driver_data

Lookup driver data for an auto policy shell.

lookup_vehicle_data

Lookup vehicle data for an auto policy shell.

lookup_home_data

Lookup property data for a home policy shell; returned data must be reviewed and applied through Update Policy Shell.

contact_lead

Request Bindable agency contact for a consented customer.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Bindable to my app?

Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Bindable support?

Bindable supports 16 tools including Create Lead, Update Lead, Create Policy Shell, Update Policy Shell, Quote Policy Shell, and more.

Can I use Bindable with AI agents?

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

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

Bindable uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.

How much does the Bindable integration cost?

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

Connect Bindable in minutes

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