Weavz
Insurely

Insurely

Collect, monitor, retrieve, supplement, and delete user-consented Insurely insurance policy data collections.

7 tools
1 trigger

Tools

Name
get_companies_status

Check Insurely insurance company availability before starting a collection.

initiate_collection

Start a user-consented Insurely insurance data collection.

get_collection_status

Get the status and next required action for an Insurely collection.

get_collection_data

Fetch collected insurance data. This can include policy and personal information, so use only after a completed collection.

get_policy_document

Fetch an explicit policy document for a collection.

add_supplement_information

Submit supplemental information such as two-factor code or contact-form answers.

delete_collection

Delete an Insurely collection by exact ID.

Triggers

Name
collection_completed

Poll one Insurely collection until it reaches a completed status after the initial baseline.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Insurely to my app?

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

What tools does Insurely support?

Insurely supports 7 tools including Get Companies Status, Initiate Collection, Get Collection Status, Get Collection Data, Get Policy Document, and more.

Can I use Insurely with AI agents?

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

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

Insurely uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Insurely integration cost?

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

What triggers does Insurely support?

Insurely supports 1 triggers including Collection Completed.

Connect Insurely in minutes

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