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 capture · api

One read of Claude Developer Platform

209 pages moved out of 698 read.

api-20260901T203740Z

Pages moved 209 significant first
Pages read 698 in this capture
Captured 20:37 UTC
Corpus hash bbe536aaf31b index-hash

What this read moved

176–200 of 209

This capture is too large to show at once. Changes 176-200 of 209 are below, significant first; the rest are on the following screens.

api/beta/user_profiles/list Changed · +24 / -14 lines

from line 20
2020 
2121 - `"desc"`
2222 
23- `order_by: optional "created_at" or "name"`
24 
25 Query parameter for order_by
26 
27 - `"created_at"`
28 
29 - `"name"`
30 
2331- `page: optional string`
2432 
2533 Query parameter for page
from line 40
3240 
3341 - `string`
3442 
35 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
43 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
3644 
3745 - `"message-batches-2024-09-24"`
3846 
from line 124
116124 
117125 - `"ce-user-management-2026-07-13"`
118126 
127 - `"mid-conversation-output-config-2026-07-01"`
128 
129 - `"thinking-binding-controls-2026-08-01"`
130 
131 - `"mid-conversation-system-clear-at-2026-08-21"`
132 
119133## Returns
120134 
121135- `data: array of BetaUserProfile`
from line 186
172186 
173187 Platform's own identifier for this user. Not enforced unique.
174188 
175 - `name: optional string or null`
189 - `external_user_onboarded_at: optional string or null`
176190 
177 Real-world name of the entity this profile represents (company or individual). For a resold-to company (`access_type` `passthrough`, or `relationship` `resold` under the `user-profiles-2026-03-24` header) this is that company's name.
191 A timestamp in RFC 3339 format
178192 
179 - `relationship: optional "external" or "resold" or "internal"`
193 format: date-time
180194 
181 How the entity behind a user profile relates to the platform that owns the API key. `external`: an individual end-user of the platform. `resold`: a company the platform resells Claude access to. `internal`: the platform's own usage.
195 - `name: optional string or null`
182196 
183 - `"external"`
197 Real-world name of the entity this profile represents (company or individual). For a company the platform resells Claude access to (`access_type` `passthrough`) this is that company's name.
184198 
185 - `"resold"`
186 
187 - `"internal"`
188 
189199- `next_page: string or null`
190200 
191201 Cursor for the next page, or `null` when there are no more results.
from line 227
217227 "updated_at": "2026-03-15T10:00:00Z",
218228 "access_type": "application",
219229 "external_id": "user_12345",
220 "name": "Example User",
221 "relationship": "external"
230 "external_user_onboarded_at": "2024-11-02T08:15:00Z",
231 "name": "Example User"
222232 }
223233 ],
224234 "next_page": "page_MjAyNS0wNS0xNFQwMDowMDowMFo="

api/beta/user_profiles/retrieve Changed · +16 / -14 lines

from line 16
1616 
1717 - `string`
1818 
19 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
19 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
2020 
2121 - `"message-batches-2024-09-24"`
2222 
from line 100
100100 
101101 - `"ce-user-management-2026-07-13"`
102102 
103 - `"mid-conversation-output-config-2026-07-01"`
104 
105 - `"thinking-binding-controls-2026-08-01"`
106 
107 - `"mid-conversation-system-clear-at-2026-08-21"`
108 
103109## Returns
104110 
105111- `BetaUserProfile object`
from line 160
154160 
155161 Platform's own identifier for this user. Not enforced unique.
156162 
157 - `name: optional string or null`
163 - `external_user_onboarded_at: optional string or null`
158164 
159 Real-world name of the entity this profile represents (company or individual). For a resold-to company (`access_type` `passthrough`, or `relationship` `resold` under the `user-profiles-2026-03-24` header) this is that company's name.
165 A timestamp in RFC 3339 format
160166 
161 - `relationship: optional "external" or "resold" or "internal"`
167 format: date-time
162168 
163 How the entity behind a user profile relates to the platform that owns the API key. `external`: an individual end-user of the platform. `resold`: a company the platform resells Claude access to. `internal`: the platform's own usage.
169 - `name: optional string or null`
164170 
165 - `"external"`
171 Real-world name of the entity this profile represents (company or individual). For a company the platform resells Claude access to (`access_type` `passthrough`) this is that company's name.
166172 
167 - `"resold"`
168 
169 - `"internal"`
170 
171173## Example
172174 
173175```bash
from line 195
193195 "updated_at": "2026-03-15T10:00:00Z",
194196 "access_type": "application",
195197 "external_id": "user_12345",
196 "name": "Example User",
197 "relationship": "external"
198 "external_user_onboarded_at": "2024-11-02T08:15:00Z",
199 "name": "Example User"
198200}
199201```
200202 

api/beta/user_profiles/update Changed · +22 / -24 lines

