What you need
Data sources
- Claims management system — Claim records, handler assignments, and status tracking
- Policy administration system — Active policies with coverage terms, effective dates, and endorsements
Knowledge spaces
- Claim documents — FNOL (First Notice of Loss) forms, police reports, medical bills, and repair estimates uploaded by claimants
- Underwriting guidelines — Classification rules and routing criteria by claim type and complexity
| Component | Name | Definition |
|---|---|---|
| Object | Claim | Maps to the claims management system. Represents a single claim with type, status, claimant, and assigned handler |
| Object | Policy | Maps to the policy administration system. Represents an insurance policy with coverage terms, limits, and effective dates |
| Metric | Intake Cycle Time | Minutes from claim submission to handler assignment |
| Metric | Document Completeness | Percentage of required documents received versus required for the claim type |
| Dimension | Claim Type | Categorizes claims as auto, property, liability, health, or workers’ compensation |
| Dimension | Complexity | Classifies claims as simple (single event, clear liability), moderate (multiple parties), or complex (disputed liability, litigation) |
Agent setup
Create the agent
Go to Agent Space > New agent.
| Field | Value |
|---|---|
| Name | Claims Intake Analyst |
| Role | Claims intake and classification specialist |
| Goal | Process new claims quickly and route them to the correct handler |
Set the description
You process incoming insurance claims. Extract key information from submissions: policy number, date of loss, claim type, claimant details, and supporting documents. Classify each claim by type (auto, property, liability, health) and complexity (simple, moderate, complex). Use a formal, precise tone — this is regulated work. Flag any missing documentation immediately and specify exactly what is needed. Never make coverage determinations; your job is to intake and route.
Scope data access
Grant access to:
- Claims management system data source (claim records)
- Policy administration system data source (active policies)
- Claim documents knowledge space
- Underwriting guidelines knowledge space
- Claim and Policy objects in the semantic layer
Add skills
Extract claim details from documents
Extract claim details from documents
Trigger: New claim documents uploaded or user asks to process a submission
- Read the uploaded documents from the knowledge space (FNOL forms, police reports, medical bills, repair estimates).
- Extract key fields: policy number, claimant name, date of loss, loss description, claimed amount, and involved parties.
- Cross-reference the policy number against the policy administration system to confirm the policy is active and the loss date falls within the coverage period.
- Classify the claim by type (auto, property, liability, health) based on the loss description.
- Assess complexity: simple (single event, clear liability), moderate (multiple parties), or complex (disputed liability, potential litigation).
- List any missing required documents for the claim type.
- Output a structured claim summary with all extracted fields, classification, and missing document list.
Route claim to handler
Route claim to handler
Trigger: Claim has been classified and is ready for assignment
- Read the claim type, complexity, and claimed amount from the intake summary.
- Look up the routing rules from the underwriting guidelines knowledge space.
- Match the claim to the appropriate handler queue based on type and complexity.
- For claims exceeding the high-value threshold, route to a senior adjuster.
- Assign the claim and update the status in the claims management system.
Automation
Playbook: New claim intake pipeline
Set the trigger
Set the playbook to trigger on a new claim submission event from the claims management system or document upload portal.
Build the workflow
The playbook processes the submission end-to-end: extract, validate, classify, and route.
- Query step — Pull the submitted documents and any form data from the claim submission.
- AI step — Extract policy number, claimant details, date of loss, loss description, and claimed amount from the documents.
- Query step — Look up the policy in the policy administration system to verify it is active and the loss date is covered.
- Condition step — If the policy is inactive or the loss date is outside coverage, flag the claim for manual review and stop processing.
- AI step — Classify the claim by type and complexity using the underwriting guidelines.
- Action step — Create the claim record in the claims management system with all extracted fields, classification, and assigned handler.
Configure delivery
Send a notification to the assigned handler via email with the claim summary and document links. If any required documents are missing, also send a request to the claimant’s email listing exactly what is needed.
What’s next
Reserve estimation
Calculate initial reserves based on comparable historical claims.
All insurance use cases
See the full list.

