At-Bay website screenshot

At-Bay

At-Bay is an InsurSec company that combines cyber insurance with proactive security monitoring for businesses. Headquartered in New York with offices in San Francisco and Tel Aviv, At-Bay underwrites Surplus Cyber, Surplus Tech E&O, and Surplus Miscellaneous Professional Liability (MPL) coverage and bundles them with the At-Bay Stance security platform (advisory, fraud defense, incident response) and 24/7 Managed Detection and Response (MDR) across endpoint, email (MXDR), and multi-vector surfaces. At-Bay distributes through a network of independent brokers and partners and exposes a production-grade REST Partner API (v2) that lets brokerage platforms, digital distributors, and agency management systems quote, customize, bind, renew, retrieve documents, and receive webhook callbacks for the full policy lifecycle. Demo environment at api-demo.at-bay.com lets partners integrate without going through Broker of Record clearance.

1 APIs 0 Features
InsuranceCyber InsuranceInsurSecInsurtechTech E&OProfessional LiabilityMPLManaged Detection And ResponseMDRSecurity MonitoringEmail SecurityEndpoint SecurityIncident ResponseBrokersQuotingBindingPolicy LifecycleWebhooks

APIs

At-Bay Partner API

End-to-end Partner REST API (v2) for the At-Bay quote-to-bind-to-renew workflow. Supports three insurance products selected via the `insurance_product` field on the policy objec...

Collections

Pricing Plans

At Bay Plans Pricing

4 plans

PLANS

Rate Limits

At Bay Rate Limits

0 limits

RATE LIMITS

FinOps

At Bay Finops

FINOPS

Semantic Vocabularies

At Bay Context

31 classes · 0 properties

JSON-LD

API Governance Rules

At-Bay API Rules

5 rules · 3 errors 2 warnings

SPECTRAL

JSON Structure

At Bay Quote Structure

0 properties

JSON STRUCTURE

Example Payloads

At Bay Create Quote Example

2 fields

EXAMPLE

At Bay Get Quote Example

2 fields

EXAMPLE

Resources

🔗
Website
Website
🌐
DeveloperPortal
DeveloperPortal
🔗
Documentation
Documentation
🔗
Reference
Reference
🔗
LLMs
LLMs
🔗
Partnerships
Partnerships
🔗
Brokers
Brokers
🔗
BrokerPlatform
BrokerPlatform
🔗
Insurance
Insurance
🔗
CyberInsurance
CyberInsurance
🔗
TechEO
TechEO
🔗
MPL
MPL
🔗
Stance
Stance
🔗
MDR
MDR
🔗
IncidentResponse
IncidentResponse
📰
Newsroom
Newsroom
🔗
About
About
🔗
Careers
Careers
🔗
Contact
Contact
🔗
Login
Login
👥
GitHub
GitHub
🔗
LinkedIn
LinkedIn
🔗
Twitter
Twitter
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps
🔗
Vocabulary
Vocabulary

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: At-Bay Partner API
  version: '2.0'
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: Quotes
    type: folder
  items:
  - info:
      name: Create A Quote
      type: http
    http:
      method: POST
      url: https://api.at-bay.com/v2/quotes
      body:
        type: json
        data: '{}'
    docs: Submit a new quote request for one of the supported insurance products (CYB, TEO, or MPL). Returns a quote_identifier
      and company_id; poll GET /quotes/{quote_identifier} every 10 seconds until status changes.
  - info:
      name: Find A Quote
      type: http
    http:
      method: GET
      url: https://api.at-bay.com/v2/quotes/:quote_identifier
      params:
      - name: quote_identifier
        value: ''
        type: path
    docs: Retrieve current status and details for a quote.
  - info:
      name: Bind A Quote
      type: http
    http:
      method: POST
      url: https://api.at-bay.com/v2/quotes/:quote_identifier/bind
      params:
      - name: quote_identifier
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Request binding of an open quote into an active policy.
- info:
    name: Documents
    type: folder
  items:
  - info:
      name: Get Quote Documents Metadata
      type: http
    http:
      method: GET
      url: https://api.at-bay.com/v2/quotes/:quote_identifier/documents
      params:
      - name: quote_identifier
        value: ''
        type: path
    docs: List documents available for a quote at its current status.
  - info:
      name: Download Quote Document
      type: http
    http:
      method: GET
      url: https://api.at-bay.com/v2/quotes/:quote_identifier/documents/:document_id
      params:
      - name: quote_identifier
        value: ''
        type: path
      - name: document_id
        value: ''
        type: path
    docs: Download a single document for the given quote.
  - info:
      name: Upload A Document
      type: http
    http:
      method: POST
      url: https://api.at-bay.com/v2/documents
      body:
        type: multipart-form
        data:
        - name: quote_identifier
          type: text
          value: ''
        - name: file
          type: text
          value: ''
    docs: Upload supporting documents for a quote (loss runs, applications, etc.).
- info:
    name: Policies
    type: folder
  items:
  - info:
      name: Pause Auto Renewal
      type: http
    http:
      method: POST
      url: https://api.at-bay.com/v2/policies/:policy_id/pause-auto-renewal
      params:
      - name: policy_id
        value: ''
        type: path
    docs: Change the allowed renewal type of the given policy to manual so no auto-renewal will be created.
- info:
    name: Webhooks
    type: folder
  items:
  - info:
      name: List Webhooks
      type: http
    http:
      method: GET
      url: https://api.at-bay.com/v2/webhooks
    docs: Get information about registered webhooks for the partner.
  - info:
      name: Register A Webhook
      type: http
    http:
      method: POST
      url: https://api.at-bay.com/v2/webhooks
      body:
        type: json
        data: '{}'
    docs: Register a callback URL for asynchronous quote and policy status events.
  - info:
      name: Unregister A Webhook
      type: http
    http:
      method: DELETE
      url: https://api.at-bay.com/v2/webhooks/:webhook_id
      params:
      - name: webhook_id
        value: ''
        type: path
    docs: Remove a previously registered webhook.
  - info:
      name: Set Webhook Secret
      type: http
    http:
      method: PUT
      url: https://api.at-bay.com/v2/webhooks/secret
      body:
        type: json
        data: '{}'
    docs: Rotate or set the shared secret used to sign webhook callbacks.
- info:
    name: Health
    type: folder
  items:
  - info:
      name: Health Check
      type: http
    http:
      method: GET
      url: https://api.at-bay.com/v2/health
    docs: Lightweight liveness probe for the API.
bundled: true