> ## Documentation Index
> Fetch the complete documentation index at: https://docs.goosybear.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

> Changes to the Goosy Bear API and its MCP surface, dated.

This page records changes to the **API and its MCP surface**: new actions,
changed arguments, changed answers, and anything that would make code written
against an older description behave differently.

The API is in beta, so it does change. Every response carries an
`x-goosy-api: beta` header for as long as that is true. Pin the version of the
[API description](/api-reference/overview) you generated your client from, and
re-generate it after an entry here touches an action you call.

Subscribe with the RSS button above to hear about a change without checking.

<Update label="August 2026" description="API v1 · beta">
  **The API and MCP surface are available in beta.**

  Every action lives at its own address under `/api/v1/tools/`, takes a bearer
  key, and answers `ok`. The same actions are available as MCP tools with the
  same names and the same arguments, so an assistant and a script see one
  surface, not two.

  The [reference](/api-reference/overview) is generated from the API's own
  description, so it always matches what the service does. Nothing has changed
  yet — this is where changes will be recorded from here on.
</Update>
