Insurely
Collect, monitor, retrieve, supplement, and delete user-consented Insurely insurance policy data collections.
Tools
| Name | Description |
|---|---|
get_companies_statusCheck Insurely insurance company availability before starting a collection. | Check Insurely insurance company availability before starting a collection. |
initiate_collectionStart a user-consented Insurely insurance data collection. | Start a user-consented Insurely insurance data collection. |
get_collection_statusGet the status and next required action for an Insurely collection. | Get the status and next required action for an Insurely collection. |
get_collection_dataFetch collected insurance data. This can include policy and personal information, so use only after a completed collection. | Fetch collected insurance data. This can include policy and personal information, so use only after a completed collection. |
get_policy_documentFetch an explicit policy document for a collection. | Fetch an explicit policy document for a collection. |
add_supplement_informationSubmit supplemental information such as two-factor code or contact-form answers. | Submit supplemental information such as two-factor code or contact-form answers. |
delete_collectionDelete an Insurely collection by exact ID. | Delete an Insurely collection by exact ID. |
Triggers
| Name | Description |
|---|---|
collection_completedPoll one Insurely collection until it reaches a completed status after the initial baseline. | Poll one Insurely collection until it reaches a completed status after the initial baseline. |
Quick Start
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.