aid: hellosafe name: HelloSafe description: >- HelloSafe distributes travel insurance through APIs, under the Atlas platform at atlas.hellosafe.com. The Travel Insurance API returns multi-insurer pricing, tracked attributed links and a pre-sale coverage assessment, aimed at travel agencies, tour operators, OTAs, booking engines and travel apps. A second surface, the Coach API, sits alongside it. The contract is an OpenAPI 3.1 document of 4 operations and 8 schemas, and requests are HMAC-SIGNED rather than bearing a plain API key — three headers, AtlasKeyId, AtlasTimestamp and AtlasSignature, which is materially stronger than what most providers this size ship. type: Index url: https://raw.githubusercontent.com/api-evangelist/hellosafe/refs/heads/main/apis.yml deliveryModel: model: saas open_source: false commercial: true callable_host: true label: Hosted service · you call their endpoint confidence: high source: - openapi - pricing generated: '2026-08-28' method: derived created: '2026-08-25' modified: '2026-08-25' specificationVersion: '0.23' tags: - Travel Insurance - Insurance Distribution - Pricing - Travel tags_raw: - travel insurance - insurance distribution - pricing - travel apis: - aid: hellosafe:hellosafe-conversion-api name: HelloSafe Conversion API description: Server-to-server conversion postback. humanURL: https://atlas.hellosafe.com/platform/api baseURL: https://atlas.hellosafe.com/api/v1/travel tags: - Conversion properties: - type: OpenAPI url: openapi/hellosafe-conversion-api-openapi.yml - type: APIReference url: https://atlas.hellosafe.com/openapi.json - type: Documentation url: https://atlas.hellosafe.com/platform/api - type: Onboarding url: well-known/hellosafe-api-onboarding.json - type: SignUp url: https://atlas.hellosafe.com/signup - type: TermsOfService url: https://atlas.hellosafe.com/legal/terms - type: PrivacyPolicy url: https://atlas.hellosafe.com/legal/privacy - type: Documentation url: https://atlas.hellosafe.com/platform/coach - aid: hellosafe:hellosafe-links-api name: HelloSafe Links API description: Turn a chosen offer into a tracked, attributed subscription link. humanURL: https://atlas.hellosafe.com/platform/api baseURL: https://atlas.hellosafe.com/api/v1/travel tags: - Links properties: - type: OpenAPI url: openapi/hellosafe-links-api-openapi.yml - type: APIReference url: https://atlas.hellosafe.com/openapi.json - type: Documentation url: https://atlas.hellosafe.com/platform/api - type: Onboarding url: well-known/hellosafe-api-onboarding.json - type: SignUp url: https://atlas.hellosafe.com/signup - type: TermsOfService url: https://atlas.hellosafe.com/legal/terms - type: PrivacyPolicy url: https://atlas.hellosafe.com/legal/privacy - type: Documentation url: https://atlas.hellosafe.com/platform/coach - aid: hellosafe:hellosafe-quotes-api name: HelloSafe Quotes API description: Price a trip and read the catalogue vocabulary. humanURL: https://atlas.hellosafe.com/platform/api baseURL: https://atlas.hellosafe.com/api/v1/travel tags: - Quotes properties: - type: OpenAPI url: openapi/hellosafe-quotes-api-openapi.yml - type: APIReference url: https://atlas.hellosafe.com/openapi.json - type: Documentation url: https://atlas.hellosafe.com/platform/api - type: Onboarding url: well-known/hellosafe-api-onboarding.json - type: SignUp url: https://atlas.hellosafe.com/signup - type: TermsOfService url: https://atlas.hellosafe.com/legal/terms - type: PrivacyPolicy url: https://atlas.hellosafe.com/legal/privacy - type: Documentation url: https://atlas.hellosafe.com/platform/coach common: - type: CapabilityMap url: capabilities/hellosafe-capability-edges.yml name: HelloSafe Business Capability Map - type: APIsJSON url: well-known/hellosafe-provider-apis.json - type: Onboarding url: well-known/hellosafe-api-onboarding.json - type: LLMsTxt url: llms/hellosafe-llms.txt - type: Website url: https://hellosafe.com - type: DeveloperPortal url: https://atlas.hellosafe.com/platform/api maintainers: - FN: HelloSafe Atlas email: atlas@hellosafe.com url: https://atlas.hellosafe.com x-provenance: added: '2026-08-25' method: searched source: https://atlas.hellosafe.com/.well-known/apis.json note: >- Submitted via apis.io/add on 2026-08-25 and auto-published by the gate at rating 71 (exemplar). The submitted APIs.json URL is CORRECT — it points at /.well-known/apis.json, which returns application/json against a control path that returns a real 404. Third submission in a week whose declared pointer actually resolved, after Southend and YouWork Agent. Every declared property was fetched: the OpenAPI (3.1, 4 paths, 8 schemas), a machine-readable api-onboarding document carrying aod, provider, maturity, account, registration, authentication, credentials and scopes, and an llms.txt. Only /platform/api 308-redirects rather than serving directly, which is why the record points at the URL and not a saved copy. WORTH NOTING ON AUTHENTICATION. This API is not bearer-token or plain-API-key. It uses three headers — AtlasKeyId, AtlasTimestamp and AtlasSignature — i.e. HMAC request signing with a timestamp, which resists replay in a way a static key does not. Very few providers at this size ship that, and it is the kind of thing the rubric should be crediting. SLUGGED FROM THE COMPANY, NOT THE SUBDOMAIN. The submission is "HelloSafe Atlas" and everything is served from atlas.hellosafe.com, but the company is HelloSafe on hellosafe.com, which resolves and returns 200. Atlas is the API platform, and the two APIs sit inside the company record — the same shape as YouWork Agent / Scopewise. Their apis.json declares specificationVersion 0.18, which is several revisions behind current. Recorded, not corrected: it is their document.