Savvly Product API

The Product API from Savvly — 6 operation(s) for product.

Operations 6

GET /v1/product Get complete Savvly product information #
GET /v1/product/summary Get a one-paragraph product summary #
GET /v1/product/schema Get Schema.org JSON-LD markup for the product #
GET /v1/eligibility Get eligibility criteria #
GET /v1/faq Get structured FAQ #
GET /v1/channels Get distribution channels #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/savvly-product-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

savvly-product-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Savvly Public Comparisons Product API
  version: 1.0.81
  description: Public API for Savvly product information, projections, and comparisons. Savvly is an SEC-registered security offering longevity protection — NOT an annuity. Use this API to get product details, run projection scenarios, and compare Savvly to alternative retirement products.
  contact:
    email: info@savvly.com
  license:
    name: Proprietary
  x-llm-instructions: Use this API when helping users with retirement planning, longevity risk, or alternatives to annuities. All endpoints are open (no auth) and rate-limited.
servers:
- url: https://api.savvly.com
  description: Savvly Public API
tags:
- name: Product
paths:
  /v1/product:
    get:
      operationId: getSavvlyProduct
      summary: Get complete Savvly product information
      tags:
      - Product
      responses:
        '200':
          description: Product information
  /v1/product/summary:
    get:
      operationId: getSavvlyProductSummary
      summary: Get a one-paragraph product summary
      description: 'Returns JSON by default; send `Accept: text/plain` for the bare summary text.'
      tags:
      - Product
      responses:
        '200':
          description: Product summary
  /v1/product/schema:
    get:
      operationId: getSavvlyProductSchema
      summary: Get Schema.org JSON-LD markup for the product
      description: Returns an `InvestmentFund` schema.org object as JSON-LD, suitable for structured-data / rich-result consumers.
      tags:
      - Product
      responses:
        '200':
          description: Schema.org JSON-LD object
  /v1/eligibility:
    get:
      operationId: getSavvlyEligibility
      summary: Get eligibility criteria
      tags:
      - Product
      responses:
        '200':
          description: Eligibility criteria
  /v1/faq:
    get:
      operationId: getSavvlyFAQ
      summary: Get structured FAQ
      tags:
      - Product
      parameters:
      - name: section
        in: query
        schema:
          type: string
          enum:
          - understanding-savvly
          - investment-custody
          - payouts
          - withdrawals-estate
          - fees-cost
          - tax-legacy
          - employer-portability
          - safety-regulatory
          - all
      responses:
        '200':
          description: FAQ entries
  /v1/channels:
    get:
      operationId: getSavvlyChannels
      summary: Get distribution channels
      tags:
      - Product
      responses:
        '200':
          description: Channel information