from line 16
1616 
1717 - `string`
1818 
19 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
19 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
2020 
2121 - `"message-batches-2024-09-24"`
2222 
from line 100
100100 
101101 - `"ce-user-management-2026-07-13"`
102102 
103 - `"mid-conversation-output-config-2026-07-01"`
104 
105 - `"thinking-binding-controls-2026-08-01"`
106 
107 - `"mid-conversation-system-clear-at-2026-08-21"`
108 
103109## Body parameters
104110 
105111- `access_type: optional "application" or "passthrough" or null`
from line 122
116122 
117123 minLength: 1, maxLength: 255
118124 
125- `external_user_onboarded_at: optional string`
126 
127 A timestamp in RFC 3339 format
128 
129 format: date-time
130 
119131- `metadata: optional map[string]`
120132 
121133 Key-value pairs to merge into the stored metadata. Keys provided overwrite existing values. To remove a key, set its value to an empty string. Keys not provided are left unchanged. Maximum 16 keys, with keys up to 64 characters and values up to 512 characters.
from line 138
126138 
127139 minLength: 1, maxLength: 255
128140 
129- `relationship: optional "external" or "resold" or "internal" or null`
130 
131 How the entity behind a user profile relates to the platform that owns the API key. `external`: an individual end-user of the platform. `resold`: a company the platform resells Claude access to. `internal`: the platform's own usage.
132 
133 - `"external"`
134 
135 - `"resold"`
136 
137 - `"internal"`
138 
139141## Returns
140142 
141143- `BetaUserProfile object`
from line 192
190192 
191193 Platform's own identifier for this user. Not enforced unique.
192194 
193 - `name: optional string or null`
195 - `external_user_onboarded_at: optional string or null`
194196 
195 Real-world name of the entity this profile represents (company or individual). For a resold-to company (`access_type` `passthrough`, or `relationship` `resold` under the `user-profiles-2026-03-24` header) this is that company's name.
197 A timestamp in RFC 3339 format
196198 
197 - `relationship: optional "external" or "resold" or "internal"`
199 format: date-time
198200 
199 How the entity behind a user profile relates to the platform that owns the API key. `external`: an individual end-user of the platform. `resold`: a company the platform resells Claude access to. `internal`: the platform's own usage.
201 - `name: optional string or null`
200202 
201 - `"external"`
203 Real-world name of the entity this profile represents (company or individual). For a company the platform resells Claude access to (`access_type` `passthrough`) this is that company's name.
202204 
203 - `"resold"`
204 
205 - `"internal"`
206 
207205## Example
208206 
209207```bash
from line 231
233231 "updated_at": "2026-03-15T10:00:00Z",
234232 "access_type": "application",
235233 "external_id": "user_12345",
236 "name": "Example User",
237 "relationship": "external"
234 "external_user_onboarded_at": "2024-11-02T08:15:00Z",
235 "name": "Example User"
238236}
239237```
240238 

api/beta/vaults Changed · +91 / -13 lines

from line 14
1414 
1515 - `string`
1616 
17 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
17 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
1818 
1919 - `"message-batches-2024-09-24"`
2020 
from line 98
9898 
9999 - `"ce-user-management-2026-07-13"`
100100 
101 - `"mid-conversation-output-config-2026-07-01"`
102 
103 - `"thinking-binding-controls-2026-08-01"`
104 
105 - `"mid-conversation-system-clear-at-2026-08-21"`
106 
101107### Body parameters
102108 
103109- `display_name: string`
from line 216
210216 
211217 - `string`
212218 
213 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
219 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
214220 
215221 - `"message-batches-2024-09-24"`
216222 
from line 300
294300 
295301 - `"ce-user-management-2026-07-13"`
296302 
303 - `"mid-conversation-output-config-2026-07-01"`
304 
305 - `"thinking-binding-controls-2026-08-01"`
306 
307 - `"mid-conversation-system-clear-at-2026-08-21"`
308 
297309### Returns
298310 
299311- `data: optional array of BetaManagedAgentsVault`
from line 396
384396 
385397 - `string`
386398 
387 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
399 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
388400 
389401 - `"message-batches-2024-09-24"`
390402 
from line 480
468480 
469481 - `"ce-user-management-2026-07-13"`
470482 
483 - `"mid-conversation-output-config-2026-07-01"`
484 
485 - `"thinking-binding-controls-2026-08-01"`
486 
487 - `"mid-conversation-system-clear-at-2026-08-21"`
488 
471489### Returns
472490 
473491- `BetaManagedAgentsVault object`
from line 567
549567 
550568 - `string`
551569 
552 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
570 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
553571 
554572 - `"message-batches-2024-09-24"`
555573 
from line 651
633651 
634652 - `"ce-user-management-2026-07-13"`
635653 
654 - `"mid-conversation-output-config-2026-07-01"`
655 
656 - `"thinking-binding-controls-2026-08-01"`
657 
658 - `"mid-conversation-system-clear-at-2026-08-21"`
659 
636660### Body parameters
637661 
638662- `display_name: optional string or null`
from line 757
733757 
734758 - `string`
735759 
736 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
760 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
737761 
738762 - `"message-batches-2024-09-24"`
739763 
from line 841
817841 
818842 - `"ce-user-management-2026-07-13"`
819843 
844 - `"mid-conversation-output-config-2026-07-01"`
845 
846 - `"thinking-binding-controls-2026-08-01"`
847 
848 - `"mid-conversation-system-clear-at-2026-08-21"`
849 
820850### Returns
821851 
822852- `BetaManagedAgentsDeletedVault object`
from line 896
866896 
867897 - `string`
868898 
869 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
899 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
870900 
871901 - `"message-batches-2024-09-24"`
872902 
from line 980
950980 
951981 - `"ce-user-management-2026-07-13"`
952982 
983 - `"mid-conversation-output-config-2026-07-01"`
984 
985 - `"thinking-binding-controls-2026-08-01"`
986 
987 - `"mid-conversation-system-clear-at-2026-08-21"`
988 
953989### Returns
954990 
955991- `BetaManagedAgentsVault object`
from line 1122
10861122 
10871123 - `string`
10881124 
1089 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
1125 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
10901126 
10911127 - `"message-batches-2024-09-24"`
10921128 
from line 1206
11701206 
11711207 - `"ce-user-management-2026-07-13"`
11721208 
1209 - `"mid-conversation-output-config-2026-07-01"`
1210 
1211 - `"thinking-binding-controls-2026-08-01"`
1212 
1213 - `"mid-conversation-system-clear-at-2026-08-21"`
1214 
11731215#### Body parameters
11741216 
11751217- `auth: BetaManagedAgentsMCPOAuthCreateParams or BetaManagedAgentsStaticBearerCreateParams or BetaManagedAgentsEnvironmentVariableCreateParams`
from line 1620
15781620 
15791621 - `string`
15801622 
1581 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
1623 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
15821624 
15831625 - `"message-batches-2024-09-24"`
15841626 
from line 1704
16621704 
16631705 - `"ce-user-management-2026-07-13"`
16641706 
1707 - `"mid-conversation-output-config-2026-07-01"`
1708 
1709 - `"thinking-binding-controls-2026-08-01"`
1710 
1711 - `"mid-conversation-system-clear-at-2026-08-21"`
1712 
16651713#### Returns
16661714 
16671715- `data: optional array of BetaManagedAgentsCredential`
from line 1925
18771925 
18781926 - `string`
18791927 
1880 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
1928 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
18811929 
18821930 - `"message-batches-2024-09-24"`
18831931 
from line 2009
19612009 
19622010 - `"ce-user-management-2026-07-13"`
19632011 
2012 - `"mid-conversation-output-config-2026-07-01"`
2013 
2014 - `"thinking-binding-controls-2026-08-01"`
2015 
2016 - `"mid-conversation-system-clear-at-2026-08-21"`
2017 
19642018#### Returns
19652019 
19662020- `BetaManagedAgentsCredential object`
from line 2221
21672221 
21682222 - `string`
21692223 
2170 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
2224 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
21712225 
21722226 - `"message-batches-2024-09-24"`
21732227 
from line 2305
22512305 
22522306 - `"ce-user-management-2026-07-13"`
22532307 
2308 - `"mid-conversation-output-config-2026-07-01"`
2309 
2310 - `"thinking-binding-controls-2026-08-01"`
2311 
2312 - `"mid-conversation-system-clear-at-2026-08-21"`
2313 
22542314#### Body parameters
22552315 
22562316- `auth: optional BetaManagedAgentsMCPOAuthUpdateParams or BetaManagedAgentsStaticBearerUpdateParams or BetaManagedAgentsEnvironmentVariableUpdateParams`
from line 2658
25982658 
25992659 - `string`
26002660 
2601 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
2661 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
26022662 
26032663 - `"message-batches-2024-09-24"`
26042664 
from line 2742
26822742 
26832743 - `"ce-user-management-2026-07-13"`
26842744 
2745 - `"mid-conversation-output-config-2026-07-01"`
2746 
2747 - `"thinking-binding-controls-2026-08-01"`
2748 
2749 - `"mid-conversation-system-clear-at-2026-08-21"`
2750 
26852751#### Returns
26862752 
26872753- `BetaManagedAgentsDeletedCredential object`
from line 2799
27332799 
27342800 - `string`
27352801 
2736 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
2802 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
27372803 
27382804 - `"message-batches-2024-09-24"`
27392805 
from line 2883
28172883 
28182884 - `"ce-user-management-2026-07-13"`
28192885 
2886 - `"mid-conversation-output-config-2026-07-01"`
2887 
2888 - `"thinking-binding-controls-2026-08-01"`
2889 
2890 - `"mid-conversation-system-clear-at-2026-08-21"`
2891 
28202892#### Returns
28212893 
28222894- `BetaManagedAgentsCredential object`
from line 3096
30243096 
30253097 - `string`
30263098 
3027 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
3099 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
30283100 
30293101 - `"message-batches-2024-09-24"`
30303102 
from line 3179
31073179 - `"thinking-display-updates-2026-08-18"`
31083180 
31093181 - `"ce-user-management-2026-07-13"`
3182 
3183 - `"mid-conversation-output-config-2026-07-01"`
3184 
3185 - `"thinking-binding-controls-2026-08-01"`
3186 
3187 - `"mid-conversation-system-clear-at-2026-08-21"`
31103188 
31113189#### Returns
31123190 

