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

Create Agent changed

api/beta/agents/create

Nearest release: v2.1.280, published 20 hours after 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+14added
Lines−0removed
From line 113 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits9to this page, all time

The whole hunk

from line 113, old and new numbered
/
lines
from line 113
113113 
114114- `"anthropic-workspace-id": optional string`
115115 
116 Optional header to select the Workspace for this request. The value is a Workspace ID (for example, `wrkspc_011CZkZaBF1tNoB5wlCeusgy`).
117 
118 Only needed for credentials that can act on more than one Workspace. A credential that belongs to a specific Workspace may omit it; if sent, it must match that Workspace.
119 
116120## Body parameters
117121 
118122- `model: BetaManagedAgentsModel or BetaManagedAgentsModelConfigParams`
from line 213
209213 
210214 - `"low"`
211215 
216 Low effort. Favors latency over reasoning depth.
217 
212218 - `"medium"`
213219 
220 Medium effort. Balances latency and reasoning depth.
221 
214222 - `"high"`
215223 
224 High effort. Favors reasoning depth.
225 
216226 - `"xhigh"`
217227 
228 Extra-high effort. Not all models accept this level.
229 
218230 - `"max"`
231 
232 Maximum effort. Favors reasoning depth over latency.
219233 
220234 - `BetaManagedAgentsEffortLow object`
221235