Interactive Product Tour

See What Verdipidy Can Do

See how financial services and insurance teams use Verdipidy to manage client portfolios, automate policy renewals, process claims, and stay compliant.

Capability 1

AI Chat Agents

Ask questions in plain English. The AI queries your databases, runs reports, sends emails, and builds dashboards — all from a single chat window.

Natural Language Queries

Ask "Show me client accounts with policies expiring this quarter" and the AI writes the SQL, runs it against your databases, and shows the results in an interactive table.

140+ Built-In Tools

The agent can query databases, send emails, create workspaces, call external APIs, manage campaigns, generate reports, and more — automatically choosing the right tool.

Department Specialists

Each agent is pre-configured for Underwriting, Claims, Client Services, or Compliance with role-specific prompts, tool access, and data permissions.

Interactive Results

Results come with sortable tables, inline charts, CSV export, and clickable drill-down links. Click a client name to instantly see their full portfolio.

Portfolio Agent
Connected to Policy Database
Online

Show me client accounts with policies up for renewal this quarter

AI
executeSavedQuery completed in 1.2s
query: "Expiring Policies" · filters: renewal_date < '2026-06-30'

Found 24 accounts with policies up for renewal this quarter:

Client Policy # Premium Coverage Renewal
Meridian Holdings LLC POL-2024-8841 $24,500 Commercial Apr 15
James & Patricia Wells POL-2024-7723 $3,200 Life May 01
Apex Manufacturing Inc POL-2024-9102 $87,000 Workers Comp Apr 01
Sarah Chen POL-2024-6654 $1,850 Auto May 22
Coastal Properties Group POL-2024-5590 $42,300 Property Jun 10
Showing 5 of 24
Capability 2

AI Voice Calls

AI-powered phone calls with natural speech, real-time transcription, tool use during calls, and automatic CRM logging.

AI Insurance Services Agent
Active Call - 02:34
HD Voice Recording
LIVE TRANSCRIPT
CALLER

Hi, I'd like to check on the status of my homeowner's claim and find out about my coverage options.

AI AGENT

Of course! Let me pull up your policy and claim details right now.

Tool: lookupPolicyAndClaims · Policy ID lookup
AI AGENT

I've found your policy. Your homeowner's claim #CLM-2026-4471 was approved last week for $12,500. The check is being processed and should arrive within 5 business days. I also see your policy renewal is coming up on May 1st. Would you like me to go over your current coverage and any new options?

94
Quality Score
Positive
Sentiment
2
Tools Used

Natural Voice with ElevenLabs

Ultra-realistic text-to-speech with customizable voices. Callers can't tell they're talking to AI — natural inflection, pauses, and conversational cadence.

Tool Use During Calls

While on the phone, the AI can query your databases, look up policy details, check claim status, retrieve premium quotes, and provide accurate real-time answers — no hold music.

Barge-In & Turn-Taking

Callers can interrupt the AI naturally. The system detects overlapping speech, stops its response, and lets the caller take over.

Call Quality & Analytics

Every call is scored automatically — sentiment analysis, resolution tracking, quality metrics, and full searchable transcripts for training and compliance.

SMS Follow-Up

After a call, the AI can automatically send a text recap with claim status updates, policy documents, payment links, and a link to your client portal.

Capability 3

Live Dashboards & Workspaces

Build custom dashboards from natural language. Tables, charts, KPIs, and filters — auto-refreshing from your live data.

Insurance Portfolio Overview Live
Auto-refresh: 5 min | Last updated: 2 min ago
Active Policies
8,420
+186 this month
Premium Revenue
$2.4M
+8% vs last month
Claims Ratio
62%
-3% this quarter
Client Retention
94%
+1.5% this month
Monthly Premium Collections
This Month Last Month
Oct
Nov
Dec
Jan
Feb
Mar
Policy Type Distribution
Commercial (40%)
Personal (25%)
Life & Health (20%)
Specialty (15%)

This dashboard was built in 30 seconds by telling the AI: "Create an insurance portfolio dashboard with active policies, premium revenue, claims ratio, client retention, monthly premium collections chart, and policy type distribution." The AI generates the queries, creates the components, and wires it to your databases automatically.