api/beta/vaults/archive Changed · +7 / -1 lines

from line 16
1616 
1717 - `string`
1818 
19 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
19 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
2020 
2121 - `"message-batches-2024-09-24"`
2222 
from line 99
9999 - `"thinking-display-updates-2026-08-18"`
100100 
101101 - `"ce-user-management-2026-07-13"`
102 
103 - `"mid-conversation-output-config-2026-07-01"`
104 
105 - `"thinking-binding-controls-2026-08-01"`
106 
107 - `"mid-conversation-system-clear-at-2026-08-21"`
102108 
103109## Returns
104110 

api/beta/vaults/create Changed · +7 / -1 lines

from line 12
1212 
1313 - `string`
1414 
15 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
15 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
1616 
1717 - `"message-batches-2024-09-24"`
1818 
from line 95
9595 - `"thinking-display-updates-2026-08-18"`
9696 
9797 - `"ce-user-management-2026-07-13"`
98 
99 - `"mid-conversation-output-config-2026-07-01"`
100 
101 - `"thinking-binding-controls-2026-08-01"`
102 
103 - `"mid-conversation-system-clear-at-2026-08-21"`
98104 
99105## Body parameters
100106 

api/beta/vaults/credentials Changed · +49 / -7 lines

from line 18
1818 
1919 - `string`
2020 
21 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
21 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
2222 
2323 - `"message-batches-2024-09-24"`
2424 
from line 102
102102 
103103 - `"ce-user-management-2026-07-13"`
104104 
105 - `"mid-conversation-output-config-2026-07-01"`
106 
107 - `"thinking-binding-controls-2026-08-01"`
108 
109 - `"mid-conversation-system-clear-at-2026-08-21"`
110 
105111### Body parameters
106112 
107113- `auth: BetaManagedAgentsMCPOAuthCreateParams or BetaManagedAgentsStaticBearerCreateParams or BetaManagedAgentsEnvironmentVariableCreateParams`
from line 516
510516 
511517 - `string`
512518 
513 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
519 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
514520 
515521 - `"message-batches-2024-09-24"`
516522 
from line 600
594600 
595601 - `"ce-user-management-2026-07-13"`
596602 
603 - `"mid-conversation-output-config-2026-07-01"`
604 
605 - `"thinking-binding-controls-2026-08-01"`
606 
607 - `"mid-conversation-system-clear-at-2026-08-21"`
608 
597609### Returns
598610 
599611- `data: optional array of BetaManagedAgentsCredential`
from line 821
809821 
810822 - `string`
811823 
812 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
824 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
813825 
814826 - `"message-batches-2024-09-24"`
815827 
from line 905
893905 
894906 - `"ce-user-management-2026-07-13"`
895907 
908 - `"mid-conversation-output-config-2026-07-01"`
909 
910 - `"thinking-binding-controls-2026-08-01"`
911 
912 - `"mid-conversation-system-clear-at-2026-08-21"`
913 
896914### Returns
897915 
898916- `BetaManagedAgentsCredential object`
from line 1117
10991117 
11001118 - `string`
11011119 
1102 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
1120 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
11031121 
11041122 - `"message-batches-2024-09-24"`
11051123 
from line 1201
11831201 
11841202 - `"ce-user-management-2026-07-13"`
11851203 
1204 - `"mid-conversation-output-config-2026-07-01"`
1205 
1206 - `"thinking-binding-controls-2026-08-01"`
1207 
1208 - `"mid-conversation-system-clear-at-2026-08-21"`
1209 
11861210### Body parameters
11871211 
11881212- `auth: optional BetaManagedAgentsMCPOAuthUpdateParams or BetaManagedAgentsStaticBearerUpdateParams or BetaManagedAgentsEnvironmentVariableUpdateParams`
from line 1554
15301554 
15311555 - `string`
15321556 
1533 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
1557 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
15341558 
15351559 - `"message-batches-2024-09-24"`
15361560 
from line 1638
16141638 
16151639 - `"ce-user-management-2026-07-13"`
16161640 
1641 - `"mid-conversation-output-config-2026-07-01"`
1642 
1643 - `"thinking-binding-controls-2026-08-01"`
1644 
1645 - `"mid-conversation-system-clear-at-2026-08-21"`
1646 
16171647### Returns
16181648 
16191649- `BetaManagedAgentsDeletedCredential object`
from line 1695
16651695 
16661696 - `string`
16671697 
1668 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
1698 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
16691699 
16701700 - `"message-batches-2024-09-24"`
16711701 
from line 1779
17491779 
17501780 - `"ce-user-management-2026-07-13"`
17511781 
1782 - `"mid-conversation-output-config-2026-07-01"`
1783 
1784 - `"thinking-binding-controls-2026-08-01"`
1785 
1786 - `"mid-conversation-system-clear-at-2026-08-21"`
1787 
17521788### Returns
17531789 
17541790- `BetaManagedAgentsCredential object`
from line 1992
19561992 
19571993 - `string`
19581994 
1959 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
1995 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
19601996 
19611997 - `"message-batches-2024-09-24"`
19621998 
from line 2075
20392075 - `"thinking-display-updates-2026-08-18"`
20402076 
20412077 - `"ce-user-management-2026-07-13"`
2078 
2079 - `"mid-conversation-output-config-2026-07-01"`
2080 
2081 - `"thinking-binding-controls-2026-08-01"`
2082 
2083 - `"mid-conversation-system-clear-at-2026-08-21"`
20422084 
20432085### Returns
20442086 

