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