Capability 4

Workflow Automation

Visual workflow builder with conditions, loops, human approvals, and AI steps. Schedule tasks or trigger them from webhooks.

Policy Renewal Processing Workflow
Active
TRIGGER
Policy renewal date 60 days out
RUN KYC CHECK
Verify client identity and compliance status
Done
IF
CONDITION
If premium increase exceeds 15% or coverage change
True
HUMAN APPROVAL
Route to account manager for client review
Waiting
CALL API
Generate renewal quote via carrier API
SEND EMAIL
Renewal offer to client + notification to agent

What You Can Automate

📄

Policy Renewal Reminders

Automatically identify policies approaching renewal, generate personalized quotes, send multi-channel reminders to clients, and escalate non-responses to account managers before lapse.

📊

Claims Processing Pipeline

Incoming claims are automatically validated against policy terms, checked for fraud indicators, matched to coverage limits, and routed for adjudication based on dollar thresholds and claim type.

📈

Compliance Review

Automatically scan client accounts for regulatory compliance issues, flag missing documentation, generate audit-ready reports, and notify compliance officers of approaching deadlines.

👤

KYC Verification

New client onboarding triggers automated identity verification, credit bureau checks, sanctions screening, and document collection. Results are compiled for underwriter review before policy issuance.

Runs on schedule or on-demand. Workflows can trigger on a cron schedule, via webhook from external systems, or manually from the workflow dashboard.

Capability 5

Multi-Channel Campaigns

Build and execute email, SMS, and AI voice campaigns with A/B testing, sequencing, and real-time analytics.

Campaign: Annual Policy Review

Running
1
Email: Review Invitation Sent 342

Personalized email with current coverage summary, new product recommendations, and a scheduling link for an advisor call

Open: 68% Click: 34% Reply: 12%
Wait 3 days if no reply
2
SMS: Savings Opportunity Sent 198

Short text highlighting potential premium savings, bundling discounts, and one-tap link to schedule a review

Delivered: 96% Click: 41%
3
AI Voice Call In Progress

AI calls remaining clients to discuss coverage options, answer questions, and schedule an advisor meeting.

Campaign Stats

Total Contacts 342
Reached 289 (84%)
Meetings Booked 127 (37%)

Contact Sources

Client Database 218
CRM Import 89
CSV Upload 35

A/B Test Winner

Variant B +18% open rate

Subject line: "Save up to 15% on your {PolicyType} renewal" outperformed "{FirstName}, your annual review is ready"

Capability 6

SQL Workbench, Custom Tables & APIs

Full SQL editor for power users, Airtable-like custom tables for everyone, and a universal API connector for any external service.

SQL Workbench
-- Saved Query: Expiring Policies This Quarter
SELECT p.policy_number,
c.client_name,
p.premium_amount,
p.renewal_date
FROM policies p
JOIN clients c ON p.client_id = c.id
WHERE p.renewal_date
< DATEADD(quarter, 1, GETDATE())
Connected: Policy Database 842 rows · 0.3s
Multi-database: SQL Server, MySQL, PostgreSQL
Save queries for AI agent access
Schedule queries on cron
AI generates SQL from descriptions
Custom Tables
Client Status AUM
Meridian Holdings Active $2.4M
Wells Family Trust Active $890K
Apex Manufacturing Review $5.1M
Grid Kanban Form
30+ field types: text, number, formula, lookup
Kanban boards & filtered views
Import CSV/Excel or AI-generate
Sync from external APIs
API Connector
GET /api/v1/policies/quotes
OAuth 2.0 Carrier API 200 OK
POST /api/v2/credit/report
API Key Credit Bureau API 200 OK
Any REST API — OAuth, API key, Bearer
Auto-retry, pagination, caching
AI agent can call any configured API
AI auto-generates API configs from docs

Connects to Everything You Already Use

Native integrations with your databases, Google Workspace, telephony providers, and any REST API you point it at.