api/beta/vaults/credentials/archive Changed · +7 / -1 lines

from line 18
1818 
1919 - `string`
2020 
21 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
21 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
2222 
2323 - `"message-batches-2024-09-24"`
2424 
from line 101
101101 - `"thinking-display-updates-2026-08-18"`
102102 
103103 - `"ce-user-management-2026-07-13"`
104 
105 - `"mid-conversation-output-config-2026-07-01"`
106 
107 - `"thinking-binding-controls-2026-08-01"`
108 
109 - `"mid-conversation-system-clear-at-2026-08-21"`
104110 
105111## Returns
106112 

api/beta/vaults/credentials/create Changed · +7 / -1 lines

from line 16
1616 
1717 - `string`
1818 
19 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
19 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
2020 
2121 - `"message-batches-2024-09-24"`
2222 
from line 99
9999 - `"thinking-display-updates-2026-08-18"`
100100 
101101 - `"ce-user-management-2026-07-13"`
102 
103 - `"mid-conversation-output-config-2026-07-01"`
104 
105 - `"thinking-binding-controls-2026-08-01"`
106 
107 - `"mid-conversation-system-clear-at-2026-08-21"`
102108 
103109## Body parameters
104110 

api/beta/vaults/credentials/delete Changed · +7 / -1 lines

from line 18
1818 
1919 - `string`
2020 
21 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
21 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
2222 
2323 - `"message-batches-2024-09-24"`
2424 
from line 101
101101 - `"thinking-display-updates-2026-08-18"`
102102 
103103 - `"ce-user-management-2026-07-13"`
104 
105 - `"mid-conversation-output-config-2026-07-01"`
106 
107 - `"thinking-binding-controls-2026-08-01"`
108 
109 - `"mid-conversation-system-clear-at-2026-08-21"`
104110 
105111## Returns
106112 

api/beta/vaults/credentials/list Changed · +7 / -1 lines

from line 32
3232 
3333 - `string`
3434 
35 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
35 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
3636 
3737 - `"message-batches-2024-09-24"`
3838 
from line 115
115115 - `"thinking-display-updates-2026-08-18"`
116116 
117117 - `"ce-user-management-2026-07-13"`
118 
119 - `"mid-conversation-output-config-2026-07-01"`
120 
121 - `"thinking-binding-controls-2026-08-01"`
122 
123 - `"mid-conversation-system-clear-at-2026-08-21"`
118124 
119125## Returns
120126 

api/beta/vaults/credentials/mcp_oauth_validate Changed · +7 / -1 lines

from line 18
1818 
1919 - `string`
2020 
21 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
21 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
2222 
2323 - `"message-batches-2024-09-24"`
2424 
from line 101
101101 - `"thinking-display-updates-2026-08-18"`
102102 
103103 - `"ce-user-management-2026-07-13"`
104 
105 - `"mid-conversation-output-config-2026-07-01"`
106 
107 - `"thinking-binding-controls-2026-08-01"`
108 
109 - `"mid-conversation-system-clear-at-2026-08-21"`
104110 
105111## Returns
106112 

api/beta/vaults/credentials/retrieve Changed · +7 / -1 lines

