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

# Anthropic Changelog

> Release history for the Anthropic connector. Each version lists what changed and which actions were affected.

<Card title="Anthropic connector" icon="arrow-left" href="/connectors/anthropic" horizontal>
  Back to the connector overview, authentication methods, and actions.
</Card>

<Update label="v2.0.1" description="25 Aug 2026">
  `description-fix`

  Clarified list\_models description to reflect that it returns each model's ID, context window, and token limits but not per-model feature support (image input, PDF input, extended thinking), which is available via get\_model. Refreshed get\_model modelId example values to current models.

  <AccordionGroup>
    <Accordion title="Changed · 2 actions updated">
      `anthropic_get_model`, `anthropic_list_models`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v2.0.0" description="25 Aug 2026">
  `enhancement` `breaking-change`

  Breaking: scoped actions by auth type — admin API actions (users, workspaces, invites, api\_keys, org) now require admin\_api\_key, messages/models actions require standard API key. Removed old model enum values (claude-opus-4-0, claude-sonnet-4-0, claude-3-haiku-20240307), added latest models (claude-sonnet-5, claude-fable-5, claude-mythos-5, claude-opus-5, claude-opus-4-8, claude-opus-4-7). Improved pagination cursor descriptions for list\_models.

  <AccordionGroup>
    <Accordion title="Changed · 29 actions updated">
      `anthropic_archive_workspace`, `anthropic_count_tokens`, `anthropic_create_invite`, `anthropic_create_message`, `anthropic_create_workspace`, `anthropic_delete_invite`, `anthropic_get_api_key`, `anthropic_get_invite`, `anthropic_get_model`, `anthropic_get_organization`, `anthropic_get_user`, `anthropic_get_workspace`, `anthropic_list_api_keys`, `anthropic_list_invites`, `anthropic_list_models`, `anthropic_list_users`, `anthropic_list_workspaces`, `anthropic_unified_get_group`, `anthropic_unified_get_me`, `anthropic_unified_get_organization`, `anthropic_unified_get_role`, `anthropic_unified_get_user`, `anthropic_unified_list_groups`, `anthropic_unified_list_organizations`, `anthropic_unified_list_roles`, `anthropic_unified_list_users`, `anthropic_update_api_key`, `anthropic_update_user`, `anthropic_update_workspace`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.0.1" description="13 Jul 2026">
  `bug-fix`

  Fixed unified\_get\_organization returning an empty body on every call, and unified\_list\_users/unified\_get\_user shipping a null last\_name on every call.
</Update>
