Create Coverage Type
Creates a new company-specific coverage type. The coverage type is inserted
into the coverage_types table with company_identifier set to the company ID.
This endpoint only creates the coverage type row — it does not enable it. To control which coverage types are active for a company, use the Set Enabled Coverage Types endpoint.
The key is a caller-provided string (not a UUID), typically following the
convention {shortName}_{snake_case_name} (e.g., vfs_general_liability).
Required permission: company:update
Documentation Index
Fetch the complete documentation index at: https://docs.aiinsurance.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key authentication. Include your API key in the Authorization header.
Path Parameters
Company identifier
Body
Request to create a company-specific coverage type
Response
Coverage type created successfully
The ID of the created coverage type (same as the provided key)