from line 18
1818 
1919 - `string`
2020 
21 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
21 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
2222 
2323 - `"message-batches-2024-09-24"`
2424 
from line 101
101101 - `"thinking-display-updates-2026-08-18"`
102102 
103103 - `"ce-user-management-2026-07-13"`
104 
105 - `"mid-conversation-output-config-2026-07-01"`
106 
107 - `"thinking-binding-controls-2026-08-01"`
108 
109 - `"mid-conversation-system-clear-at-2026-08-21"`
104110 
105111## Returns
106112 

api/beta/vaults/credentials/update Changed · +7 / -1 lines

from line 18
1818 
1919 - `string`
2020 
21 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
21 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
2222 
2323 - `"message-batches-2024-09-24"`
2424 
from line 101
101101 - `"thinking-display-updates-2026-08-18"`
102102 
103103 - `"ce-user-management-2026-07-13"`
104 
105 - `"mid-conversation-output-config-2026-07-01"`
106 
107 - `"thinking-binding-controls-2026-08-01"`
108 
109 - `"mid-conversation-system-clear-at-2026-08-21"`
104110 
105111## Body parameters
106112 

api/beta/vaults/delete Changed · +7 / -1 lines

from line 16
1616 
1717 - `string`
1818 
19 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
19 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
2020 
2121 - `"message-batches-2024-09-24"`
2222 
from line 99
9999 - `"thinking-display-updates-2026-08-18"`
100100 
101101 - `"ce-user-management-2026-07-13"`
102 
103 - `"mid-conversation-output-config-2026-07-01"`
104 
105 - `"thinking-binding-controls-2026-08-01"`
106 
107 - `"mid-conversation-system-clear-at-2026-08-21"`
102108 
103109## Returns
104110 

api/beta/vaults/list Changed · +7 / -1 lines

from line 28
2828 
2929 - `string`
3030 
31 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
31 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
3232 
3333 - `"message-batches-2024-09-24"`
3434 
from line 111
111111 - `"thinking-display-updates-2026-08-18"`
112112 
113113 - `"ce-user-management-2026-07-13"`
114 
115 - `"mid-conversation-output-config-2026-07-01"`
116 
117 - `"thinking-binding-controls-2026-08-01"`
118 
119 - `"mid-conversation-system-clear-at-2026-08-21"`
114120 
115121## Returns
116122 

api/beta/vaults/retrieve Changed · +7 / -1 lines

from line 16
1616 
1717 - `string`
1818 
19 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
19 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
2020 
2121 - `"message-batches-2024-09-24"`
2222 
from line 99
9999 - `"thinking-display-updates-2026-08-18"`
100100 
101101 - `"ce-user-management-2026-07-13"`
102 
103 - `"mid-conversation-output-config-2026-07-01"`
104 
105 - `"thinking-binding-controls-2026-08-01"`
106 
107 - `"mid-conversation-system-clear-at-2026-08-21"`
102108 
103109## Returns
104110 

api/beta/vaults/update Changed · +7 / -1 lines

from line 16
1616 
1717 - `string`
1818 
19 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
19 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
2020 
2121 - `"message-batches-2024-09-24"`
2222 
from line 99
9999 - `"thinking-display-updates-2026-08-18"`
100100 
101101 - `"ce-user-management-2026-07-13"`
102 
103 - `"mid-conversation-output-config-2026-07-01"`
104 
105 - `"thinking-binding-controls-2026-08-01"`
106 
107 - `"mid-conversation-system-clear-at-2026-08-21"`
102108 
103109## Body parameters
104110 

api/completions Changed · +34 / -4 lines

from line 18
1818 
1919 - `string`
2020 
21 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
21 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
2222 
2323 - `"message-batches-2024-09-24"`
2424 
from line 102
102102 
103103 - `"ce-user-management-2026-07-13"`
104104 
105 - `"mid-conversation-output-config-2026-07-01"`
106 
107 - `"thinking-binding-controls-2026-08-01"`
108 
109 - `"mid-conversation-system-clear-at-2026-08-21"`
110 
105111### Body parameters
106112 
107113- `max_tokens_to_sample: number`
from line 124
118124 
119125 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
120126 
121 - `"claude-sonnet-5" or "claude-fable-5" or "claude-mythos-5" or 12 more`
127 - `"claude-fable-5-1" or "claude-mythos-5-1" or "claude-sonnet-5" or 14 more`
122128 
123129 The model that will complete your prompt.
124130 
125131 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
126132 
133 - `"claude-fable-5-1"`
134 
135 Frontier intelligence for ambitious tasks across coding, scientific discovery, and enterprise workflows
136 
137 - `"claude-mythos-5-1"`
138 
139 Our most capable model for cybersecurity and biology research, available through trusted access programs
140 
127141 - `"claude-sonnet-5"`
128142 
129143 High-performance model for coding and agents
from line 304
290304 
291305 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
292306 
293 - `"claude-sonnet-5" or "claude-fable-5" or "claude-mythos-5" or 12 more`
307 - `"claude-fable-5-1" or "claude-mythos-5-1" or "claude-sonnet-5" or 14 more`
294308 
295309 The model that will complete your prompt.
296310 
297311 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
298312 
313 - `"claude-fable-5-1"`
314 
315 Frontier intelligence for ambitious tasks across coding, scientific discovery, and enterprise workflows
316 
317 - `"claude-mythos-5-1"`
318 
319 Our most capable model for cybersecurity and biology research, available through trusted access programs
320 
299321 - `"claude-sonnet-5"`
300322 
301323 High-performance model for coding and agents
from line 451
429451 
430452 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
431453 
432 - `"claude-sonnet-5" or "claude-fable-5" or "claude-mythos-5" or 12 more`
454 - `"claude-fable-5-1" or "claude-mythos-5-1" or "claude-sonnet-5" or 14 more`
433455 
434456 The model that will complete your prompt.
435457 
436458 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
459 
460 - `"claude-fable-5-1"`
461 
462 Frontier intelligence for ambitious tasks across coding, scientific discovery, and enterprise workflows
463 
464 - `"claude-mythos-5-1"`
465 
466 Our most capable model for cybersecurity and biology research, available through trusted access programs
437467 
438468 - `"claude-sonnet-5"`
439469 

