ConsoleCatalog
Sign in
Cursor logo

Cursor

cursor.comDeveloper Toolsno auth

Product and feature pages, developer documentation, and changelog.

Changelog Entry

ASYNCREADNo auth

Returns a changelog entry by slug with title, version, summary, body, and sections.

ParametersFormJSON

URL slug of the changelog entry to fetch

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_cursor_changelog_design_mode_improvements_rsc",
    "params": {
      "changelog_slug": "design-mode-improvements"
    }
  }'