llms.txt Content
# CopyCat AI
> CopyCat AI is a web-based AI workspace for insurance brokers that turns carrier quotes and policy documents into branded proposals for commercial and personal lines, cited risk analysis reports, and employee benefits workbooks.
CopyCat is built for independent insurance agencies, commercial brokerages, personal lines teams, MGAs, wholesalers, and employee benefits brokerages. It sits between carrier quotes and the client deliverable, automating proposal assembly, renewal comparison, benefits workbooks, and multi-carrier quote normalization while preserving the agency's existing branded templates. CopyCat complements AMS and CRM systems rather than replacing them.
Key facts:
- Category: AI proposal generation and workflow software for insurance brokers
- Primary users: independent agencies, commercial and personal lines teams, MGAs, wholesalers, and employee benefits brokerages
- Core workflows: insurance proposal generation, renewal risk analysis, quote comparison, and employee benefits workbook creation
- CopyCat is not: an AMS, CRM, rater, submission platform, or comparative rater
- Main outputs: editable Word documents, PDFs, Excel comparison files, and agency-branded proposal documents
- Differentiators: agency-template fidelity, page-level citations, broker fees, supplemental documents, financing and payment links, fast onboarding, and a six-hour fix commitment
- Security: SOC 2 Type II
- Data use: customer documents are never used to train AI models
- Contact: hello@runcopycat.com
- Site: https://www.runcopycat.com/
- [Full LLM context](https://www.runcopycat.com/llms-full.txt): Expanded product, positioning, workflow, and FAQ context for CopyCat AI.
## Product pages
- [Home](https://www.runcopycat.com/): Overview of CopyCat's proposal generation, renewal risk analysis, quote comparison, and employee benefits workflows.
- [Insurance Proposal Generation](https://www.runcopycat.com/insurance-proposal-generation): Turn carrier quotes into cit
OpenAPI Spec (preview)
{
"openapi": "3.1.0",
"info": {
"title": "CopyCat Public Site API",
"version": "1.0.0",
"description": "Read-only product and agent-discovery metadata for CopyCat AI. This API does not expose customer application data."
},
"servers": [
{
"url": "https://www.runcopycat.com"
}
],
"paths": {
"/api/site": {
"get": {
"operationId": "getCopyCatSiteInformation",
"summary": "Get CopyCat product and discovery information",
"responses