api/completions/create Changed · +25 / -3 lines

from line 16
1616 
1717 - `string`
1818 
19 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
19 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
2020 
2121 - `"message-batches-2024-09-24"`
2222 
from line 100
100100 
101101 - `"ce-user-management-2026-07-13"`
102102 
103 - `"mid-conversation-output-config-2026-07-01"`
104 
105 - `"thinking-binding-controls-2026-08-01"`
106 
107 - `"mid-conversation-system-clear-at-2026-08-21"`
108 
103109## Body parameters
104110 
105111- `max_tokens_to_sample: number`
from line 122
116122 
117123 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
118124 
119 - `"claude-sonnet-5" or "claude-fable-5" or "claude-mythos-5" or 12 more`
125 - `"claude-fable-5-1" or "claude-mythos-5-1" or "claude-sonnet-5" or 14 more`
120126 
121127 The model that will complete your prompt.
122128 
123129 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
124130 
131 - `"claude-fable-5-1"`
132 
133 Frontier intelligence for ambitious tasks across coding, scientific discovery, and enterprise workflows
134 
135 - `"claude-mythos-5-1"`
136 
137 Our most capable model for cybersecurity and biology research, available through trusted access programs
138 
125139 - `"claude-sonnet-5"`
126140 
127141 High-performance model for coding and agents
from line 302
288302 
289303 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
290304 
291 - `"claude-sonnet-5" or "claude-fable-5" or "claude-mythos-5" or 12 more`
305 - `"claude-fable-5-1" or "claude-mythos-5-1" or "claude-sonnet-5" or 14 more`
292306 
293307 The model that will complete your prompt.
294308 
295309 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
310 
311 - `"claude-fable-5-1"`
312 
313 Frontier intelligence for ambitious tasks across coding, scientific discovery, and enterprise workflows
314 
315 - `"claude-mythos-5-1"`
316 
317 Our most capable model for cybersecurity and biology research, available through trusted access programs
296318 
297319 - `"claude-sonnet-5"`
298320 

api/messages Changed · +82 / -130 lines

This page is larger than the 256 KiB this site keeps, so one side of the diff below stops where the stored text does.

from line 1072
10721072 
10731073 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
10741074 
1075 - `"claude-sonnet-5" or "claude-fable-5" or "claude-mythos-5" or 12 more`
1075 - `"claude-fable-5-1" or "claude-mythos-5-1" or "claude-sonnet-5" or 14 more`
10761076 
10771077 The model that will complete your prompt.
10781078 
10791079 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
10801080 
1081 - `"claude-fable-5-1"`
1082 
1083 Frontier intelligence for ambitious tasks across coding, scientific discovery, and enterprise workflows
1084 
1085 - `"claude-mythos-5-1"`
1086 
1087 Our most capable model for cybersecurity and biology research, available through trusted access programs
1088 
10811089 - `"claude-sonnet-5"`
10821090 
10831091 High-performance model for coding and agents
from line 1675
16671675 
16681676 - `type: "browser_toolset_20260801"`
16691677 
1670 - `allowed_callers: optional array of "direct" or "code_execution_20250825" or "code_execution_20260120" or "code_execution_20260521"`
1671 
1672 - `"direct"`
1673 
1674 - `"code_execution_20250825"`
1675 
1676 - `"code_execution_20260120"`
1677 
1678 - `"code_execution_20260521"`
1679 
16801678 - `cache_control: optional CacheControlEphemeral or null`
16811679 
16821680 Create a cache control breakpoint at this content block.
from line 2107
21092107 
21102108 - `type: "computer_toolset_20260801"`
21112109 
2112 - `allowed_callers: optional array of "direct" or "code_execution_20250825" or "code_execution_20260120" or "code_execution_20260521"`
2113 
2114 - `"direct"`
2115 
2116 - `"code_execution_20250825"`
2117 
2118 - `"code_execution_20260120"`
2119 
2120 - `"code_execution_20260521"`
2121 
21222110 - `cache_control: optional CacheControlEphemeral or null`
21232111 
21242112 Create a cache control breakpoint at this content block.
from line 3745
37573745 
37583746 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
37593747 
3760 - `"claude-sonnet-5" or "claude-fable-5" or "claude-mythos-5" or 12 more`
3748 - `"claude-fable-5-1" or "claude-mythos-5-1" or "claude-sonnet-5" or 14 more`
37613749 
37623750 The model that will complete your prompt.
37633751 
37643752 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
37653753 
3754 - `"claude-fable-5-1"`
3755 
3756 Frontier intelligence for ambitious tasks across coding, scientific discovery, and enterprise workflows
3757 
3758 - `"claude-mythos-5-1"`
3759 
3760 Our most capable model for cybersecurity and biology research, available through trusted access programs
3761 
37663762 - `"claude-sonnet-5"`
37673763 
37683764 High-performance model for coding and agents
from line 5381
53855381 
53865382 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
53875383 
5388 - `"claude-sonnet-5" or "claude-fable-5" or "claude-mythos-5" or 12 more`
5384 - `"claude-fable-5-1" or "claude-mythos-5-1" or "claude-sonnet-5" or 14 more`
53895385 
53905386 The model that will complete your prompt.
53915387 
53925388 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
53935389 
5390 - `"claude-fable-5-1"`
5391 
5392 Frontier intelligence for ambitious tasks across coding, scientific discovery, and enterprise workflows
5393 
5394 - `"claude-mythos-5-1"`
5395 
5396 Our most capable model for cybersecurity and biology research, available through trusted access programs
5397 
53945398 - `"claude-sonnet-5"`
53955399 
53965400 High-performance model for coding and agents
from line 5904
59005904 
59015905 - `type: "browser_toolset_20260801"`
59025906 
5903 - `allowed_callers: optional array of "direct" or "code_execution_20250825" or "code_execution_20260120" or "code_execution_20260521"`
5904 
5905 - `"direct"`
5906 
5907 - `"code_execution_20250825"`
5908 
5909 - `"code_execution_20260120"`
5910 
5911 - `"code_execution_20260521"`
5912 
59135907 - `cache_control: optional CacheControlEphemeral or null`
59145908 
59155909 Create a cache control breakpoint at this content block.
from line 6336
63426336 
63436337 - `type: "computer_toolset_20260801"`
63446338 
6345 - `allowed_callers: optional array of "direct" or "code_execution_20250825" or "code_execution_20260120" or "code_execution_20260521"`
6346 
6347 - `"direct"`
6348 
6349 - `"code_execution_20250825"`
6350 
6351 - `"code_execution_20260120"`
6352 
6353 - `"code_execution_20260521"`
6354 
63556339 - `cache_control: optional CacheControlEphemeral or null`
63566340 
63576341 Create a cache control breakpoint at this content block.
from line 8270
82868270 
82878271 - `type: "browser_toolset_20260801"`
82888272 
8289 - `allowed_callers: optional array of "direct" or "code_execution_20250825" or "code_execution_20260120" or "code_execution_20260521"`
8290 
8291 - `"direct"`
8292 
8293 - `"code_execution_20250825"`
8294 
8295 - `"code_execution_20260120"`
8296 
8297 - `"code_execution_20260521"`
8298 
82998273 - `cache_control: optional CacheControlEphemeral or null`
83008274 
83018275 Create a cache control breakpoint at this content block.
from line 8418
84448418 
84458419 - `enabled: optional boolean or null`
84468420 
8447 Whether this member is offered to the model. Default i
8421 Whether this member is offered to the model. Default is per member, per the toolset's documentation. A member whose enabled resolves false is withheld from the served schema.
8422 
8423 - `left_click: optional BrowserLeftClickConfig or null`
8424 
8425 `left_click`'s config overrides.
8426 
8427 - `defer_loading: optional boolean or null`
8428 
8429 Defer loading for this member. Must resolve to the same value on every enabled member of the toolset.
8430 
8431 - `enabled: optional boolean or null`
8432 
8433 Whether this member is offered to the model. De

