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" \