💻
Policy Database
SQL Server, MySQL, PG
Google Workspace
Email, Sheets, Drive
📞
Twilio
Voice & SMS
📞
RingCentral
Voice & SMS
💬
Slack
Notifications
🏥
Carrier Systems
Quotes & Underwriting
📊
Any REST API
Universal connector
💾
SQL Databases
MSSQL, MySQL, PG
Capability 8

Google Workspace Integration

AI agents that work with Gmail, Sheets, Calendar, and Drive. Send emails, update spreadsheets, schedule meetings — hands-free from chat.

Gmail — Draft Created by AI
To: james.wells@client.example.com
Subject: Your Policy Renewal — Updated Coverage Options Available

Hi James,

Your homeowner's policy (POL-2024-7723) is coming up for renewal on May 1st. Based on your account history, I've identified an opportunity to save approximately 12% by bundling with an umbrella policy.

I've attached a comparison of your current coverage against two enhanced options. If you'd like to discuss these in detail, feel free to reply to this email or call us at (555) 234-5678 to schedule a review.

Best regards,
Client Services — Generated by AI Agent

Draft Ready for review before sending
Google Sheets — Updated by AI
Date Client Policy # Premium Status
03/12 James Wells POL-7723 $3,200 Pending
03/12 Meridian Holdings POL-8841 $24,500 Renewed
03/12 Sarah Chen POL-6654 $1,850 Pending
Row 2 updated by AI: Renewal confirmed, synced from carrier system

Gmail: Send, Draft & Search

AI composes and sends emails on your behalf, creates drafts for review, reads incoming mail, and searches your inbox. Perfect for follow-ups triggered by database events.

Sheets: Read, Write & Create

Ask the AI to export query results to a spreadsheet, update a tracking sheet with today's numbers, or create a new report template — all through chat.

Calendar: Schedule & Manage

Create events, check availability, and schedule meetings. The AI can coordinate between team members and suggest optimal time slots.

Drive: Organize & Share

Upload documents, create shared folders, and manage file permissions. Automatically organize reports and exports into the right team folders.

OAuth 2.0 secured. Your Google account connects via standard OAuth — Verdipidy never sees your Google password. Permissions are scoped to only what's needed, and you can revoke access anytime from Google settings.

Capability 9

AI Browser Automation

AI controls a real browser to navigate external portals, fill forms, scrape data, and automate web tasks — with human oversight at every step.

carrier-portal.example.com/rate-quotes
CARRIER RATE QUOTE PORTAL
Commercial Property
$2,000,000
Class A Office, Fire Sprinklers, Security System
Quote: $18,400/yr
Request Binding
AI BROWSER AGENT
Logged into carrier rate portal
Navigated to commercial property quoting
Entered risk details, coverage limits, deductible
Waiting for human approval before binding...

AI Sees the Screen

Using computer vision, the AI understands what's on the screen — buttons, forms, tables, text. It navigates web apps the same way a human would, but faster.

Human-in-the-Loop

Before submitting orders, making payments, or taking destructive actions, the AI pauses and asks for your approval. You see exactly what it's about to do and can approve, modify, or cancel.

Repeatable Automations

Teach the AI once, run it forever. Record a browser task and schedule it to run daily — pull rate quotes from carrier portals, download regulatory filings, or monitor competitor pricing.

Runs on Your Machine or in the Cloud

The Local Agent runs browser automation on your desktop for portals that require VPN or local network access. Cloud mode handles everything else without any install.

Use cases: Pull rate quotes from carrier portals, submit regulatory filings to state insurance departments, download loss run reports, check license renewals with state boards, monitor competitor rates and product offerings.

Capability 10

AI Document Processing

Upload insurance applications, claim forms, and financial statements. AI extracts key data, cross-references records, routes for approval, and updates your systems automatically.

