{
  "openapi": "3.1.0",
  "info": {
    "title": "Releases API",
    "version": "1.0.0",
    "summary": "New features, previews, GA launches, pricing changes and deprecations from more than 25 data and AI companies, each linked to the vendor release notes it came from",
    "description": "New features, previews, GA launches, pricing changes and deprecations from more than 25 data and AI companies, each linked to the vendor release notes it came from. Refreshed every night at 06:30 UTC. Free to read; please cite \"Releases (releases.fru.dev)\" with a link. Responses are cached at the edge; keep to about 60 requests a minute. Guide: https://releases.fru.dev/agents",
    "contact": {
      "name": "fru.dev",
      "url": "https://fru.dev",
      "email": "fru.dev3@gmail.com"
    }
  },
  "externalDocs": {
    "description": "For AI agents",
    "url": "https://releases.fru.dev/agents"
  },
  "servers": [
    {
      "url": "https://releases.fru.dev"
    }
  ],
  "paths": {
    "/api/releases": {
      "get": {
        "operationId": "list_releases",
        "summary": "Releases, newest first, filtered by company, product, type, month, topic or words",
        "description": "Releases, newest first, filtered by company, product, type, month, topic or words. Returns releases with company, product, title, date, type, summary, tags and the vendor source URL, plus the total.",
        "parameters": [
          {
            "name": "company",
            "in": "query",
            "required": false,
            "description": "Company id, e.g. snowflake, databricks, anthropic",
            "schema": {
              "type": "string"
            },
            "example": "anthropic"
          },
          {
            "name": "product",
            "in": "query",
            "required": false,
            "description": "Product id, e.g. claude-apps",
            "schema": {
              "type": "string"
            },
            "example": "claude-apps"
          },
          {
            "name": "type",
            "in": "query",
            "required": false,
            "description": "Release type",
            "schema": {
              "type": "string",
              "enum": [
                "ga",
                "preview",
                "beta",
                "deprecation",
                "pricing",
                "update"
              ]
            }
          },
          {
            "name": "month",
            "in": "query",
            "required": false,
            "description": "Month, YYYY-MM",
            "schema": {
              "type": "string"
            },
            "example": "2026-09"
          },
          {
            "name": "tag",
            "in": "query",
            "required": false,
            "description": "Topic, e.g. AI agents",
            "schema": {
              "type": "string"
            },
            "example": "AI agents"
          },
          {
            "name": "q",
            "in": "query",
            "required": false,
            "description": "Words in the title or summary",
            "schema": {
              "type": "string"
            },
            "example": "gemini"
          },
          {
            "name": "limit",
            "in": "query",
            "required": false,
            "description": "Items per page, 1 to 200",
            "schema": {
              "type": "integer",
              "minimum": 1,
              "maximum": 200,
              "default": 60
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": false,
            "description": "Items to skip, for the next page",
            "schema": {
              "type": "integer",
              "minimum": 0,
              "default": 0
            }
          }
        ],
        "responses": {
          "200": {
            "description": "releases with company, product, title, date, type, summary, tags and the vendor source URL, plus the total",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                },
                "example": {
                  "releases": [
                    {
                      "id": "claude-apps-2026-09-22-claude-opus-5-5-launched-first-model-in-the-claude-5-5-family",
                      "company": "anthropic",
                      "product": "claude-apps",
                      "title": "Claude Opus 5.5 launched, first model in the Claude 5.5 family",
                      "date": "2026-09-22",
                      "precision": "day",
                      "type": "ga",
                      "summary": "Anthropic launched Claude Opus 5.5, the first model in the Claude 5.5 family. It performs at the level of Claude Fable 5.1 on most work a...",
                      "tags": [
                        "LLMs",
                        "Pricing"
                      ],
                      "url": "https://support.claude.com/en/articles/12138966-release-notes#h_1ff986cf68",
                      "origin": "seed",
                      "verified": true,
                      "status": "published",
                      "foundAt": "2026-09-22 20:09:46"
                    },
                    {
                      "id": "claude-platform-2026-09-22-tools-can-now-be-defined-inside-a-mid-conversation-system-message-in-bet",
                      "company": "anthropic",
                      "product": "claude-platform",
                      "title": "Claude API beta lets tools be defined inside mid-conversation system messages",
                      "date": "2026-09-22",
                      "precision": "day",
                      "type": "beta",
                      "summary": "With the inline-tools-2026-09-15 beta header, a tool_addition block can carry a full tool definition, so agents can add tools, change sch...",
                      "tags": [
                        "LLMs",
                        "MCP"
                      ],
                      "url": "https://platform.claude.com/docs/en/release-notes/overview#september-22-2026",
                      "origin": "seed",
                      "verified": true,
                      "status": "published",
                      "foundAt": "2026-09-22 19:52:51"
                    }
                  ],
                  "total": 105,
                  "limit": 3,
                  "offset": 0,
                  "next": "/api/releases?company=anthropic&limit=3&offset=3"
                }
              }
            }
          }
        }
      }
    },
    "/api/releases/{id}": {
      "get": {
        "operationId": "get_release",
        "summary": "One release with the nearest releases of the same product",
        "description": "One release with the nearest releases of the same product. Returns the release and up to 8 related releases.",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "description": "Release id, from list_releases",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "the release and up to 8 related releases",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                },
                "example": {
                  "release": {
                    "id": "claude-apps-2026-09-22-claude-opus-5-5-launched-first-model-in-the-claude-5-5-family",
                    "company": "anthropic",
                    "product": "claude-apps",
                    "title": "Claude Opus 5.5 launched, first model in the Claude 5.5 family",
                    "date": "2026-09-22",
                    "precision": "day",
                    "type": "ga",
                    "summary": "Anthropic launched Claude Opus 5.5, the first model in the Claude 5.5 family. It performs at the level of Claude Fable 5.1 on most work a...",
                    "tags": [
                      "LLMs",
                      "Pricing"
                    ],
                    "url": "https://support.claude.com/en/articles/12138966-release-notes#h_1ff986cf68",
                    "origin": "seed",
                    "verified": true,
                    "status": "published",
                    "foundAt": "2026-09-22 20:09:46"
                  },
                  "related": [
                    {
                      "id": "claude-apps-2026-09-15-salesforce-in-claude-plugin-beta-with-37-pre-built-sales-skills",
                      "company": "anthropic",
                      "product": "claude-apps",
                      "title": "Salesforce in Claude plugin (beta) with 37 pre-built sales skills",
                      "date": "2026-09-15",
                      "precision": "day",
                      "type": "beta",
                      "summary": "Salesforce in Claude is a plugin that brings a seller's accounts, opportunities, and pipeline into Claude with 37 pre-built sales skills....",
                      "tags": [
                        "LLMs",
                        "Pricing"
                      ],
                      "url": "https://support.claude.com/en/articles/12138966-release-notes#h_ac849f55be",
                      "origin": "seed",
                      "verified": true,
                      "status": "published",
                      "foundAt": "2026-09-22 20:09:50"
                    },
                    {
                      "id": "claude-apps-2026-09-10-smart-reports-beta-on-claude-enterprise-analyze-team-usage-and-costs",
                      "company": "anthropic",
                      "product": "claude-apps",
                      "title": "Smart reports (beta) on Claude Enterprise analyze team usage and costs",
                      "date": "2026-09-10",
                      "precision": "day",
                      "type": "beta",
                      "summary": "Smart reports analyze how a team uses Claude and report on the work done, what it costs, where sessions hit friction, and which repeated ...",
                      "tags": [
                        "LLMs",
                        "Pricing"
                      ],
                      "url": "https://support.claude.com/en/articles/12138966-release-notes#h_431d85b345",
                      "origin": "seed",
                      "verified": true,
                      "status": "published",
                      "foundAt": "2026-09-22 20:09:53"
                    }
                  ]
                }
              }
            }
          },
          "404": {
            "description": "Not found"
          }
        }
      }
    },
    "/api/companies": {
      "get": {
        "operationId": "list_companies",
        "summary": "Every tracked company, busiest first",
        "description": "Every tracked company, busiest first. Returns companies with id, name, website, release count, releases this month and latest release date.",
        "parameters": [
          {
            "name": "limit",
            "in": "query",
            "required": false,
            "description": "Items per page, 1 to 200",
            "schema": {
              "type": "integer",
              "minimum": 1,
              "maximum": 200,
              "default": 200
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": false,
            "description": "Items to skip, for the next page",
            "schema": {
              "type": "integer",
              "minimum": 0,
              "default": 0
            }
          }
        ],
        "responses": {
          "200": {
            "description": "companies with id, name, website, release count, releases this month and latest release date",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                },
                "example": {
                  "companies": [
                    {
                      "id": "databricks",
                      "name": "Databricks",
                      "website": "https://www.databricks.com",
                      "domain": "databricks.com",
                      "description": "The Data Intelligence Platform: lakehouse, Unity Catalog, Databricks SQL, Lakebase and Agent Bricks.",
                      "releases": 341,
                      "thisMonth": 82,
                      "latest": "2026-09-22",
                      "page": "https://releases.fru.dev/companies/databricks"
                    },
                    {
                      "id": "vercel",
                      "name": "Vercel",
                      "website": "https://vercel.com",
                      "domain": "vercel.com",
                      "description": "The frontend and AI cloud: the Vercel platform, v0, the AI SDK and the AI Gateway.",
                      "releases": 282,
                      "thisMonth": 53,
                      "latest": "2026-09-22",
                      "page": "https://releases.fru.dev/companies/vercel"
                    }
                  ],
                  "total": 27,
                  "limit": 3,
                  "offset": 0,
                  "next": "/api/companies?limit=3&offset=3"
                }
              }
            }
          }
        }
      }
    },
    "/api/search": {
      "get": {
        "operationId": "search",
        "summary": "Search companies, products, releases and pages",
        "description": "Search companies, products, releases and pages. Returns up to 20 ranked results with title, link and one line.",
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "required": true,
            "description": "Company, product or words",
            "schema": {
              "type": "string"
            },
            "example": "snowflake cortex"
          },
          {
            "name": "limit",
            "in": "query",
            "required": false,
            "description": "Results, 1 to 20",
            "schema": {
              "type": "integer",
              "minimum": 1,
              "maximum": 20,
              "default": 20
            }
          }
        ],
        "responses": {
          "200": {
            "description": "up to 20 ranked results with title, link and one line",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                },
                "example": {
                  "q": "snowflake cortex",
                  "results": [
                    {
                      "id": "pr:snowflake-cortex",
                      "group": "items",
                      "title": "Snowflake Cortex AI",
                      "subtitle": "Snowflake · AI platform · 31 releases",
                      "href": "/products/snowflake-cortex",
                      "keywords": [
                        "Snowflake"
                      ],
                      "logo": "https://img.logo.dev/snowflake.com?token=...&retina=true&format=png&theme=light&size=64&fallback=404",
                      "boost": 20,
                      "score": 842
                    },
                    {
                      "id": "re:snowflake-cortex-2026-09-01-snowflake-native-apps-code-execution-tools-for-cortex-agents",
                      "group": "items",
                      "title": "Snowflake Native Apps: Code execution tools for Cortex Agents",
                      "subtitle": "Snowflake · Snowflake Cortex AI · Sep 1, 2026 · Update",
                      "href": "/releases/snowflake-cortex-2026-09-01-snowflake-native-apps-code-execution-tools-for-cortex-agents",
                      "logo": "https://img.logo.dev/snowflake.com?token=...&retina=true&format=png&theme=light&size=64&fallback=404",
                      "score": 525
                    }
                  ]
                }
              }
            }
          }
        }
      }
    }
  }
}