---
title: "Coverage Cat Developer Portal"
description: "Coverage Cat developer portal with quickstart, auth docs, sandbox notes, pricing, markdown skills, well-known catalogs, and agent configuration links."
canonical: "https://www.coveragecat.com/developers"
last-updated: "2026-08-18"
---

# Coverage Cat Developer Portal

## Coverage Cat developer quickstart

Coverage Cat is best when an agent needs to do one of three jobs:

- Delegate an umbrella or homeowners quoting workflow to Coverage Cat.
- Call read-only insurance calculators or the homeowners agent finder.
- Pull developer guidance, auth requirements, and sandbox notes from stable public URLs.

If you only need a human-readable hub, start with `/ai/skills`. If you need machine-readable entry points, start with `/api/agent` and `/api/agent/openapi.yaml`.

## Predictable Coverage Cat developer URLs

- `/developers`: Coverage Cat developer portal.
- `/developers/quickstart`: fast integration path for new agents.
- `/developers/auth`: operator key and bearer-token requirements.
- `/developers/openapi`: OpenAPI download paths and discovery notes.
- `/developers/sandbox`: sandbox and rehearsal guidance.
- `/developers/webhooks`: public webhook status and polling guidance.
- `/developers/mcp`: MCP availability and fallback guidance.
- `/pricing`: public pricing posture for docs, tools, and quote-based insurance products.
- `/contact`: customer and developer contact information.

## Machine-readable discovery

- `/api/agent`: primary discovery JSON.
- `/api/agent/openapi.yaml`: public OpenAPI YAML.
- `/openapi.json`: public OpenAPI JSON.
- `/.well-known/agent.json`: lightweight agent card.
- `/.well-known/agent-skills/index.json`: skill index with capability names and descriptions.
- `/.well-known/ai-catalog.json`: Agentic Resource Discovery catalog.
- `/.well-known/api-catalog`: RFC 9727 API catalog.

## Coverage Cat runtime skills

Coverage Cat publishes two delegated purchase skill files and one read-only tools skill in the public repo:

- [`coverage-cat-umbrella-purchase`](https://github.com/Coverage-Cat/skills/tree/skills/skills/coverage-cat-umbrella-purchase)
- [`coverage-cat-homeowners-purchase`](https://github.com/Coverage-Cat/skills/tree/skills/skills/coverage-cat-homeowners-purchase)
- [`coverage-cat-agent-tools`](https://github.com/Coverage-Cat/skills/tree/skills/skills/coverage-cat-agent-tools)

The public runtime markdown downloads live at:

- `/api/agent/skill.md`
- `/api/agent/homeowners/skill.md`

## Coverage Cat public skills repo and agent rules

Coverage Cat publishes installable public skills at `https://github.com/Coverage-Cat/skills`. Agents should start with `https://github.com/Coverage-Cat/skills/blob/skills/AGENTS.md` and the official skill directories at `https://github.com/Coverage-Cat/skills/tree/skills/skills` before they install or use a Coverage Cat skill.
