Bindable
Automate Bindable embedded insurance leads, policy shells, carrier quotes, quote selection, customer return URLs, and agency contact workflows.
Tools
| Name | Description |
|---|---|
create_leadCreate a Bindable lead/customer record. | Create a Bindable lead/customer record. |
update_leadUpdate an existing Bindable lead. | Update an existing Bindable lead. |
create_policy_shellCreate a Bindable policy shell for Auto, Home, Condo, or Renters quoting. | Create a Bindable policy shell for Auto, Home, Condo, or Renters quoting. |
update_policy_shellUpdate underwriting or consent data on a Bindable policy shell. | Update underwriting or consent data on a Bindable policy shell. |
quote_policy_shellSubmit a fully validated policy shell for carrier quotes. | Submit a fully validated policy shell for carrier quotes. |
get_quoteRetrieve a carrier quote by RefCode, LeadUUID, PolicyShellUUID, and QuoteUUID. | Retrieve a carrier quote by RefCode, LeadUUID, PolicyShellUUID, and QuoteUUID. |
select_quoteMark the customer-selected carrier quote for agency follow-up. | Mark the customer-selected carrier quote for agency follow-up. |
get_carriersRetrieve Bindable carrier information for the supplied context. | Retrieve Bindable carrier information for the supplied context. |
create_return_urlCreate a tokenized customer URL for the Bindable-hosted quoting experience. | Create a tokenized customer URL for the Bindable-hosted quoting experience. |
validate_return_urlValidate whether a Bindable return URL is still usable. | Validate whether a Bindable return URL is still usable. |
expire_return_urlManually expire a Bindable return URL. | Manually expire a Bindable return URL. |
create_agent_urlCreate an agent-facing URL for a customer or policy shell. | Create an agent-facing URL for a customer or policy shell. |
lookup_driver_dataLookup driver data for an auto policy shell. | Lookup driver data for an auto policy shell. |
lookup_vehicle_dataLookup vehicle data for an auto policy shell. | Lookup vehicle data for an auto policy shell. |
lookup_home_dataLookup property data for a home policy shell; returned data must be reviewed and applied through Update Policy Shell. | Lookup property data for a home policy shell; returned data must be reviewed and applied through Update Policy Shell. |
contact_leadRequest Bindable agency contact for a consented customer. | Request Bindable agency contact for a consented customer. |
Quick Start
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.