Upload & Extract
insurance_application_2026.pdf
Uploaded · Processing...
PDF parsed with AI vision
Applicant, policy type, coverage extracted
Risk factors validated
Cross-referencing with underwriting guidelines...
Extracted Data
Applicant
Coastal Properties Group
Policy Type
Commercial Property
Coverage Requested
$2,000,000
Risk Rating
Low — Approved
Application Details
Building Type Class A Office
Fire Protection Sprinklers + Alarm
Prior Claims (5yr) 0
Deductible $10,000
Matches existing client record CLT-2024-5590
Approval & Posting
Extracted & Validated
AI confidence: 98%
Client Matched
CLT-2024-5590 · All documents current
Awaiting Underwriter Review
Routed to underwriting team
4
Issue Policy
Will generate policy documents after approval
Supports PDF, images, scanned documents
Google Drive folder monitoring
Configurable approval thresholds
Capability 11

AI-Generated Reports & Analytics

Ask for any report in plain English. The AI generates the queries, builds the visuals, and can schedule them to land in your inbox every morning.

Monthly Portfolio Performance Report
Auto-generated 1st of each month
8,420
Active Policies
+2.3% MoM
$2.4M
Premium Revenue
+8% MoM
62%
Loss Ratio
-3% MoM
Premium by Line of Business — This Month
Commercial
$980K
Personal
$620K
Life
$410K
Workers Comp
$280K
Specialty
$110K

AI Insight: Commercial property claims increased 12% this month driven by 3 large water damage claims in the coastal region. Recommend reviewing deductible thresholds for Zone A properties and proactive client outreach about flood endorsements before hurricane season.

Reports the AI Can Build

Claims Analysis Report

Scheduled

Claims frequency, severity trends, loss ratios by line of business, top claimants, reserve adequacy, and adjuster performance metrics. Delivered monthly.

Regulatory Compliance Dashboard

Scheduled

License renewal status, filing deadlines, surplus line tax reports, producer appointments, and state-specific compliance requirements. Weekly.

Client Retention Analysis

On Demand

Renewal rates, lapse analysis, at-risk client identification, cross-sell opportunities, and revenue per client trends.

Producer Performance Summary

On Demand

New business written, renewal retention, commission earned, client satisfaction scores, and benchmarking against agency targets.

Operational Overview

Scheduled

Premium revenue by line, commission payouts, accounts receivable aging, carrier placement ratios, and budget vs actual by department. Monthly.

Just ask. "Give me a report on policies expiring in the next 90 days, broken down by line of business and producer" — the AI writes the query, runs it, formats the results with charts, and optionally schedules it to repeat weekly.

Capability 12

Real-Time Notifications & Mobile

Push notifications, Slack alerts, and a full mobile-ready PWA so your team stays informed wherever they are.

Push Notifications

V
Approval Required
Policy renewal for Meridian Holdings ($24,500) needs your review
2 minutes ago
V
Workflow Complete
Morning report delivered to 12 recipients
6:01 AM

Browser push notifications for approvals, workflow completions, campaign events, and custom triggers.

Slack Alerts

V
Verdipidy 11:32 AM

Claims alert:

Line: Commercial Property
Claim #CLM-2026-4892 approved for $45,000 — exceeds authority threshold

Send alerts to any Slack channel. Trigger from workflows, campaign events, high-value activities, or custom conditions.

Mobile-Ready PWA

Install as App PWA
Add to home screen — no app store
Works offline with service worker
Full app experience on phone/tablet
Push notifications on mobile

Full platform access from any device. Chat with agents, approve workflows, and check dashboards from anywhere.

Enterprise-Grade Security & Administration

Role-based access, MFA, audit logs, encrypted credentials, and full admin control over every AI prompt and tool.

Role-Based Access

Admin, Manager, and Member roles control who can access client data, manage agents, run campaigns, and configure integrations. SOC 2 Type II compliant access controls.

MFA & WebAuthn

Two-factor authentication with TOTP apps or hardware security keys. Enforceable at the organization level with grace periods.

AES-256 Encryption

All stored credentials, OAuth tokens, and database passwords are encrypted at rest with AES-256-GCM. PCI-DSS compliant handling of payment data. Zero plaintext secrets.

Audit Logs

Every action is logged: who did what, when, from where. Searchable audit trail for compliance and troubleshooting.

Prompt Management

Every AI system prompt is visible in the admin panel and overridable per organization. Full control over AI behavior — no black box.

Team Management

Invite by email, assign roles, manage departments, set custom fields per member. Ownership transfer and member offboarding built in.