api/messages/batches Changed · +45 / -25 lines

from line 1092
10921092 
10931093 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
10941094 
1095 - `"claude-sonnet-5" or "claude-fable-5" or "claude-mythos-5" or 12 more`
1095 - `"claude-fable-5-1" or "claude-mythos-5-1" or "claude-sonnet-5" or 14 more`
10961096 
10971097 The model that will complete your prompt.
10981098 
10991099 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
11001100 
1101 - `"claude-fable-5-1"`
1102 
1103 Frontier intelligence for ambitious tasks across coding, scientific discovery, and enterprise workflows
1104 
1105 - `"claude-mythos-5-1"`
1106 
1107 Our most capable model for cybersecurity and biology research, available through trusted access programs
1108 
11011109 - `"claude-sonnet-5"`
11021110 
11031111 High-performance model for coding and agents
from line 1695
16871695 
16881696 - `type: "browser_toolset_20260801"`
16891697 
1690 - `allowed_callers: optional array of "direct" or "code_execution_20250825" or "code_execution_20260120" or "code_execution_20260521"`
1691 
1692 - `"direct"`
1693 
1694 - `"code_execution_20250825"`
1695 
1696 - `"code_execution_20260120"`
1697 
1698 - `"code_execution_20260521"`
1699 
17001698 - `cache_control: optional CacheControlEphemeral or null`
17011699 
17021700 Create a cache control breakpoint at this content block.
from line 2127
21292127 
21302128 - `type: "computer_toolset_20260801"`
21312129 
2132 - `allowed_callers: optional array of "direct" or "code_execution_20250825" or "code_execution_20260120" or "code_execution_20260521"`
2133 
2134 - `"direct"`
2135 
2136 - `"code_execution_20250825"`
2137 
2138 - `"code_execution_20260120"`
2139 
2140 - `"code_execution_20260521"`
2141 
21422130 - `cache_control: optional CacheControlEphemeral or null`
21432131 
21442132 Create a cache control breakpoint at this content block.
from line 4507
45194507 
45204508 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
45214509 
4522 - `"claude-sonnet-5" or "claude-fable-5" or "claude-mythos-5" or 12 more`
4510 - `"claude-fable-5-1" or "claude-mythos-5-1" or "claude-sonnet-5" or 14 more`
45234511 
45244512 The model that will complete your prompt.
45254513 
45264514 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
45274515 
4516 - `"claude-fable-5-1"`
4517 
4518 Frontier intelligence for ambitious tasks across coding, scientific discovery, and enterprise workflows
4519 
4520 - `"claude-mythos-5-1"`
4521 
4522 Our most capable model for cybersecurity and biology research, available through trusted access programs
4523 
45284524 - `"claude-sonnet-5"`
45294525 
45304526 High-performance model for coding and agents
from line 5956
59605956 
59615957 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
59625958 
5963 - `"claude-sonnet-5" or "claude-fable-5" or "claude-mythos-5" or 12 more`
5959 - `"claude-fable-5-1" or "claude-mythos-5-1" or "claude-sonnet-5" or 14 more`
59645960 
59655961 The model that will complete your prompt.
59665962 
59675963 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
59685964 
5965 - `"claude-fable-5-1"`
5966 
5967 Frontier intelligence for ambitious tasks across coding, scientific discovery, and enterprise workflows
5968 
5969 - `"claude-mythos-5-1"`
5970 
5971 Our most capable model for cybersecurity and biology research, available through trusted access programs
5972 
59695973 - `"claude-sonnet-5"`
59705974 
59715975 High-performance model for coding and agents
from line 7177
71737177 
71747178 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
71757179 
7176 - `"claude-sonnet-5" or "claude-fable-5" or "claude-mythos-5" or 12 more`
7180 - `"claude-fable-5-1" or "claude-mythos-5-1" or "claude-sonnet-5" or 14 more`
71777181 
71787182 The model that will complete your prompt.
71797183 
71807184 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
71817185 
7186 - `"claude-fable-5-1"`
7187 
7188 Frontier intelligence for ambitious tasks across coding, scientific discovery, and enterprise workflows
7189 
7190 - `"claude-mythos-5-1"`
7191 
7192 Our most capable model for cybersecurity and biology research, available through trusted access programs
7193 
71827194 - `"claude-sonnet-5"`
71837195 
71847196 High-performance model for coding and agents
from line 8350
83388350 
83398351 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
83408352 
8341 - `"claude-sonnet-5" or "claude-fable-5" or "claude-mythos-5" or 12 more`
8353 - `"claude-fable-5-1" or "claude-mythos-5-1" or "claude-sonnet-5" or 14 more`
83428354 
83438355 The model that will complete your prompt.
83448356 
83458357 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
8358 
8359 - `"claude-fable-5-1"`
8360 
8361 Frontier intelligence for ambitious tasks across coding, scientific discovery, and enterprise workflows
8362 
8363 - `"claude-mythos-5-1"`
8364 
8365 Our most capable model for cybersecurity and biology research, available through trusted access programs
83468366 
83478367 - `"claude-sonnet-5"`
83488368 

