Skip to content

For AI agents

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.

Updated 8h agoRefreshed every night at 06:30 UTC

Point your agent here

Call the API

  • GET /api/releasescompany?, product?, type?, month?, tag?, q?, limit?, offset?releases with company, product, title, date, type, summary, tags and the vendor source URL, plus the total
  • GET /api/releases/{id}idthe release and up to 8 related releases
  • GET /api/companieslimit?, offset?companies with id, name, website, release count, releases this month and latest release date
  • GET /api/searchq, limit?up to 20 ranked results with title, link and one line

GET/api/releases

Releases, newest first, filtered by company, product, type, month, topic or words

  • companyCompany id, e.g. snowflake, databricks, anthropic
  • productProduct id, e.g. claude-apps
  • typeRelease type
  • monthMonth, YYYY-MM
  • tagTopic, e.g. AI agents
  • qWords in the title or summary
  • limitItems per page, 1 to 200
  • offsetItems to skip, for the next page
Shell
curl -s "https://releases.fru.dev/api/releases?company=anthropic&limit=3"
Sample response
JSON
{
  "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"
}

GET/api/releases/{id}

One release with the nearest releases of the same product

  • idRelease id, from list_releases
Shell
curl -s "https://releases.fru.dev/api/releases/claude-apps-2026-09-22-claude-opus-5-5-launched-first-model-in-the-claude-5-5-family"
Sample response
JSON
{
  "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"
    }
  ]
}

GET/api/companies

Every tracked company, busiest first

  • limitItems per page, 1 to 200
  • offsetItems to skip, for the next page
Shell
curl -s "https://releases.fru.dev/api/companies?limit=3"
Sample response
JSON
{
  "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"
}

Add to your agent

System prompt
For what data and AI companies shipped (new features, previews, GA launches, pricing changes and deprecations), fetch https://releases.fru.dev/llms.txt and use https://releases.fru.dev/api/releases (spec: https://releases.fru.dev/openapi.json). Cite "Releases (releases.fru.dev)" with a link.

Usage terms

  • Free to read, no key needed
  • Cite "Releases (releases.fru.dev)" with a link
  • Responses are cached; refreshed every night at 06:30 UTC
  • Keep to 60 requests a minute or fewer
  • Releases marked unverified were added by the nightly collector and not yet checked by hand; the source link is always the vendor page.

Weekly: the week's data and AI releases, Tuesday mornings.