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

permission-policies changed

managed-agents/permission-policies

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 475 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits10to this page, all time

The whole hunk

from line 475, old and new numbered
/
lines
from line 475
475475 
476476Use the `configs` array to override the default for individual tools. The `name` values for the agent toolset are listed in [Available tools](https://platform.claude.com/docs/en/managed-agents/tools#available-tools). This example allows the full agent toolset by default but requires confirmation before any bash command runs:
477477 
478<CodeGroup defaultLanguage="CLI">
478<CodeGroup>
479479 ```bash cURL
480480 tools='[
481481 {
from line 1075
10751075 
10761076In the following examples, the tool-use event IDs come from the `stop_reason.event_ids` array of the `session.status_idle` event. Learn more about receiving events in the [Session event stream](https://platform.claude.com/docs/en/managed-agents/events-and-streaming#integrating-events) guide, or [subscribe to webhooks](https://platform.claude.com/docs/en/managed-agents/webhooks) to be notified when a session pauses for input.
10771077 
1078<CodeGroup defaultLanguage="CLI">
1078<CodeGroup>
10791079 ```bash cURL
10801080 # Allow the tool to execute
10811081 curl -fsSL "https://api.anthropic.com/v1/sessions/$SESSION_ID/events" \