api/messages/batches/create Changed · +9 / -21 lines

from line 1090
10901090 
10911091 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
10921092 
1093 - `"claude-sonnet-5" or "claude-fable-5" or "claude-mythos-5" or 12 more`
1093 - `"claude-fable-5-1" or "claude-mythos-5-1" or "claude-sonnet-5" or 14 more`
10941094 
10951095 The model that will complete your prompt.
10961096 
10971097 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
10981098 
1099 - `"claude-fable-5-1"`
1100 
1101 Frontier intelligence for ambitious tasks across coding, scientific discovery, and enterprise workflows
1102 
1103 - `"claude-mythos-5-1"`
1104 
1105 Our most capable model for cybersecurity and biology research, available through trusted access programs
1106 
10991107 - `"claude-sonnet-5"`
11001108 
11011109 High-performance model for coding and agents
from line 1693
16851693 
16861694 - `type: "browser_toolset_20260801"`
16871695 
1688 - `allowed_callers: optional array of "direct" or "code_execution_20250825" or "code_execution_20260120" or "code_execution_20260521"`
1689 
1690 - `"direct"`
1691 
1692 - `"code_execution_20250825"`
1693 
1694 - `"code_execution_20260120"`
1695 
1696 - `"code_execution_20260521"`
1697 
16981696 - `cache_control: optional CacheControlEphemeral or null`
16991697 
17001698 Create a cache control breakpoint at this content block.
from line 2124
21262124 via `configs.zoom.enabled`.
21272125 
21282126 - `type: "computer_toolset_20260801"`
2129 
2130 - `allowed_callers: optional array of "direct" or "code_execution_20250825" or "code_execution_20260120" or "code_execution_20260521"`
2131 
2132 - `"direct"`
2133 
2134 - `"code_execution_20250825"`
2135 
2136 - `"code_execution_20260120"`
2137 
2138 - `"code_execution_20260521"`
21392127 
21402128 - `cache_control: optional CacheControlEphemeral or null`
21412129 

api/messages/batches/results Changed · +9 / -1 lines

from line 811
811811 
812812 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
813813 
814 - `"claude-sonnet-5" or "claude-fable-5" or "claude-mythos-5" or 12 more`
814 - `"claude-fable-5-1" or "claude-mythos-5-1" or "claude-sonnet-5" or 14 more`
815815 
816816 The model that will complete your prompt.
817817 
818818 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
819 
820 - `"claude-fable-5-1"`
821 
822 Frontier intelligence for ambitious tasks across coding, scientific discovery, and enterprise workflows
823 
824 - `"claude-mythos-5-1"`
825 
826 Our most capable model for cybersecurity and biology research, available through trusted access programs
819827 
820828 - `"claude-sonnet-5"`
821829 

api/messages/count_tokens Changed · +9 / -21 lines

from line 1058
10581058 
10591059 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
10601060 
1061 - `"claude-sonnet-5" or "claude-fable-5" or "claude-mythos-5" or 12 more`
1061 - `"claude-fable-5-1" or "claude-mythos-5-1" or "claude-sonnet-5" or 14 more`
10621062 
10631063 The model that will complete your prompt.
10641064 
10651065 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
10661066 
1067 - `"claude-fable-5-1"`
1068 
1069 Frontier intelligence for ambitious tasks across coding, scientific discovery, and enterprise workflows
1070 
1071 - `"claude-mythos-5-1"`
1072 
1073 Our most capable model for cybersecurity and biology research, available through trusted access programs
1074 
10671075 - `"claude-sonnet-5"`
10681076 
10691077 High-performance model for coding and agents
from line 1581
15731581 
15741582 - `type: "browser_toolset_20260801"`
15751583 
1576 - `allowed_callers: optional array of "direct" or "code_execution_20250825" or "code_execution_20260120" or "code_execution_20260521"`
1577 
1578 - `"direct"`
1579 
1580 - `"code_execution_20250825"`
1581 
1582 - `"code_execution_20260120"`
1583 
1584 - `"code_execution_20260521"`
1585 
15861584 - `cache_control: optional CacheControlEphemeral or null`
15871585 
15881586 Create a cache control breakpoint at this content block.
from line 2012
20142012 via `configs.zoom.enabled`.
20152013 
20162014 - `type: "computer_toolset_20260801"`
2017 
2018 - `allowed_callers: optional array of "direct" or "code_execution_20250825" or "code_execution_20260120" or "code_execution_20260521"`
2019 
2020 - `"direct"`
2021 
2022 - `"code_execution_20250825"`
2023 
2024 - `"code_execution_20260120"`
2025 
2026 - `"code_execution_20260521"`
20272015 
20282016 - `cache_control: optional CacheControlEphemeral or null`
20292017