Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
One change · api

tools changed

managed-agents/tools

Nearest release: v2.1.277, published 4 hours before this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.

Recorded here
Lines+2added
Lines−2removed
From line 35 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits11to this page, all time

The whole hunk

from line 35, old and new numbered
/
lines
from line 35
3535 
3636Config entries for `web_search` and `web_fetch` also accept domain filters and other web settings; see [Restrict web search and web fetch domains](https://platform.claude.com/docs/en/managed-agents/tools#restrict-web-search-and-web-fetch-domains).
3737 
38<CodeGroup defaultLanguage="CLI">
38<CodeGroup>
3939 ```bash cURL
4040 agent=$(curl -fsSL https://api.anthropic.com/v1/agents \
4141 -H "x-api-key: $ANTHROPIC_API_KEY" \
from line 258
258258 
259259The following request creates an agent with this toolset and prints the `configs` array from the response:
260260 
261<CodeGroup defaultLanguage="CLI">
261<CodeGroup>
262262 ```bash cURL
263263 agent=$(curl -fsSL https://api.anthropic.com/v1/agents \
264264 -H "x-api-key: $ANTHROPIC_API_KEY" \