Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions providers/anthropic/docs/connections.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@ Two ways:

.. note::

The Message Batches API, token counting and the Models API are served only by the
first-party Anthropic API (``platform="anthropic"``) and Claude Platform on AWS
(``platform="aws"``). They are **not** available on Amazon Bedrock, Google Vertex AI
or Microsoft Foundry; the hook raises a clear error if you call them on those platforms.
The Message Batches API, token counting, the Models API and Managed Agents (including
:class:`~airflow.providers.anthropic.operators.agent.AnthropicAgentSessionOperator`) are
served only by the first-party Anthropic API (``platform="anthropic"``) and Claude
Platform on AWS (``platform="aws"``). They are **not** available on Amazon Bedrock,
Google Vertex AI or Microsoft Foundry; the hook raises a clear error if you call them on
those platforms.
2 changes: 1 addition & 1 deletion providers/anthropic/docs/operators/anthropic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ AnthropicAgentSessionOperator
-----------------------------

:class:`~airflow.providers.anthropic.operators.agent.AnthropicAgentSessionOperator` runs a
`Managed Agents <https://docs.claude.com/en/docs/agents-and-tools/managed-agents>`__ session:
`Managed Agents <https://platform.claude.com/docs/en/managed-agents/overview>`__ session:
Anthropic runs the agent loop server-side while the worker drives a session and waits for it
to finish. Unlike the ``common.ai`` provider (a *local* pydantic-ai loop), the loop and its
tool-execution sandbox run on Anthropic's infrastructure; the worker only orchestrates.
Expand Down