This page is larger than the 256 KiB this site keeps, so one side of the diff below stops where the stored text does.
The two sides of this change are more than 400 edits apart, too far apart to line up, so this is the differ's own diff of it and the words inside a line are not marked.
from line 4
44
55### Anthropic Beta
66
7- `AnthropicBeta = string or "message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
7- `AnthropicBeta = string or "message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
88
99 - `string`
1010
11 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
11 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
1212
1313 - `"message-batches-2024-09-24"`
1414
from line 92
9292
9393 - `"ce-user-management-2026-07-13"`
9494
95 - `"mid-conversation-output-config-2026-07-01"`
96
97 - `"thinking-binding-controls-2026-08-01"`
98
99 - `"mid-conversation-system-clear-at-2026-08-21"`
100
95101### Beta API Error
96102
97103- `BetaAPIError object`
from line 456
450456
451457 - `string`
452458
453 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
459 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
454460
455461 - `"message-batches-2024-09-24"`
456462
from line 539
533539 - `"thinking-display-updates-2026-08-18"`
534540
535541 - `"ce-user-management-2026-07-13"`
542
543 - `"mid-conversation-output-config-2026-07-01"`
544
545 - `"thinking-binding-controls-2026-08-01"`
546
547 - `"mid-conversation-system-clear-at-2026-08-21"`
536548
537549#### Returns
538550
from line 810
798810
799811 - `string`
800812
801 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
813 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
802814
803815 - `"message-batches-2024-09-24"`
804816
from line 893
881893 - `"thinking-display-updates-2026-08-18"`
882894
883895 - `"ce-user-management-2026-07-13"`
896
897 - `"mid-conversation-output-config-2026-07-01"`
898
899 - `"thinking-binding-controls-2026-08-01"`
900
901 - `"mid-conversation-system-clear-at-2026-08-21"`
884902
885903#### Returns
886904
from line 1143
11251143
11261144 - `string`
11271145
1128 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
1146 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
11291147
11301148 - `"message-batches-2024-09-24"`
11311149
from line 1226
12081226 - `"thinking-display-updates-2026-08-18"`
12091227
12101228 - `"ce-user-management-2026-07-13"`
1229
1230 - `"mid-conversation-output-config-2026-07-01"`
1231
1232 - `"thinking-binding-controls-2026-08-01"`
1233
1234 - `"mid-conversation-system-clear-at-2026-08-21"`
12111235
12121236- `"anthropic-user-profile-id": optional string`
12131237
from line 2525
25012525
25022526 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
25032527
2504 - `"claude-sonnet-5" or "claude-fable-5" or "claude-mythos-5" or 12 more`
2528 - `"claude-fable-5-1" or "claude-mythos-5-1" or "claude-sonnet-5" or 14 more`
25052529
25062530 The model that will complete your prompt.
25072531
25082532 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
25092533
2534 - `"claude-fable-5-1"`
2535
2536 Frontier intelligence for ambitious tasks across coding, scientific discovery, and enterprise workflows
2537
2538 - `"claude-mythos-5-1"`
2539
2540 Our most capable model for cybersecurity and biology research, available through trusted access programs
2541
25102542 - `"claude-sonnet-5"`
25112543
25122544 High-performance model for coding and agents
from line 2618
25862618 - `"assistant"`
25872619
25882620 - `"system"`
2621
2622 - `clear_at: optional "next_user_message" or "never" or null`
2623
2624 How long this system message's text stays in front of the model. `"never"` (the default) renders it on every request that includes it. `"next_user_message"` renders it only for the user turn it follows: once a later `role: "user"` message exists in `messages` the message stays in the array (send it unchanged) but is no longer shown to the model. Only permitted on `role: "system"` messages.
2625
2626 - `"next_user_message"`
2627
2628 - `"never"`
2629
2630 - `output_config: optional BetaSystemMessageOutputConfig or null`
2631
2632 Per-message output configuration on a role:"system" input message.
2633
2634 Fields here apply per-turn; `format` remains top-level only. An
2635 empty `{}` is accepted on a message that carries content; a message
2636 with neither content nor output_config fields is rejected.
2637
2638 - `effort: optional "low" or "medium" or "high" or 2 more or null`
2639
2640 All possible effort levels.
2641
2642 - `"low"`
2643
2644 - `"medium"`
2645
2646 - `"high"`
2647
2648 - `"xhigh"`
2649
2650 - `"max"`
25892651
25902652- `model: Model`
25912653
from line 2951
28892951
28902952 - `type: "enabled"`
28912953
2954 - `block_binding: optional BetaThinkingBlockBinding or null`
2955
2956 Controls for block binding: what happens when a thinking block this
2957 request sends back fails the conversation check. Every field is optional;
2958 an empty object means every default.
2959
2960 - `prefix_mismatch_behavior: optional BetaThinkingPrefixMismatchBehavior or null`
2961
2962 What happens when a thinking block in `messages` fails the conversation
2963 check: it was created in a different conversation, or the messages before
2964 it have changed since. `"error"` (the default) fails the request with a
2965 400 error. `"drop_block"` removes the failing blocks and the request
2966 proceeds; the model no longer sees the dropped reasoning.
2967
2968 - `"error"`
2969
2970 - `"drop_block"`
2971
28922972 - `display: optional "summarized" or "omitted" or "updates" or null`
28932973
28942974 Controls how thinking content appears in the response. When set to `summarized`, thinking is returned normally. When set to `omitted`, thinking content is redacted but a signature is returned for multi-turn continuity. Defaults to `summarized`.
from line 2986
29062986 - `BetaThinkingConfigAdaptive object`
29072987
29082988 - `type: "adaptive"`
2989
2990 - `block_binding: optional BetaThinkingBlockBinding or null`
2991
2992 Controls for block binding: what happens when a thinking block this
2993 request sends back fails the conversation check. Every field is optional;
2994 an empty object means every default.
29092995
29102996 - `display: optional "summarized" or "omitted" or "updates" or null`
29112997
from line 3494
34083494
34093495 - `type: "browser_toolset_20260801"`
34103496
3411 - `allowed_callers: optional array of "direct" or "code_execution_20250825" or "code_execution_20260120" or "code_execution_20260521"`
3412
3413 - `"direct"`
3414
3415 - `"code_execution_20250825"`
3416
3417 - `"code_execution_20260120"`
3418
3419 - `"code_execution_20260521"`
3420
34213497 - `cache_control: optional BetaCacheControlEphemeral or null`
34223498
34233499 Create a cache control breakpoint at this content block.
from line 4120
40444120
40454121 - `type: "computer_toolset_20260801"`
40464122
4047 - `allowed_callers: optional array of "direct" or "code_execution_20250825" or "code_execution_20260120" or "code_execution_20260521"`
4048
4049 - `"direct"`
4050
4051 - `"code_execution_20250825"`
4052
4053 - `"code_execution_20260120"`
4054
4055 - `"code_execution_20260521"`
4056
40574123 - `cache_control: optional BetaCacheControlEphemeral or null`
40584124
40594125 Create a cache control breakpoint at this content block.
from line 6001
59356001
59366002 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
59376003
5938 - `"claude-sonnet-5" or "claude-fable-5" or "claude-mythos-5" or 12 more`
6004 - `"claude-fable-5-1" or "claude-mythos-5-1" or "claude-sonnet-5" or 14 more`
59396005
59406006 The model that will complete your prompt.
59416007
59426008 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
6009
6010 - `"claude-fable-5-1"`
6011
6012 Frontier intelligence for ambitious tasks across coding, scientific discovery, and enterprise workflows
6013
6014 - `"claude-mythos-5-1"`
6015
6016 Our most capable model for cybersecurity and biology research, available through trusted access programs
59436017
59446018 - `"claude-sonnet-5"`
59456019
from line 6746
66726746
66736747 - `"fast"`
66746748
6749 - `input_transformations: optional array of BetaThinkingDroppedInputTransformation or null`
6750
6751 Changes the API made to the request's input before showing it to the model:
6752 one entry per change, in request order. Today the only entry type is
6753 `thinking_dropped` — a `thinking`, `redacted_thinking` or `connector_text`
6754 block from the request's `messages` that was removed from the prompt instead
6755 of being shown to the model because it failed a binding check. More entry
6756 types may be added over time; ignore types you do not recognize.
6757
6758 Requires `anthropic-beta: thinking-binding-controls-2026-08-01`. Present on
6759 every such response from a model that supports extended thinking, as `[]`
6760 when nothing was changed; without the beta, blocks are removed all the same
6761 but nothing is reported. Removed blocks contribute nothing to
6762 `usage.input_tokens`. When streaming, the array is final in `message_start`;
6763 the final `message_delta` event carries it only when a server-side model
6764 fallback happened mid-stream, in which case it holds the serving model's
6765 entries and replaces the one in `message_start`.
6766
6767 - `path: string`
6768
6769 Where the removed block was in your request, as `messages.{i}.content.{j}`:
6770 `i` indexes the `messages` array you sent and `j` that message's `content`
6771 array — the same form error messages use.
6772
6773 - `reason: "model_binding_mismatch" or "prefix_binding_mismatch" or "organization_binding_mismatch" or "end_user_binding_mismatch"`
6774
6775 Which binding check removed the block: `model_binding_mismatch` — it was
6776 created by a model whose reasoning the requested model may not read;
6777 `prefix_binding_mismatch` — the conversation before it differs from the
6778 conversation it was created in (the rest of that turn's consecutive thinking
6779 blocks are removed with it, each with this reason);
6780 `organization_binding_mismatch` — it was created under a different
6781 organization (an Anthropic organization, AWS account or Google Cloud project)
6782 and this organization is not one of its additional organizations;
6783 `end_user_binding_mismatch` — it was created for a different end user, or
6784 was removed by the consumer-organization binding. A block that would fail
6785 several checks reports one reason, in this order of precedence:
6786 `organization_binding_mismatch`, `end_user_binding_mismatch`,
6787 `model_binding_mismatch`, `prefix_binding_mismatch`.
6788
6789 - `"model_binding_mismatch"`
6790
6791 - `"prefix_binding_mismatch"`
6792
6793 - `"organization_binding_mismatch"`
6794
6795 - `"end_user_binding_mismatch"`
6796
6797 - `type: "thinking_dropped"`
6798
6799 Always `thinking_dropped` for this entry type.
6800
6801 default: thinking_dropped
6802
66756803- `BetaRawMessageStreamEvent = BetaRawMessageStartEvent or BetaRawMessageDeltaEvent or BetaRawMessageStopEvent or 3 more`
66766804
66776805 - `BetaRawMessageStartEvent object`
from line 6896
67686896 - `server_tool_use: BetaServerToolUsage or null`
67696897
67706898 The number of server tool requests.
6899
6900 - `input_transformations: optional array of BetaThinkingDroppedInputTransformation or null`
6901
6902 Changes the API made to the request's input before showing it to the model:
6903 one entry per change, in request order. Today the only entry type is
6904 `thinking_dropped` — a `thinking`, `redacted_thinking` or `connector_text`
6905 block from the request's `messages` that was removed from the prompt instead
6906 of being shown to the model because it failed a binding check. More entry
6907 types may be added over time; ignore types you do not recognize.
6908
6909 Requires `anthropic-beta: thinking-binding-controls-2026-08-01`. Present on
6910 every such response from a model that supports extended thinking, as `[]`
6911 when nothing was changed; without the beta, blocks are removed all the same
6912 but nothing is reported. Removed blocks contribute nothing to
6913 `usage.input_tokens`. When streaming, the array is final in `message_start`;
6914 the final `message_delta` event carries it only when a server-side model
6915 fallback happened mid-stream, in which case it holds the serving model's
6916 entries and replaces the one in `message_start`.
6917
6918 - `path: string`
6919
6920 Where the removed block was in your request, as `messages.{i}.content.{j}`:
6921 `i` indexes the `messages` array you sent and `j` that message's `content`
6922 array — the same form error messages use.
6923
6924 - `reason: "model_binding_mismatch" or "prefix_binding_mismatch" or "organization_binding_mismatch" or "end_user_binding_mismatch"`
6925
6926 Which binding check removed the block: `model_binding_mismatch` — it was
6927 created by a model whose reasoning the requested model may not read;
6928 `prefix_binding_mismatch` — the conversation before it differs from the
6929 conversation it was created in (the rest of that turn's consecutive thinking
6930 blocks are removed with it, each with this reason);
6931 `organization_binding_mismatch` — it was created under a different
6932 organization (an Anthropic organization, AWS account or Google Cloud project)
6933 and this organization is not one of its additional organizations;
6934 `end_user_binding_mismatch` — it was created for a different end user, or
6935 was removed by the consumer-organization binding. A block that would fail
6936 several checks reports one reason, in this order of precedence:
6937 `organization_binding_mismatch`, `end_user_binding_mismatch`,
6938 `model_binding_mismatch`, `prefix_binding_mismatch`.
6939
6940 - `type: "thinking_dropped"`
6941
6942 Always `thinking_dropped` for this entry type.
6943
6944 default: thinking_dropped
67716945
67726946 - `BetaRawMessageStopEvent object`
67736947
from line 7235
70617235 "cache_creation_input_tokens": 0,
70627236 "cache_read_input_tokens": 0,
70637237 "input_tokens": 0,
7064 "model": "claude-sonnet-5",
7238 "model": "claude-fable-5-1",
70657239 "output_tokens": 0,
70667240 "type": "message"
70677241 }
from line 7250
70767250 },
70777251 "service_tier": "standard",
70787252 "speed": "standard"
7079 }
7253 },
7254 "input_transformations": [
7255 {
7256 "path": "path",
7257 "reason": "model_binding_mismatch",
7258 "type": "thinking_dropped"
7259 }
7260 ]
70807261}
70817262```
70827263
from line 7279
70987279
70997280 - `string`
71007281
7101 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
7282 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
71027283
71037284 - `"message-batches-2024-09-24"`
71047285
from line 7362
71817362 - `"thinking-display-updates-2026-08-18"`
71827363
71837364 - `"ce-user-management-2026-07-13"`
7365
7366 - `"mid-conversation-output-config-2026-07-01"`
7367
7368 - `"thinking-binding-controls-2026-08-01"`
7369
7370 - `"mid-conversation-system-clear-at-2026-08-21"`
71847371
71857372- `"anthropic-user-profile-id": optional string`
71867373
from line 8649
84628649
84638650 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
84648651
8465 - `"claude-sonnet-5" or "claude-fable-5" or "claude-mythos-5" or 12 more`
8652 - `"claude-fable-5-1" or "claude-mythos-5-1" or "claude-sonnet-5" or 14 more`
84668653
84678654 The model that will complete your prompt.
84688655
84698656 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
84708657
8658 - `"claude-fable-5-1"`
8659
8660 Frontier intelligence for ambitious tasks across coding, scientific discovery, and enterprise workflows
8661
8662 - `"claude-mythos-5-1"`
8663
8664 Our most capable model for cybersecurity and biology research, available through trusted access programs
8665
84718666 - `"claude-sonnet-5"`
84728667
84738668 High-performance model for coding and agents
from line 8743
85488743
85498744 - `"system"`
85508745
8746 - `clear_at: optional "next_user_message" or "never" or null`
8747
8748 How long this system message's text stays in front of the model. `"never"` (the default) renders it on every request that includes it. `"next_user_message"` renders it only for the user turn it follows: once a later `role: "user"` message exists in `messages` the message stays in the array (send it unchanged) but is no longer shown to the model. Only permitted on `role: "system"` messages.
8749
8750 - `"next_user_message"`
8751
8752 - `"never"`
8753
8754 - `output_config: optional BetaSystemMessageOutputConfig or null`
8755
8756 Per-message output configuration on a role:"system" input message.
8757
8758 Fields here apply per-turn; `format` remains top-level only. An
8759 empty `{}` is accepted on a message that carries content; a message
8760 with neither content nor output_config fields is rejected.
8761
8762 - `effort: optional "low" or "medium" or "high" or 2 more or null`
8763
8764 All possible effort levels.
8765
8766 - `"low"`
8767
8768 - `"medium"`
8769
8770 - `"high"`
8771
8772 - `"xhigh"`
8773
8774 - `"max"`
8775
85518776- `model: Model`
85528777
85538778 The model that will complete your prompt.
from line 9011
87869011
87879012 - `type: "enabled"`
87889013
9014 - `block_binding: optional BetaThinkingBlockBinding or null`
9015
9016 Controls for block binding: what happens when a thinking block this
9017 request sends back fails the conversation check. Every field is optional;
9018 an empty object means every default.
9019
9020 - `prefix_mismatch_behavior: optional BetaThinkingPrefixMismatchBehavior or null`
9021
9022 What happens when a thinking block in `messages` fails the conversation
9023 check: it was created in a different conversation, or the messages before
9024 it have changed since. `"error"` (the default) fails the request with a
9025 400 error. `"drop_block"` removes the failing blocks and the request
9026 proceeds; the model no longer sees the dropped reasoning.
9027
9028 - `"error"`
9029
9030 - `"drop_block"`
9031
87899032 - `display: optional "summarized" or "omitted" or "updates" or null`
87909033
87919034 Controls how thinking content appears in the response. When set to `summarized`, thinking is returned normally. When set to `omitted`, thinking content is redacted but a signature is returned for multi-turn continuity. Defaults to `summarized`.
from line 9046
88039046 - `BetaThinkingConfigAdaptive object`
88049047
88059048 - `type: "adaptive"`
9049
9050 - `block_binding: optional BetaThinkingBlockBinding or null`
9051
9052 Controls for block binding: what happens when a thinking block this
9053 request sends back fails the conversation check. Every field is optional;
9054 an empty object means every default.
88069055
88079056 - `display: optional "summarized" or "omitted" or "updates" or null`
88089057
from line 9444
91959444
91969445 - `type: "browser_toolset_20260801"`
91979446
9198 - `allowed_callers: optional array of "direct" or "code_execution_20250825" or "code_execution_20260120" or "code_execution_20260521"`
9199
9200 - `"direct"`
9201
9202 - `"code_execution_20250825"`
9203
9204 - `"code_execution_20260120"`
9205
9206 - `"code_execution_20260521"`
9207
92089447 - `cache_control: optional BetaCacheControlEphemeral or null`
92099448
92109449 Create a cache control breakpoint at this content block.
from line 10069
983010069 via `configs.zoom.enabled`.
983110070
983210071 - `type: "computer_toolset_20260801"`
9833
9834 - `allowed_callers: optional array of "direct" or "code_execution_20250825" or "code_execution_20260120" or "code_execution_20260521"`
9835
9836 - `"direct"`
9837
9838 - `"code_execution_20250825"`
9839
9840 - `"code_execution_20260120"`
9841
9842 - `"code_execution_20260521"`
984310072
984410073 - `cache_control: optional BetaCacheControlEphemeral or null`
984510074
from line 11079
1085011079
1085111080 - `string`
1085211081
10853 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
11082 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
1085411083
1085511084 - `"message-batches-2024-09-24"`
1085611085
from line 11162
1093311162 - `"thinking-display-updates-2026-08-18"`
1093411163
1093511164 - `"ce-user-management-2026-07-13"`
11165
11166 - `"mid-conversation-output-config-2026-07-01"`
11167
11168 - `"thinking-binding-controls-2026-08-01"`
11169
11170 - `"mid-conversation-system-clear-at-2026-08-21"`
1093611171
1093711172- `"anthropic-user-profile-id": optional string`
1093811173
from line 12481
1224612481
1224712482 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
1224812483
12249 - `"claude-sonnet-5" or "claude-fable-5" or "claude-mythos-5" or 12 more`
12484 - `"claude-fable-5-1" or "claude-mythos-5-1" or "claude-sonnet-5" or 14 more`
1225012485
1225112486 The model that will complete your prompt.
1225212487
1225312488 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
1225412489
12490 - `"claude-fable-5-1"`
12491
12492 Frontier intelligence for ambitious tasks across coding, scientific discovery, and enterprise workflows
12493
12494 - `"claude-mythos-5-1"`
12495
12496 Our most capable model for cybersecurity and biology research, available through trusted access programs
12497
1225512498 - `"claude-sonnet-5"`
1225612499
1225712500 High-performance model for coding and agents
from line 12574
1233112574 - `"assistant"`
1233212575
1233312576 - `"system"`
12577
12578 - `clear_at: optional "next_user_message" or "never" or null`
12579
12580 How long this system message's text stays in front of the model. `"never"` (the default) renders it on every request that includes it. `"next_user_message"` renders it only for the user turn it follows: once a later `role: "user"` message exists in `messages` the message stays in the array (send it unchanged) but is no longer shown to the model. Only permitted on `role: "system"` messages.
12581
12582 - `"next_user_message"`
12583
12584 - `"never"`
12585
12586 - `output_config: optional BetaSystemMessageOutputConfig or null`
12587
12588 Per-message output configuration on a role:"system" input message.
12589
12590 Fields here apply per-turn; `format` remains top-level only. An
12591 empty `{}` is accepted on a message that carries content; a message
12592 with neither content nor output_config fields is rejected.
12593
12594 - `effort: optional "low" or "medium" or "high" or 2 more or null`
12595
12596 All possible effort levels.
12597
12598 - `"low"`
12599
12600 - `"medium"`
12601
12602 - `"high"`
12603
12604 - `"xhigh"`
12605
12606 - `"max"`
1233412607
1233512608 - `model: Model`
1233612609
from line 12907
1263412907
1263512908 - `type: "enabled"`
1263612909
12910 - `block_binding: optional BetaThinkingBlockBinding or null`
12911
12912 Controls for block binding: what happens when a thinking block this
12913 request sends back fails the conversation check. Every field is optional;
12914 an empty object means every default.
12915
12916 - `prefix_mismatch_behavior: optional BetaThinkingPrefixMismatchBehavior or null`
12917
12918 What happens when a thinking block in `messages` fails the conversation
12919 check: it was created in a different conversation, or the messages before
12920 it have changed since. `"error"` (the default) fails the request with a
12921 400 error. `"drop_block"` removes the failing blocks and the request
12922 proceeds; the model no longer sees the dropped reasoning.
12923
12924 - `"error"`
12925
12926 - `"drop_block"`
12927
1263712928 - `display: optional "summarized" or "omitted" or "updates" or null`
1263812929
1263912930 Controls how thinking content appears in the response. When set to `summarized`, thinking is returned normally. When set to `omitted`, thinking content is redacted but a signature is returned for multi-turn continuity. Defaults to `summarized`.
from line 12942
1265112942 - `BetaThinkingConfigAdaptive object`
1265212943
1265312944 - `type: "adaptive"`
12945
12946 - `block_binding: optional BetaThinkingBlockBinding or null`
12947
12948 Controls for block binding: what happens when a thinking block this
12949 request sends back fails the conversation check. Every field is optional;
12950 an empty object means every default.
1265412951
1265512952 - `display: optional "summarized" or "omitted" or "updates" or null`
1265612953
from line 13450
1315313450
1315413451 - `type: "browser_toolset_20260801"`
1315513452
13156 - `allowed_callers: optional array of "direct" or "code_execution_20250825" or "code_execution_20260120" or "code_execution_20260521"`
13157
13158 - `"direct"`
13159
13160 - `"code_execution_20250825"`
13161
13162 - `"code_execution_20260120"`
13163
13164 - `"code_execution_20260521"`
13165
1316613453 - `cache_control: optional BetaCacheControlEphemeral or null`
1316713454
1316813455 Create a cache control breakpoint at this content block.
from line 14075
1378814075 via `configs.zoom.enabled`.
1378914076
1379014077 - `type: "computer_toolset_20260801"`
13791
13792 - `allowed_callers: optional array of "direct" or "code_execution_20250825" or "code_execution_20260120" or "code_execution_20260521"`
13793
13794 - `"direct"`
13795
13796 - `"code_execution_20250825"`
13797
13798 - `"code_execution_20260120"`
13799
13800 - `"code_execution_20260521"`
1380114078
1380214079 - `cache_control: optional BetaCacheControlEphemeral or null`
1380314080
from line 15214
1493715214
1493815215 - `string`
1493915216
14940 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
15217 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
1494115218
1494215219 - `"message-batches-2024-09-24"`
1494315220
from line 15297
1502015297 - `"thinking-display-updates-2026-08-18"`
1502115298
1502215299 - `"ce-user-management-2026-07-13"`
15300
15301 - `"mid-conversation-output-config-2026-07-01"`
15302
15303 - `"thinking-binding-controls-2026-08-01"`
15304
15305 - `"mid-conversation-system-clear-at-2026-08-21"`
1502315306
1502415307#### Returns
1502515308
from line 15480
1519715480
1519815481 - `string`
1519915482
15200 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
15483 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
1520115484
1520215485 - `"message-batches-2024-09-24"`
1520315486
from line 15563
1528015563 - `"thinking-display-updates-2026-08-18"`
1528115564
1528215565 - `"ce-user-management-2026-07-13"`
15566
15567 - `"mid-conversation-output-config-2026-07-01"`
15568
15569 - `"thinking-binding-controls-2026-08-01"`
15570
15571 - `"mid-conversation-system-clear-at-2026-08-21"`
1528315572
1528415573#### Returns
1528515574
from line 15755
1546615755
1546715756 - `string`
1546815757
15469 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
15758 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
1547015759
1547115760 - `"message-batches-2024-09-24"`
1547215761
from line 15838
1554915838 - `"thinking-display-updates-2026-08-18"`
1555015839
1555115840 - `"ce-user-management-2026-07-13"`
15841
15842 - `"mid-conversation-output-config-2026-07-01"`
15843
15844 - `"thinking-binding-controls-2026-08-01"`
15845
15846 - `"mid-conversation-system-clear-at-2026-08-21"`
1555215847
1555315848#### Returns
1555415849
from line 16012
1571716012
1571816013 - `string`
1571916014
15720 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
16015 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
1572116016
1572216017 - `"message-batches-2024-09-24"`
1572316018
from line 16095
1580016095 - `"thinking-display-updates-2026-08-18"`
1580116096
1580216097 - `"ce-user-management-2026-07-13"`
16098
16099 - `"mid-conversation-output-config-2026-07-01"`
16100
16101 - `"thinking-binding-controls-2026-08-01"`
16102
16103 - `"mid-conversation-system-clear-at-2026-08-21"`
1580316104
1580416105#### Returns
1580516106
from line 16161
1586016161
1586116162 - `string`
1586216163
15863 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
16164 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
1586416165
1586516166 - `"message-batches-2024-09-24"`
1586616167
from line 16244
1594316244 - `"thinking-display-updates-2026-08-18"`
1594416245
1594516246 - `"ce-user-management-2026-07-13"`
16247
16248 - `"mid-conversation-output-config-2026-07-01"`
16249
16250 - `"thinking-binding-controls-2026-08-01"`
16251
16252 - `"mid-conversation-system-clear-at-2026-08-21"`
1594616253
1594716254#### Returns
1594816255
from line 17194
1688717194
1688817195 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
1688917196
16890 - `"claude-sonnet-5" or "claude-fable-5" or "claude-mythos-5" or 12 more`
17197 - `"claude-fable-5-1" or "claude-mythos-5-1" or "claude-sonnet-5" or 14 more`
1689117198
1689217199 The model that will complete your prompt.
1689317200
1689417201 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
17202
17203 - `"claude-fable-5-1"`
17204
17205 Frontier intelligence for ambitious tasks across coding, scientific discovery, and enterprise workflows
17206
17207 - `"claude-mythos-5-1"`
17208
17209 Our most capable model for cybersecurity and biology research, available through trusted access programs
1689517210
1689617211 - `"claude-sonnet-5"`
1689717212
from line 17939
1762417939
1762517940 - `"fast"`
1762617941
17942 - `input_transformations: optional array of BetaThinkingDroppedInputTransformation or null`
17943
17944 Changes the API made to the request's input before showing it to the model:
17945 one entry per change, in request order. Today the only entry type is
17946 `thinking_dropped` — a `thinking`, `redacted_thinking` or `connector_text`
17947 block from the request's `messages` that was removed from the prompt instead
17948 of being shown to the model because it failed a binding check. More entry
17949 types may be added over time; ignore types you do not recognize.
17950
17951 Requires `anthropic-beta: thinking-binding-controls-2026-08-01`. Present on
17952 every such response from a model that supports extended thinking, as `[]`
17953 when nothing was changed; without the beta, blocks are removed all the same
17954 but nothing is reported. Removed blocks contribute nothing to
17955 `usage.input_tokens`. When streaming, the array is final in `message_start`;
17956 the final `message_delta` event carries it only when a server-side model
17957 fallback happened mid-stream, in which case it holds the serving model's
17958 entries and replaces the one in `message_start`.
17959
17960 - `path: string`
17961
17962 Where the removed block was in your request, as `messages.{i}.content.{j}`:
17963 `i` indexes the `messages` array you sent and `j` that message's `content`
17964 array — the same form error messages use.
17965
17966 - `reason: "model_binding_mismatch" or "prefix_binding_mismatch" or "organization_binding_mismatch" or "end_user_binding_mismatch"`
17967
17968 Which binding check removed the block: `model_binding_mismatch` — it was
17969 created by a model whose reasoning the requested model may not read;
17970 `prefix_binding_mismatch` — the conversation before it differs from the
17971 conversation it was created in (the rest of that turn's consecutive thinking
17972 blocks are removed with it, each with this reason);
17973 `organization_binding_mismatch` — it was created under a different
17974 organization (an Anthropic organization, AWS account or Google Cloud project)
17975 and this organization is not one of its additional organizations;
17976 `end_user_binding_mismatch` — it was created for a different end user, or
17977 was removed by the consumer-organization binding. A block that would fail
17978 several checks reports one reason, in this order of precedence:
17979 `organization_binding_mismatch`, `end_user_binding_mismatch`,
17980 `model_binding_mismatch`, `prefix_binding_mismatch`.
17981
17982 - `"model_binding_mismatch"`
17983
17984 - `"prefix_binding_mismatch"`
17985
17986 - `"organization_binding_mismatch"`
17987
17988 - `"end_user_binding_mismatch"`
17989
17990 - `type: "thinking_dropped"`
17991
17992 Always `thinking_dropped` for this entry type.
17993
17994 default: thinking_dropped
17995
1762717996 - `type: "succeeded"`
1762817997
1762917998 default: succeeded
from line 18140
1777118140
1777218141 - `string`
1777318142
17774 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
18143 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
1777518144
1777618145 - `"message-batches-2024-09-24"`
1777718146
from line 18224
1785518224
1785618225 - `"ce-user-management-2026-07-13"`
1785718226
18227 - `"mid-conversation-output-config-2026-07-01"`
18228
18229 - `"thinking-binding-controls-2026-08-01"`
18230
18231 - `"mid-conversation-system-clear-at-2026-08-21"`
18232
1785818233#### Body parameters
1785918234
1786018235- `model: BetaManagedAgentsModel or BetaManagedAgentsModelConfigParams`
1786118236
1786218237 Model identifier. Accepts the [model string](https://platform.claude.com/docs/en/about-claude/models/overview#latest-models-comparison), e.g. `claude-opus-5`, or a `model_config` object for additional configuration control
1786318238
17864 - `BetaManagedAgentsModel = "claude-sonnet-5" or "claude-fable-5" or "claude-opus-5" or 10 more or string`
18239 - `BetaManagedAgentsModel = "claude-fable-5-1" or "claude-sonnet-5" or "claude-fable-5" or 11 more or string`
1786518240
1786618241 The model that will power your agent.
1786718242
1786818243 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
1786918244
17870 - `"claude-sonnet-5" or "claude-fable-5" or "claude-opus-5" or 10 more`
18245 - `"claude-fable-5-1" or "claude-sonnet-5" or "claude-fable-5" or 11 more`
1787118246
1787218247 The model that will power your agent.
1787318248
1787418249 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
1787518250
18251 - `"claude-fable-5-1"`
18252
18253 Frontier intelligence for ambitious tasks across coding, scientific discovery, and enterprise workflows
18254
1787618255 - `"claude-sonnet-5"`
1787718256
1787818257 High-performance model for coding and agents
from line 18930
1855118930
1855218931 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
1855318932
18554 - `"claude-sonnet-5" or "claude-fable-5" or "claude-opus-5" or 10 more`
18933 - `"claude-fable-5-1" or "claude-sonnet-5" or "claude-fable-5" or 11 more`
1855518934
1855618935 The model that will power your agent.
1855718936
1855818937 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
18938
18939 - `"claude-fable-5-1"`
18940
18941 Frontier intelligence for ambitious tasks across coding, scientific discovery, and enterprise workflows
1855918942
1856018943 - `"claude-sonnet-5"`
1856118944
from line 19565
1918219565
1918319566 - `string`
1918419567
19185 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
19568 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
1918619569
1918719570 - `"message-batches-2024-09-24"`
1918819571
from line 19649
1926619649
1926719650 - `"ce-user-management-2026-07-13"`
1926819651
19652 - `"mid-conversation-output-config-2026-07-01"`
19653
19654 - `"thinking-binding-controls-2026-08-01"`
19655
19656 - `"mid-conversation-system-clear-at-2026-08-21"`
19657
1926919658#### Returns
1927019659
1927119660- `data: array of BetaManagedAgentsAgent`
from line 19697
1930819697
1930919698 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
1931019699
19311 - `"claude-sonnet-5" or "claude-fable-5" or "claude-opus-5" or 10 more`
19700 - `"claude-fable-5-1" or "claude-sonnet-5" or "claude-fable-5" or 11 more`
1931219701
1931319702 The model that will power your agent.
1931419703
1931519704 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
19705
19706 - `"claude-fable-5-1"`
19707
19708 Frontier intelligence for ambitious tasks across coding, scientific discovery, and enterprise workflows
1931619709
1931719710 - `"claude-sonnet-5"`
1931819711
from line 20310
1991720310
1991820311 - `string`
1991920312
19920 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
20313 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
1992120314
1992220315 - `"message-batches-2024-09-24"`
1992320316
from line 20394
2000120394
2000220395 - `"ce-user-management-2026-07-13"`
2000320396
20397 - `"mid-conversation-output-config-2026-07-01"`
20398
20399 - `"thinking-binding-controls-2026-08-01"`
20400
20401 - `"mid-conversation-system-clear-at-2026-08-21"`
20402
2000420403#### Returns
2000520404
2000620405- `BetaManagedAgentsAgent object`
from line 20442
2004320442
2004420443 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
2004520444
20046 - `"claude-sonnet-5" or "claude-fable-5" or "claude-opus-5" or 10 more`
20445 - `"claude-fable-5-1" or "claude-sonnet-5" or "claude-fable-5" or 11 more`
2004720446
2004820447 The model that will power your agent.
2004920448
2005020449 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
20450
20451 - `"claude-fable-5-1"`
20452
20453 Frontier intelligence for ambitious tasks across coding, scientific discovery, and enterprise workflows
2005120454
2005220455 - `"claude-sonnet-5"`
2005320456
from line 21038
2063521038
2063621039 - `string`
2063721040
20638 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
21041 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
2063921042
2064021043 - `"message-batches-2024-09-24"`
2064121044
from line 21122
2071921122
2072021123 - `"ce-user-management-2026-07-13"`
2072121124
21125 - `"mid-conversation-output-config-2026-07-01"`
21126
21127 - `"thinking-binding-controls-2026-08-01"`
21128
21129 - `"mid-conversation-system-clear-at-2026-08-21"`
21130
2072221131#### Body parameters
2072321132
2072421133- `description: optional string or null`
from line 21162
2075321162
2075421163 Model identifier. Accepts the [model string](https://platform.claude.com/docs/en/about-claude/models/overview#latest-models-comparison), e.g. `claude-opus-5`, or a `model_config` object for additional configuration control. Omit to preserve. Cannot be cleared.
2075521164
20756 - `BetaManagedAgentsModel = "claude-sonnet-5" or "claude-fable-5" or "claude-opus-5" or 10 more or string`
21165 - `BetaManagedAgentsModel = "claude-fable-5-1" or "claude-sonnet-5" or "claude-fable-5" or 11 more or string`
2075721166
2075821167 The model that will power your agent.
2075921168
2076021169 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
2076121170
20762 - `"claude-sonnet-5" or "claude-fable-5" or "claude-opus-5" or 10 more`
21171 - `"claude-fable-5-1" or "claude-sonnet-5" or "claude-fable-5" or 11 more`
2076321172
2076421173 The model that will power your agent.
2076521174
2076621175 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
2076721176
21177 - `"claude-fable-5-1"`
21178
21179 Frontier intelligence for ambitious tasks across coding, scientific discovery, and enterprise workflows
21180
2076821181 - `"claude-sonnet-5"`
2076921182
2077021183 High-performance model for coding and agents
from line 21834
2142121834
2142221835 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
2142321836
21424 - `"claude-sonnet-5" or "claude-fable-5" or "claude-opus-5" or 10 more`
21837 - `"claude-fable-5-1" or "claude-sonnet-5" or "claude-fable-5" or 11 more`
2142521838
2142621839 The model that will power your agent.
2142721840
2142821841 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
21842
21843 - `"claude-fable-5-1"`
21844
21845 Frontier intelligence for ambitious tasks across coding, scientific discovery, and enterprise workflows
2142921846
2143021847 - `"claude-sonnet-5"`
2143121848
from line 22436
2201922436
2202022437 - `string`
2202122438
22022 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
22439 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
2202322440
2202422441 - `"message-batches-2024-09-24"`
2202522442
from line 22520
2210322520
2210422521 - `"ce-user-management-2026-07-13"`
2210522522
22523 - `"mid-conversation-output-config-2026-07-01"`
22524
22525 - `"thinking-binding-controls-2026-08-01"`
22526
22527 - `"mid-conversation-system-clear-at-2026-08-21"`
22528
2210622529#### Returns
2210722530
2210822531- `BetaManagedAgentsAgent object`
from line 22568
2214522568
2214622569 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
2214722570
22148 - `"claude-sonnet-5" or "claude-fable-5" or "claude-opus-5" or 10 more`
22571 - `"claude-fable-5-1" or "claude-sonnet-5" or "claude-fable-5" or 11 more`
2214922572
2215022573 The model that will power your agent.
2215122574
2215222575 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
22576
22577 - `"claude-fable-5-1"`
22578
22579 Frontier intelligence for ambitious tasks across coding, scientific discovery, and enterprise workflows
2215322580
2215422581 - `"claude-sonnet-5"`
2215522582
from line 23179
2275223179
2275323180 - `string`
2275423181
22755 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
23182 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
2275623183
2275723184 - `"message-batches-2024-09-24"`
2275823185
from line 23263
2283623263
2283723264 - `"ce-user-management-2026-07-13"`
2283823265
23266 - `"mid-conversation-output-config-2026-07-01"`
23267
23268 - `"thinking-binding-controls-2026-08-01"`
23269
23270 - `"mid-conversation-system-clear-at-2026-08-21"`
23271
2283923272#### Returns
2284023273
2284123274- `data: array of BetaManagedAgentsAgent`
from line 23311
2287823311
2287923312 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
2288023313
22881 - `"claude-sonnet-5" or "claude-fable-5" or "claude-opus-5" or 10 more`
23314 - `"claude-fable-5-1" or "claude-sonnet-5" or "claude-fable-5" or 11 more`
2288223315
2288323316 The model that will power your agent.
2288423317
2288523318 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
23319
23320 - `"claude-fable-5-1"`
23321
23322 Frontier intelligence for ambitious tasks across coding, scientific discovery, and enterprise workflows
2288623323
2288723324 - `"claude-sonnet-5"`
2288823325
from line 23914
2347723914
2347823915 - `string`
2347923916
23480 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
23917 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
2348123918
2348223919 - `"message-batches-2024-09-24"`
2348323920
from line 23997
2356023997 - `"thinking-display-updates-2026-08-18"`
2356123998
2356223999 - `"ce-user-management-2026-07-13"`
24000
24001 - `"mid-conversation-output-config-2026-07-01"`
24002
24003 - `"thinking-binding-controls-2026-08-01"`
24004
24005 - `"mid-conversation-system-clear-at-2026-08-21"`
2356324006
2356424007#### Body parameters
2356524008
from line 24371
2392824371
2392924372 - `string`
2393024373
23931 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
24374 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
2393224375
2393324376 - `"message-batches-2024-09-24"`
2393424377
from line 24454
2401124454 - `"thinking-display-updates-2026-08-18"`
2401224455
2401324456 - `"ce-user-management-2026-07-13"`
24457
24458 - `"mid-conversation-output-config-2026-07-01"`
24459
24460 - `"thinking-binding-controls-2026-08-01"`
24461
24462 - `"mid-conversation-system-clear-at-2026-08-21"`
2401424463
2401524464#### Returns
2401624465
from line 24680
2423124680
2423224681 - `string`
2423324682
24234 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
24683 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
2423524684
2423624685 - `"message-batches-2024-09-24"`
2423724686
from line 24763
2431424763 - `"thinking-display-updates-2026-08-18"`
2431524764
2431624765 - `"ce-user-management-2026-07-13"`
24766
24767 - `"mid-conversation-output-config-2026-07-01"`
24768
24769 - `"thinking-binding-controls-2026-08-01"`
24770
24771 - `"mid-conversation-system-clear-at-2026-08-21"`
2431724772
2431824773#### Returns
2431924774
from line 24980
2452524980
2452624981 - `string`
2452724982
24528 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
24983 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
2452924984
2453024985 - `"message-batches-2024-09-24"`
2453124986
from line 25063
2460825063 - `"thinking-display-updates-2026-08-18"`
2460925064
2461025065 - `"ce-user-management-2026-07-13"`
25066
25067 - `"mid-conversation-output-config-2026-07-01"`
25068
25069 - `"thinking-binding-controls-2026-08-01"`
25070
25071 - `"mid-conversation-system-clear-at-2026-08-21"`
2461125072
2461225073#### Body parameters
2461325074
from line 25406
2494525406
2494625407 - `string`
2494725408
24948 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
25409 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
2494925410
2495025411 - `"message-batches-2024-09-24"`
2495125412
from line 25489
2502825489 - `"thinking-display-updates-2026-08-18"`
2502925490
2503025491 - `"ce-user-management-2026-07-13"`
25492
25493 - `"mid-conversation-output-config-2026-07-01"`
25494
25495 - `"thinking-binding-controls-2026-08-01"`
25496
25497 - `"mid-conversation-system-clear-at-2026-08-21"`
2503125498
2503225499#### Returns
2503325500
from line 25549
2508225549
2508325550 - `string`
2508425551
25085 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
25552 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
2508625553
2508725554 - `"message-batches-2024-09-24"`
2508825555
from line 25632
2516525632 - `"thinking-display-updates-2026-08-18"`
2516625633
2516725634 - `"ce-user-management-2026-07-13"`
25635
25636 - `"mid-conversation-output-config-2026-07-01"`
25637
25638 - `"thinking-binding-controls-2026-08-01"`
25639
25640 - `"mid-conversation-system-clear-at-2026-08-21"`
2516825641
2516925642#### Returns
2517025643
from line 25856
2538325856
2538425857 - `string`
2538525858
25386 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
25859 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
2538725860
2538825861 - `"message-batches-2024-09-24"`
2538925862
from line 25939
2546625939 - `"thinking-display-updates-2026-08-18"`
2546725940
2546825941 - `"ce-user-management-2026-07-13"`
25942
25943 - `"mid-conversation-output-config-2026-07-01"`
25944
25945 - `"thinking-binding-controls-2026-08-01"`
25946
25947 - `"mid-conversation-system-clear-at-2026-08-21"`
2546925948
2547025949#### Returns
2547125950
from line 26096
2561726096
2561826097 - `string`
2561926098
25620 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
26099 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
2562126100
2562226101 - `"message-batches-2024-09-24"`
2562326102
from line 26179
2570026179 - `"thinking-display-updates-2026-08-18"`
2570126180
2570226181 - `"ce-user-management-2026-07-13"`
26182
26183 - `"mid-conversation-output-config-2026-07-01"`
26184
26185 - `"thinking-binding-controls-2026-08-01"`
26186
26187 - `"mid-conversation-system-clear-at-2026-08-21"`
2570326188
2570426189- `"Anthropic-Worker-ID": optional string`
2570526190
from line 26328
2584326328
2584426329 - `string`
2584526330
25846 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
26331 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
2584726332
2584826333 - `"message-batches-2024-09-24"`
2584926334
from line 26411
2592626411 - `"thinking-display-updates-2026-08-18"`
2592726412
2592826413 - `"ce-user-management-2026-07-13"`
26414
26415 - `"mid-conversation-output-config-2026-07-01"`
26416
26417 - `"thinking-binding-controls-2026-08-01"`
26418
26419 - `"mid-conversation-system-clear-at-2026-08-21"`
2592926420
2593026421#### Returns
2593126422
from line 26567
2607626567
2607726568 - `string`
2607826569
26079 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
26570 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
2608026571
2608126572 - `"message-batches-2024-09-24"`
2608226573
from line 26650
2615926650 - `"thinking-display-updates-2026-08-18"`
2616026651
2616126652 - `"ce-user-management-2026-07-13"`
26653
26654 - `"mid-conversation-output-config-2026-07-01"`
26655
26656 - `"thinking-binding-controls-2026-08-01"`
26657
26658 - `"mid-conversation-system-clear-at-2026-08-21"`
2616226659
2616326660#### Returns
2616426661
from line 26739
2624226739
2624326740 - `string`
2624426741
26245 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
26742 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
2624626743
2624726744 - `"message-batches-2024-09-24"`
2624826745
from line 26822
2632526822 - `"thinking-display-updates-2026-08-18"`
2632626823
2632726824 - `"ce-user-management-2026-07-13"`
26825
26826 - `"mid-conversation-output-config-2026-07-01"`
26827
26828 - `"thinking-binding-controls-2026-08-01"`
26829
26830 - `"mid-conversation-system-clear-at-2026-08-21"`
2632826831
2632926832#### Body parameters
2633026833
from line 26987
2648426987
2648526988 - `string`
2648626989
26487 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
26990 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
2648826991
2648926992 - `"message-batches-2024-09-24"`
2649026993
from line 27070
2656727070 - `"thinking-display-updates-2026-08-18"`
2656827071
2656927072 - `"ce-user-management-2026-07-13"`
27073
27074 - `"mid-conversation-output-config-2026-07-01"`
27075
27076 - `"thinking-binding-controls-2026-08-01"`
27077
27078 - `"mid-conversation-system-clear-at-2026-08-21"`
2657027079
2657127080#### Returns
2657227081
from line 27224
2671527224
2671627225 - `string`
2671727226
26718 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
27227 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
2671927228
2672027229 - `"message-batches-2024-09-24"`
2672127230
from line 27307
2679827307 - `"thinking-display-updates-2026-08-18"`
2679927308
2680027309 - `"ce-user-management-2026-07-13"`
27310
27311 - `"mid-conversation-output-config-2026-07-01"`
27312
27313 - `"thinking-binding-controls-2026-08-01"`
27314
27315 - `"mid-conversation-system-clear-at-2026-08-21"`
2680127316
2680227317#### Body parameters
2680327318
from line 27460
2694527460
2694627461 - `string`
2694727462
26948 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
27463 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
2694927464
2695027465 - `"message-batches-2024-09-24"`
2695127466
from line 27543
2702827543 - `"thinking-display-updates-2026-08-18"`
2702927544
2703027545 - `"ce-user-management-2026-07-13"`
27546
27547 - `"mid-conversation-output-config-2026-07-01"`
27548
27549 - `"thinking-binding-controls-2026-08-01"`
27550
27551 - `"mid-conversation-system-clear-at-2026-08-21"`
2703127552
2703227553#### Returns
2703327554
from line 27619
2709827619
2709927620 - `string`
2710027621
27101 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
27622 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
2710227623
2710327624 - `"message-batches-2024-09-24"`
2710427625
from line 27703
2718227703
2718327704 - `"ce-user-management-2026-07-13"`
2718427705
27706 - `"mid-conversation-output-config-2026-07-01"`
27707
27708 - `"thinking-binding-controls-2026-08-01"`
27709
27710 - `"mid-conversation-system-clear-at-2026-08-21"`
27711
2718527712#### Body parameters
2718627713
2718727714- `agent: string or BetaManagedAgentsAgentParams or BetaManagedAgentsAgentWithOverridesParams`
from line 27769
2724227769
2724327770 Replacement model. Accepts the model string, e.g. `claude-opus-5`, or a `model_config` object. Omit to use the agent's model.
2724427771
27245 - `BetaManagedAgentsModel = "claude-sonnet-5" or "claude-fable-5" or "claude-opus-5" or 10 more or string`
27772 - `BetaManagedAgentsModel = "claude-fable-5-1" or "claude-sonnet-5" or "claude-fable-5" or 11 more or string`
2724627773
2724727774 The model that will power your agent.
2724827775
2724927776 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
2725027777
27251 - `"claude-sonnet-5" or "claude-fable-5" or "claude-opus-5" or 10 more`
27778 - `"claude-fable-5-1" or "claude-sonnet-5" or "claude-fable-5" or 11 more`
2725227779
2725327780 The model that will power your agent.
2725427781
2725527782 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
2725627783
27784 - `"claude-fable-5-1"`
27785
27786 Frontier intelligence for ambitious tasks across coding, scientific discovery, and enterprise workflows
27787
2725727788 - `"claude-sonnet-5"`
2725827789
2725927790 High-performance model for coding and agents
from line 28713
2818228713
2818328714 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
2818428715
28185 - `"claude-sonnet-5" or "claude-fable-5" or "claude-opus-5" or 10 more`
28716 - `"claude-fable-5-1" or "claude-sonnet-5" or "claude-fable-5" or 11 more`
2818628717
2818728718 The model that will power your agent.
2818828719
2818928720 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
2819028721
28722 - `"claude-fable-5-1"`
28723
28724 Frontier intelligence for ambitious tasks across coding, scientific discovery, and enterprise workflows
28725
2819128726 - `"claude-sonnet-5"`
2819228727
2819328728 High-performance model for coding and agents
from line 29271
2873629271
2873729272 - `outcome_evaluations: array of BetaManagedAgentsOutcomeEvaluationResource`
2873829273
28739 Per-outcome evaluation state. One entry per define_outcome event sent to the session.
29274 Per-outcome evaluation state. One entry per `define_outcome` event sent to the session.
2874029275
2874129276 - `completed_at: string or null`
2874229277
from line 29285
2875029285
2875129286 - `explanation: string or null`
2875229287
28753 Grader's verdict text from the most recent evaluation. For satisfied, explains why criteria are met; for needs_revision (intermediate), what's missing; for failed, why unrecoverable.
29288 Grader's verdict text from the most recent evaluation. For `satisfied`, explains why criteria are met; for `needs_revision` (intermediate), what's missing; for `failed`, why unrecoverable.
2875429289
2875529290 - `iteration: number`
2875629291
from line 29413
2887829413
2887929414 - `active_seconds: optional number`
2888029415
28881 Cumulative time in seconds the session spent in running status. Excludes idle time.
29416 Cumulative time in seconds the session spent in `running` status. Excludes idle time.
2888229417
2888329418 format: double
2888429419
from line 29740
2920529740
2920629741- `agent_version: optional number`
2920729742
29208 Filter by agent version. Only applies when agent_id is also set.
29743 Filter by agent version. Only applies when `agent_id` is also set.
2920929744
2921029745 format: int32
2921129746
from line 29784
2924929784
2925029785- `memory_store_id: optional string`
2925129786
29252 Filter sessions whose resources contain a memory_store with this memory store ID.
29787 Filter sessions whose resources contain a `memory_store` with this memory store ID.
2925329788
2925429789- `order: optional "asc" or "desc"`
2925529790
29256 Sort direction for results, ordered by created_at. Defaults to desc (newest first).
29791 Sort direction for results, ordered by `created_at`. Defaults to `desc` (newest first).
2925729792
2925829793 - `"asc"`
2925929794
from line 29818
2928329818
2928429819 - `string`
2928529820
29286 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
29821 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
2928729822
2928829823 - `"message-batches-2024-09-24"`
2928929824
from line 29902
2936729902
2936829903 - `"ce-user-management-2026-07-13"`
2936929904
29905 - `"mid-conversation-output-config-2026-07-01"`
29906
29907 - `"thinking-binding-controls-2026-08-01"`
29908
29909 - `"mid-conversation-system-clear-at-2026-08-21"`
29910
2937029911#### Returns
2937129912
2937229913- `data: optional array of BetaManagedAgentsSession`
from line 29942
2940129942
2940229943 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
2940329944
29404 - `"claude-sonnet-5" or "claude-fable-5" or "claude-opus-5" or 10 more`
29945 - `"claude-fable-5-1" or "claude-sonnet-5" or "claude-fable-5" or 11 more`
2940529946
2940629947 The model that will power your agent.
2940729948
2940829949 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
2940929950
29951 - `"claude-fable-5-1"`
29952
29953 Frontier intelligence for ambitious tasks across coding, scientific discovery, and enterprise workflows
29954
2941029955 - `"claude-sonnet-5"`
2941129956
2941229957 High-performance model for coding and agents
from line 30500
2995530500
2995630501 - `outcome_evaluations: array of BetaManagedAgentsOutcomeEvaluationResource`
2995730502
29958 Per-outcome evaluation state. One entry per define_outcome event sent to the session.
30503 Per-outcome evaluation state. One entry per `define_outcome` event sent to the session.
2995930504
2996030505 - `completed_at: string or null`
2996130506
from line 30514
2996930514
2997030515 - `explanation: string or null`
2997130516
29972 Grader's verdict text from the most recent evaluation. For satisfied, explains why criteria are met; for needs_revision (intermediate), what's missing; for failed, why unrecoverable.
30517 Grader's verdict text from the most recent evaluation. For `satisfied`, explains why criteria are met; for `needs_revision` (intermediate), what's missing; for `failed`, why unrecoverable.
2997330518
2997430519 - `iteration: number`
2997530520
from line 30642
3009730642
3009830643 - `active_seconds: optional number`
3009930644
30100 Cumulative time in seconds the session spent in running status. Excludes idle time.
30645 Cumulative time in seconds the session spent in `running` status. Excludes idle time.
3010130646
3010230647 format: double
3010330648
from line 30981
3043630981
3043730982 - `string`
3043830983
30439 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
30984 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
3044030985
3044130986 - `"message-batches-2024-09-24"`
3044230987
from line 31065
3052031065
3052131066 - `"ce-user-management-2026-07-13"`
3052231067
31068 - `"mid-conversation-output-config-2026-07-01"`
31069
31070 - `"thinking-binding-controls-2026-08-01"`
31071
31072 - `"mid-conversation-system-clear-at-2026-08-21"`
31073
3052331074#### Returns
3052431075
3052531076- `BetaManagedAgentsSession object`
from line 31105
3055431105
3055531106 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
3055631107
30557 - `"claude-sonnet-5" or "claude-fable-5" or "claude-opus-5" or 10 more`
31108 - `"claude-fable-5-1" or "claude-sonnet-5" or "claude-fable-5" or 11 more`
3055831109
3055931110 The model that will power your agent.
3056031111
3056131112 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
3056231113
31114 - `"claude-fable-5-1"`
31115
31116 Frontier intelligence for ambitious tasks across coding, scientific discovery, and enterprise workflows
31117
3056331118 - `"claude-sonnet-5"`
3056431119
3056531120 High-performance model for coding and agents
from line 31663
3110831663
3110931664 - `outcome_evaluations: array of BetaManagedAgentsOutcomeEvaluationResource`
3111031665
31111 Per-outcome evaluation state. One entry per define_outcome event sent to the session.
31666 Per-outcome evaluation state. One entry per `define_outcome` event sent to the session.
3111231667
3111331668 - `completed_at: string or null`
3111431669
from line 31677
3112231677
3112331678 - `explanation: string or null`
3112431679
31125 Grader's verdict text from the most recent evaluation. For satisfied, explains why criteria are met; for needs_revision (intermediate), what's missing; for failed, why unrecoverable.
31680 Grader's verdict text from the most recent evaluation. For `satisfied`, explains why criteria are met; for `needs_revision` (intermediate), what's missing; for `failed`, why unrecoverable.
3112631681
3112731682 - `iteration: number`
3112831683
from line 31805
3125031805
3125131806 - `active_seconds: optional number`
3125231807
31253 Cumulative time in seconds the session spent in running status. Excludes idle time.
31808 Cumulative time in seconds the session spent in `running` status. Excludes idle time.
3125431809
3125531810 format: double
3125631811
from line 32130
3157532130
3157632131 - `string`
3157732132
31578 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
32133 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
3157932134
3158032135 - `"message-batches-2024-09-24"`
3158132136
from line 32214
3165932214
3166032215 - `"ce-user-management-2026-07-13"`
3166132216
32217 - `"mid-conversation-output-config-2026-07-01"`
32218
32219 - `"thinking-binding-controls-2026-08-01"`
32220
32221 - `"mid-conversation-system-clear-at-2026-08-21"`
32222
3166232223#### Body parameters
3166332224
3166432225- `agent: optional BetaManagedAgentsSessionAgentUpdate`
from line 32694
3213332694
3213432695 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
3213532696
32136 - `"claude-sonnet-5" or "claude-fable-5" or "claude-opus-5" or 10 more`
32697 - `"claude-fable-5-1" or "claude-sonnet-5" or "claude-fable-5" or 11 more`
3213732698
3213832699 The model that will power your agent.
3213932700
3214032701 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
3214132702
32703 - `"claude-fable-5-1"`
32704
32705 Frontier intelligence for ambitious tasks across coding, scientific discovery, and enterprise workflows
32706
3214232707 - `"claude-sonnet-5"`
3214332708
3214432709 High-performance model for coding and agents
from line 33252
3268733252
3268833253 - `outcome_evaluations: array of BetaManagedAgentsOutcomeEvaluationResource`
3268933254
32690 Per-outcome evaluation state. One entry per define_outcome event sent to the session.
33255 Per-outcome evaluation state. One entry per `define_outcome` event sent to the session.
3269133256
3269233257 - `completed_at: string or null`
3269333258
from line 33266
3270133266
3270233267 - `explanation: string or null`
3270333268
32704 Grader's verdict text from the most recent evaluation. For satisfied, explains why criteria are met; for needs_revision (intermediate), what's missing; for failed, why unrecoverable.
33269 Grader's verdict text from the most recent evaluation. For `satisfied`, explains why criteria are met; for `needs_revision` (intermediate), what's missing; for `failed`, why unrecoverable.
3270533270
3270633271 - `iteration: number`
3270733272
from line 33394
3282933394
3283033395 - `active_seconds: optional number`
3283133396
32832 Cumulative time in seconds the session spent in running status. Excludes idle time.
33397 Cumulative time in seconds the session spent in `running` status. Excludes idle time.
3283333398
3283433399 format: double
3283533400
from line 33723
3315833723
3315933724 - `string`
3316033725
33161 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
33726 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
3316233727
3316333728 - `"message-batches-2024-09-24"`
3316433729
from line 33806
3324133806 - `"thinking-display-updates-2026-08-18"`
3324233807
3324333808 - `"ce-user-management-2026-07-13"`
33809
33810 - `"mid-conversation-output-config-2026-07-01"`
33811
33812 - `"thinking-binding-controls-2026-08-01"`
33813
33814 - `"mid-conversation-system-clear-at-2026-08-21"`
3324433815
3324533816#### Returns
3324633817
from line 33860
3328933860
3329033861 - `string`
3329133862
33292 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
33863 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
3329333864
3329433865 - `"message-batches-2024-09-24"`
3329533866
from line 33944
3337333944
3337433945 - `"ce-user-management-2026-07-13"`
3337533946
33947 - `"mid-conversation-output-config-2026-07-01"`
33948
33949 - `"thinking-binding-controls-2026-08-01"`
33950
33951 - `"mid-conversation-system-clear-at-2026-08-21"`
33952
3337633953#### Returns
3337733954
3337833955- `BetaManagedAgentsSession object`
from line 33984
3340733984
3340833985 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
3340933986
33410 - `"claude-sonnet-5" or "claude-fable-5" or "claude-opus-5" or 10 more`
33987 - `"claude-fable-5-1" or "claude-sonnet-5" or "claude-fable-5" or 11 more`
3341133988
3341233989 The model that will power your agent.
3341333990
3341433991 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
3341533992
33993 - `"claude-fable-5-1"`
33994
33995 Frontier intelligence for ambitious tasks across coding, scientific discovery, and enterprise workflows
33996
3341633997 - `"claude-sonnet-5"`
3341733998
3341833999 High-performance model for coding and agents
from line 34542
3396134542
3396234543 - `outcome_evaluations: array of BetaManagedAgentsOutcomeEvaluationResource`
3396334544
33964 Per-outcome evaluation state. One entry per define_outcome event sent to the session.
34545 Per-outcome evaluation state. One entry per `define_outcome` event sent to the session.
3396534546
3396634547 - `completed_at: string or null`
3396734548
from line 34556
3397534556
3397634557 - `explanation: string or null`
3397734558
33978 Grader's verdict text from the most recent evaluation. For satisfied, explains why criteria are met; for needs_revision (intermediate), what's missing; for failed, why unrecoverable.
34559 Grader's verdict text from the most recent evaluation. For `satisfied`, explains why criteria are met; for `needs_revision` (intermediate), what's missing; for `failed`, why unrecoverable.
3397934560
3398034561 - `iteration: number`
3398134562
from line 34684
3410334684
3410434685 - `active_seconds: optional number`
3410534686
34106 Cumulative time in seconds the session spent in running status. Excludes idle time.
34687 Cumulative time in seconds the session spent in `running` status. Excludes idle time.
3410734688
3410834689 format: double
3410934690
from line 35038
3445735038
3445835039- `order: optional "asc" or "desc"`
3445935040
34460 Sort direction for results, ordered by the event's `processed_at`. Defaults to asc (chronological).
35041 Sort direction for results, ordered by the event's `processed_at`. Defaults to `asc` (chronological).
3446135042
3446235043 - `"asc"`
3446335044
from line 35046
3446535046
3446635047- `page: optional string`
3446735048
34468 Opaque pagination cursor from a previous response's next_page.
35049 Opaque pagination cursor from a previous response's `next_page`.
3446935050
3447035051- `types: optional array of string`
3447135052
from line 35060
3447935060
3448035061 - `string`
3448135062
34482 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
35063 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
3448335064
3448435065 - `"message-batches-2024-09-24"`
3448535066
from line 35144
3456335144
3456435145 - `"ce-user-management-2026-07-13"`
3456535146
35147 - `"mid-conversation-output-config-2026-07-01"`
35148
35149 - `"thinking-binding-controls-2026-08-01"`
35150
35151 - `"mid-conversation-system-clear-at-2026-08-21"`
35152
3456635153#### Returns
3456735154
3456835155- `data: optional array of BetaManagedAgentsSessionEvent`
from line 36622
3603536622
3603636623 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
3603736624
36038 - `"claude-sonnet-5" or "claude-fable-5" or "claude-opus-5" or 10 more`
36625 - `"claude-fable-5-1" or "claude-sonnet-5" or "claude-fable-5" or 11 more`
3603936626
3604036627 The model that will power your agent.
3604136628
3604236629 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
36630
36631 - `"claude-fable-5-1"`
36632
36633 Frontier intelligence for ambitious tasks across coding, scientific discovery, and enterprise workflows
3604336634
3604436635 - `"claude-sonnet-5"`
3604536636
from line 37345
3675437345
3675537346 - `string`
3675637347
36757 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
37348 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
3675837349
3675937350 - `"message-batches-2024-09-24"`
3676037351
from line 37428
3683737428 - `"thinking-display-updates-2026-08-18"`
3683837429
3683937430 - `"ce-user-management-2026-07-13"`
37431
37432 - `"mid-conversation-output-config-2026-07-01"`
37433
37434 - `"thinking-binding-controls-2026-08-01"`
37435
37436 - `"mid-conversation-system-clear-at-2026-08-21"`
3684037437
3684137438#### Body parameters
3684237439
from line 38316
3771938316
3772038317 - `string`
3772138318
37722 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
38319 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
3772338320
3772438321 - `"message-batches-2024-09-24"`
3772538322
from line 38400
3780338400
3780438401 - `"ce-user-management-2026-07-13"`
3780538402
38403 - `"mid-conversation-output-config-2026-07-01"`
38404
38405 - `"thinking-binding-controls-2026-08-01"`
38406
38407 - `"mid-conversation-system-clear-at-2026-08-21"`
38408
3780638409#### Returns
3780738410
3780838411- `BetaManagedAgentsStreamSessionEvents = BetaManagedAgentsUserMessageEvent or BetaManagedAgentsUserInterruptEvent or BetaManagedAgentsUserToolConfirmationEvent or 34 more`
from line 39878
3927539878
3927639879 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
3927739880
39278 - `"claude-sonnet-5" or "claude-fable-5" or "claude-opus-5" or 10 more`
39881 - `"claude-fable-5-1" or "claude-sonnet-5" or "claude-fable-5" or 11 more`
3927939882
3928039883 The model that will power your agent.
3928139884
3928239885 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
39886
39887 - `"claude-fable-5-1"`
39888
39889 Frontier intelligence for ambitious tasks across coding, scientific discovery, and enterprise workflows
3928339890
3928439891 - `"claude-sonnet-5"`
3928539892
from line 40639
4003240639
4003340640 - `string`
4003440641
40035 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
40642 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
4003640643
4003740644 - `"message-batches-2024-09-24"`
4003840645
from line 40722
4011540722 - `"thinking-display-updates-2026-08-18"`
4011640723
4011740724 - `"ce-user-management-2026-07-13"`
40725
40726 - `"mid-conversation-output-config-2026-07-01"`
40727
40728 - `"thinking-binding-controls-2026-08-01"`
40729
40730 - `"mid-conversation-system-clear-at-2026-08-21"`
4011840731
4011940732#### Body parameters
4012040733
from line 40817
4020440817
4020540818- `page: optional string`
4020640819
40207 Opaque cursor from a previous response's next_page field.
40820 Opaque cursor from a previous response's `next_page` field.
4020840821
4020940822#### Headers
4021040823
from line 40827
4021440827
4021540828 - `string`
4021640829
40217 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
40830 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
4021840831
4021940832 - `"message-batches-2024-09-24"`
4022040833
from line 40910
4029740910 - `"thinking-display-updates-2026-08-18"`
4029840911
4029940912 - `"ce-user-management-2026-07-13"`
40913
40914 - `"mid-conversation-output-config-2026-07-01"`
40915
40916 - `"thinking-binding-controls-2026-08-01"`
40917
40918 - `"mid-conversation-system-clear-at-2026-08-21"`
4030040919
4030140920#### Returns
4030240921
from line 41088
4046941088
4047041089 - `string`
4047141090
40472 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
41091 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
4047341092
4047441093 - `"message-batches-2024-09-24"`
4047541094
from line 41171
4055241171 - `"thinking-display-updates-2026-08-18"`
4055341172
4055441173 - `"ce-user-management-2026-07-13"`
41174
41175 - `"mid-conversation-output-config-2026-07-01"`
41176
41177 - `"thinking-binding-controls-2026-08-01"`
41178
41179 - `"mid-conversation-system-clear-at-2026-08-21"`
4055541180
4055641181#### Returns
4055741182
from line 41328
4070341328
4070441329 - `string`
4070541330
40706 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
41331 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
4070741332
4070841333 - `"message-batches-2024-09-24"`
4070941334
from line 41411
4078641411 - `"thinking-display-updates-2026-08-18"`
4078741412
4078841413 - `"ce-user-management-2026-07-13"`
41414
41415 - `"mid-conversation-output-config-2026-07-01"`
41416
41417 - `"thinking-binding-controls-2026-08-01"`
41418
41419 - `"mid-conversation-system-clear-at-2026-08-21"`
4078941420
4079041421#### Body parameters
4079141422
from line 41580
4094941580
4095041581 - `string`
4095141582
40952 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
41583 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
4095341584
4095441585 - `"message-batches-2024-09-24"`
4095541586
from line 41663
4103241663 - `"thinking-display-updates-2026-08-18"`
4103341664
4103441665 - `"ce-user-management-2026-07-13"`
41666
41667 - `"mid-conversation-output-config-2026-07-01"`
41668
41669 - `"thinking-binding-controls-2026-08-01"`
41670
41671 - `"mid-conversation-system-clear-at-2026-08-21"`
4103541672
4103641673#### Returns
4103741674
from line 41721
4108441721
4108541722- `page: optional string`
4108641723
41087 Opaque pagination cursor from a previous response's next_page. Forward-only.
41724 Opaque pagination cursor from a previous response's `next_page`. Forward-only.
4108841725
4108941726#### Headers
4109041727
from line 41731
4109441731
4109541732 - `string`
4109641733
41097 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
41734 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
4109841735
4109941736 - `"message-batches-2024-09-24"`
4110041737
from line 41815
4117841815
4117941816 - `"ce-user-management-2026-07-13"`
4118041817
41818 - `"mid-conversation-output-config-2026-07-01"`
41819
41820 - `"thinking-binding-controls-2026-08-01"`
41821
41822 - `"mid-conversation-system-clear-at-2026-08-21"`
41823
4118141824#### Returns
4118241825
4118341826- `data: optional array of BetaManagedAgentsSessionThread`
from line 41861
4121841861
4121941862 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
4122041863
41221 - `"claude-sonnet-5" or "claude-fable-5" or "claude-opus-5" or 10 more`
41864 - `"claude-fable-5-1" or "claude-sonnet-5" or "claude-fable-5" or 11 more`
4122241865
4122341866 The model that will power your agent.
4122441867
4122541868 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
41869
41870 - `"claude-fable-5-1"`
41871
41872 Frontier intelligence for ambitious tasks across coding, scientific discovery, and enterprise workflows
4122641873
4122741874 - `"claude-sonnet-5"`
4122841875
from line 42584
4193742584
4193842585 - `string`
4193942586
41940 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
42587 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
4194142588
4194242589 - `"message-batches-2024-09-24"`
4194342590
from line 42668
4202142668
4202242669 - `"ce-user-management-2026-07-13"`
4202342670
42671 - `"mid-conversation-output-config-2026-07-01"`
42672
42673 - `"thinking-binding-controls-2026-08-01"`
42674
42675 - `"mid-conversation-system-clear-at-2026-08-21"`
42676
4202442677#### Returns
4202542678
4202642679- `BetaManagedAgentsSessionThread object`
from line 42714
4206142714
4206242715 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
4206342716
42064 - `"claude-sonnet-5" or "claude-fable-5" or "claude-opus-5" or 10 more`
42717 - `"claude-fable-5-1" or "claude-sonnet-5" or "claude-fable-5" or 11 more`
4206542718
4206642719 The model that will power your agent.
4206742720
4206842721 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
42722
42723 - `"claude-fable-5-1"`
42724
42725 Frontier intelligence for ambitious tasks across coding, scientific discovery, and enterprise workflows
4206942726
4207042727 - `"claude-sonnet-5"`
4207142728
from line 43428
4277143428
4277243429 - `string`
4277343430
42774 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
43431 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
4277543432
4277643433 - `"message-batches-2024-09-24"`
4277743434
from line 43512
4285543512
4285643513 - `"ce-user-management-2026-07-13"`
4285743514
43515 - `"mid-conversation-output-config-2026-07-01"`
43516
43517 - `"thinking-binding-controls-2026-08-01"`
43518
43519 - `"mid-conversation-system-clear-at-2026-08-21"`
43520
4285843521#### Returns
4285943522
4286043523- `BetaManagedAgentsSessionThread object`
from line 43558
4289543558
4289643559 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
4289743560
42898 - `"claude-sonnet-5" or "claude-fable-5" or "claude-opus-5" or 10 more`
43561 - `"claude-fable-5-1" or "claude-sonnet-5" or "claude-fable-5" or 11 more`
4289943562
4290043563 The model that will power your agent.
4290143564
4290243565 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
43566
43567 - `"claude-fable-5-1"`
43568
43569 Frontier intelligence for ambitious tasks across coding, scientific discovery, and enterprise workflows
4290343570
4290443571 - `"claude-sonnet-5"`
4290543572
from line 44287
4362044287
4362144288 - `string`
4362244289
43623 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
44290 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
4362444291
4362544292 - `"message-batches-2024-09-24"`
4362644293
from line 44371
4370444371
4370544372 - `"ce-user-management-2026-07-13"`
4370644373
44374 - `"mid-conversation-output-config-2026-07-01"`
44375
44376 - `"thinking-binding-controls-2026-08-01"`
44377
44378 - `"mid-conversation-system-clear-at-2026-08-21"`
44379
4370744380#### Returns
4370844381
4370944382- `data: optional array of BetaManagedAgentsSessionEvent`
from line 45849
4517645849
4517745850 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
4517845851
45179 - `"claude-sonnet-5" or "claude-fable-5" or "claude-opus-5" or 10 more`
45852 - `"claude-fable-5-1" or "claude-sonnet-5" or "claude-fable-5" or 11 more`
4518045853
4518145854 The model that will power your agent.
4518245855
4518345856 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
45857
45858 - `"claude-fable-5-1"`
45859
45860 Frontier intelligence for ambitious tasks across coding, scientific discovery, and enterprise workflows
4518445861
4518545862 - `"claude-sonnet-5"`
4518645863
from line 46573
4589646573
4589746574 - `string`
4589846575
45899 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
46576 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
4590046577
4590146578 - `"message-batches-2024-09-24"`
4590246579
from line 46657
4598046657
4598146658 - `"ce-user-management-2026-07-13"`
4598246659
46660 - `"mid-conversation-output-config-2026-07-01"`
46661
46662 - `"thinking-binding-controls-2026-08-01"`
46663
46664 - `"mid-conversation-system-clear-at-2026-08-21"`
46665
4598346666#### Returns
4598446667
4598546668- `BetaManagedAgentsStreamSessionThreadEvents = BetaManagedAgentsUserMessageEvent or BetaManagedAgentsUserInterruptEvent or BetaManagedAgentsUserToolConfirmationEvent or 34 more`
from line 48135
4745248135
4745348136 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
4745448137
47455 - `"claude-sonnet-5" or "claude-fable-5" or "claude-opus-5" or 10 more`
48138 - `"claude-fable-5-1" or "claude-sonnet-5" or "claude-fable-5" or 11 more`
4745648139
4745748140 The model that will power your agent.
4745848141
4745948142 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
48143
48144 - `"claude-fable-5-1"`
48145
48146 Frontier intelligence for ambitious tasks across coding, scientific discovery, and enterprise workflows
4746048147
4746148148 - `"claude-sonnet-5"`
4746248149
from line 48892
4820548892
4820648893 - `string`
4820748894
48208 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
48895 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
4820948896
4821048897 - `"message-batches-2024-09-24"`
4821148898
from line 48975
4828848975 - `"thinking-display-updates-2026-08-18"`
4828948976
4829048977 - `"ce-user-management-2026-07-13"`
48978
48979 - `"mid-conversation-output-config-2026-07-01"`
48980
48981 - `"thinking-binding-controls-2026-08-01"`
48982
48983 - `"mid-conversation-system-clear-at-2026-08-21"`
4829148984
4829248985#### Body parameters
4829348986
from line 50033
4934050033
4934150034- `status: optional BetaManagedAgentsDeploymentStatus`
4934250035
49343 Filter by status: active or paused. Omit for both. To include archived deployments, use include_archived instead; the two cannot be combined.
50036 Filter by status: `active` or `paused`. Omit for both. To include archived deployments, use `include_archived` instead; the two cannot be combined.
4934450037
4934550038 - `"active"`
4934650039
from line 50047
4935450047
4935550048 - `string`
4935650049
49357 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
50050 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
4935850051
4935950052 - `"message-batches-2024-09-24"`
4936050053
from line 50130
4943750130 - `"thinking-display-updates-2026-08-18"`
4943850131
4943950132 - `"ce-user-management-2026-07-13"`
50133
50134 - `"mid-conversation-output-config-2026-07-01"`
50135
50136 - `"thinking-binding-controls-2026-08-01"`
50137
50138 - `"mid-conversation-system-clear-at-2026-08-21"`
4944050139
4944150140#### Returns
4944250141
from line 50756
5005750756
5005850757 - `string`
5005950758
50060 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
50759 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
5006150760
5006250761 - `"message-batches-2024-09-24"`
5006350762
from line 50839
5014050839 - `"thinking-display-updates-2026-08-18"`
5014150840
5014250841 - `"ce-user-management-2026-07-13"`
50842
50843 - `"mid-conversation-output-config-2026-07-01"`
50844
50845 - `"thinking-binding-controls-2026-08-01"`
50846
50847 - `"mid-conversation-system-clear-at-2026-08-21"`
5014350848
5014450849#### Returns
5014550850
from line 51456
5075151456
5075251457 - `string`
5075351458
50754 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
51459 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
5075551460
5075651461 - `"message-batches-2024-09-24"`
5075751462
from line 51539
5083451539 - `"thinking-display-updates-2026-08-18"`
5083551540
5083651541 - `"ce-user-management-2026-07-13"`
51542
51543 - `"mid-conversation-output-config-2026-07-01"`
51544
51545 - `"thinking-binding-controls-2026-08-01"`
51546
51547 - `"mid-conversation-system-clear-at-2026-08-21"`
5083751548
5083851549#### Body parameters
5083951550
from line 52560
5184952560
5185052561 - `string`
5185152562
51852 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
52563 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
5185352564
5185452565 - `"message-batches-2024-09-24"`
5185552566
from line 52643
5193252643 - `"thinking-display-updates-2026-08-18"`
5193352644
5193452645 - `"ce-user-management-2026-07-13"`
52646
52647 - `"mid-conversation-output-config-2026-07-01"`
52648
52649 - `"thinking-binding-controls-2026-08-01"`
52650
52651 - `"mid-conversation-system-clear-at-2026-08-21"`
5193552652
5193652653#### Returns
5193752654
from line 53261
5254453261
5254553262 - `string`
5254653263
52547 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
53264 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
5254853265
5254953266 - `"message-batches-2024-09-24"`
5255053267
from line 53345
5262853345
5262953346 - `"ce-user-management-2026-07-13"`
5263053347
53348 - `"mid-conversation-output-config-2026-07-01"`
53349
53350 - `"thinking-binding-controls-2026-08-01"`
53351
53352 - `"mid-conversation-system-clear-at-2026-08-21"`
53353
5263153354#### Returns
5263253355
5263353356- `BetaManagedAgentsDeploymentRun object`
from line 53549
5282653549
5282753550 - `session_id: string or null`
5282853551
52829 Populated on success. Null on creation failure. Exactly one of session_id or error is non-null.
53552 Populated on success. Null on creation failure. Exactly one of `session_id` or `error` is non-null.
5283053553
5283153554 - `trigger_context: BetaManagedAgentsTriggerContext`
5283253555
from line 53628
5290553628
5290653629 - `string`
5290753630
52908 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
53631 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
5290953632
5291053633 - `"message-batches-2024-09-24"`
5291153634
from line 53711
5298853711 - `"thinking-display-updates-2026-08-18"`
5298953712
5299053713 - `"ce-user-management-2026-07-13"`
53714
53715 - `"mid-conversation-output-config-2026-07-01"`
53716
53717 - `"thinking-binding-controls-2026-08-01"`
53718
53719 - `"mid-conversation-system-clear-at-2026-08-21"`
5299153720
5299253721#### Returns
5299353722
from line 54329
5360054329
5360154330 - `string`
5360254331
53603 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
54332 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
5360454333
5360554334 - `"message-batches-2024-09-24"`
5360654335
from line 54412
5368354412 - `"thinking-display-updates-2026-08-18"`
5368454413
5368554414 - `"ce-user-management-2026-07-13"`
54415
54416 - `"mid-conversation-output-config-2026-07-01"`
54417
54418 - `"thinking-binding-controls-2026-08-01"`
54419
54420 - `"mid-conversation-system-clear-at-2026-08-21"`
5368654421
5368754422#### Returns
5368854423
from line 55048
5431355048
5431455049- `deployment_id: optional string`
5431555050
54316 Filter to a specific deployment. Omit to list across all deployments in the workspace. Filtering by a non-existent deployment_id returns 200 with empty data.
55051 Filter to a specific deployment. Omit to list across all deployments in the workspace. Filtering by a non-existent `deployment_id` returns 200 with empty data.
5431755052
5431855053- `has_error: optional boolean`
5431955054
54320 Filter: true for runs with non-null error, false for runs with non-null session_id. Omit for all.
55055 Filter: true for runs with non-null `error`, false for runs with non-null `session_id`. Omit for all.
5432155056
5432255057- `limit: optional number`
5432355058
from line 55062
5432755062
5432855063- `page: optional string`
5432955064
54330 Opaque pagination cursor. Pass next_page from the previous response. Invalid or expired cursors return 400.
55065 Opaque pagination cursor. Pass `next_page` from the previous response. Invalid or expired cursors return 400.
5433155066
5433255067- `trigger_type: optional BetaManagedAgentsTriggerType`
5433355068
from line 55080
5434555080
5434655081 - `string`
5434755082
54348 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
55083 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
5434955084
5435055085 - `"message-batches-2024-09-24"`
5435155086
from line 55164
5442955164
5443055165 - `"ce-user-management-2026-07-13"`
5443155166
55167 - `"mid-conversation-output-config-2026-07-01"`
55168
55169 - `"thinking-binding-controls-2026-08-01"`
55170
55171 - `"mid-conversation-system-clear-at-2026-08-21"`
55172
5443255173#### Returns
5443355174
5443455175- `data: array of BetaManagedAgentsDeploymentRun`
from line 55368
5462755368
5462855369 - `session_id: string or null`
5462955370
54630 Populated on success. Null on creation failure. Exactly one of session_id or error is non-null.
55371 Populated on success. Null on creation failure. Exactly one of `session_id` or `error` is non-null.
5463155372
5463255373 - `trigger_context: BetaManagedAgentsTriggerContext`
5463355374
from line 55455
5471455455
5471555456 - `string`
5471655457
54717 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
55458 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
5471855459
5471955460 - `"message-batches-2024-09-24"`
5472055461
from line 55539
5479855539
5479955540 - `"ce-user-management-2026-07-13"`
5480055541
55542 - `"mid-conversation-output-config-2026-07-01"`
55543
55544 - `"thinking-binding-controls-2026-08-01"`
55545
55546 - `"mid-conversation-system-clear-at-2026-08-21"`
55547
5480155548#### Returns
5480255549
5480355550- `BetaManagedAgentsDeploymentRun object`
from line 55743
5499655743
5499755744 - `session_id: string or null`
5499855745
54999 Populated on success. Null on creation failure. Exactly one of session_id or error is non-null.
55746 Populated on success. Null on creation failure. Exactly one of `session_id` or `error` is non-null.
5500055747
5500155748 - `trigger_context: BetaManagedAgentsTriggerContext`
5500255749
from line 55819
5507255819
5507355820 - `string`
5507455821
55075 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
55822 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
5507655823
5507755824 - `"message-batches-2024-09-24"`
5507855825
from line 55902
5515555902 - `"thinking-display-updates-2026-08-18"`
5515655903
5515755904 - `"ce-user-management-2026-07-13"`
55905
55906 - `"mid-conversation-output-config-2026-07-01"`
55907
55908 - `"thinking-binding-controls-2026-08-01"`
55909
55910 - `"mid-conversation-system-clear-at-2026-08-21"`
5515855911
5515955912#### Body parameters
5516055913
from line 56021
5526856021
5526956022 - `string`
5527056023
55271 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
56024 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
5527256025
5527356026 - `"message-batches-2024-09-24"`
5527456027
from line 56104
5535156104 - `"thinking-display-updates-2026-08-18"`
5535256105
5535356106 - `"ce-user-management-2026-07-13"`
56107
56108 - `"mid-conversation-output-config-2026-07-01"`
56109
56110 - `"thinking-binding-controls-2026-08-01"`
56111
56112 - `"mid-conversation-system-clear-at-2026-08-21"`
5535456113
5535556114#### Returns
5535656115
from line 56201
5544256201
5544356202 - `string`
5544456203
55445 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
56204 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
5544656205
5544756206 - `"message-batches-2024-09-24"`
5544856207
from line 56284
5552556284 - `"thinking-display-updates-2026-08-18"`
5552656285
5552756286 - `"ce-user-management-2026-07-13"`
56287
56288 - `"mid-conversation-output-config-2026-07-01"`
56289
56290 - `"thinking-binding-controls-2026-08-01"`
56291
56292 - `"mid-conversation-system-clear-at-2026-08-21"`
5552856293
5552956294#### Returns
5553056295
from line 56372
5560756372
5560856373 - `string`
5560956374
55610 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
56375 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
5561156376
5561256377 - `"message-batches-2024-09-24"`
5561356378
from line 56455
5569056455 - `"thinking-display-updates-2026-08-18"`
5569156456
5569256457 - `"ce-user-management-2026-07-13"`
56458
56459 - `"mid-conversation-output-config-2026-07-01"`
56460
56461 - `"thinking-binding-controls-2026-08-01"`
56462
56463 - `"mid-conversation-system-clear-at-2026-08-21"`
5569356464
5569456465#### Body parameters
5569556466
from line 56562
5579156562
5579256563 - `string`
5579356564
55794 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
56565 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
5579556566
5579656567 - `"message-batches-2024-09-24"`
5579756568
from line 56645
5587456645 - `"thinking-display-updates-2026-08-18"`
5587556646
5587656647 - `"ce-user-management-2026-07-13"`
56648
56649 - `"mid-conversation-output-config-2026-07-01"`
56650
56651 - `"thinking-binding-controls-2026-08-01"`
56652
56653 - `"mid-conversation-system-clear-at-2026-08-21"`
5587756654
5587856655#### Returns
5587956656
from line 56701
5592456701
5592556702 - `string`
5592656703
55927 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
56704 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
5592856705
5592956706 - `"message-batches-2024-09-24"`
5593056707
from line 56784
5600756784 - `"thinking-display-updates-2026-08-18"`
5600856785
5600956786 - `"ce-user-management-2026-07-13"`
56787
56788 - `"mid-conversation-output-config-2026-07-01"`
56789
56790 - `"thinking-binding-controls-2026-08-01"`
56791
56792 - `"mid-conversation-system-clear-at-2026-08-21"`
5601056793
5601156794#### Returns
5601256795
from line 56875
5609256875
5609356876 - `string`
5609456877
56095 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
56878 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
5609656879
5609756880 - `"message-batches-2024-09-24"`
5609856881
from line 56958
5617556958 - `"thinking-display-updates-2026-08-18"`
5617656959
5617756960 - `"ce-user-management-2026-07-13"`
56961
56962 - `"mid-conversation-output-config-2026-07-01"`
56963
56964 - `"thinking-binding-controls-2026-08-01"`
56965
56966 - `"mid-conversation-system-clear-at-2026-08-21"`
5617856967
5617956968#### Body parameters
5618056969
from line 57373
5658457373
5658557374 - `string`
5658657375
56587 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
57376 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
5658857377
5658957378 - `"message-batches-2024-09-24"`
5659057379
from line 57456
5666757456 - `"thinking-display-updates-2026-08-18"`
5666857457
5666957458 - `"ce-user-management-2026-07-13"`
57459
57460 - `"mid-conversation-output-config-2026-07-01"`
57461
57462 - `"thinking-binding-controls-2026-08-01"`
57463
57464 - `"mid-conversation-system-clear-at-2026-08-21"`
5667057465
5667157466#### Returns
5667257467
from line 57678
5688357678
5688457679 - `string`
5688557680
56886 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
57681 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
5688757682
5688857683 - `"message-batches-2024-09-24"`
5688957684
from line 57761
5696657761 - `"thinking-display-updates-2026-08-18"`
5696757762
5696857763 - `"ce-user-management-2026-07-13"`
57764
57765 - `"mid-conversation-output-config-2026-07-01"`
57766
57767 - `"thinking-binding-controls-2026-08-01"`
57768
57769 - `"mid-conversation-system-clear-at-2026-08-21"`
5696957770
5697057771#### Returns
5697157772
from line 57974
5717357974
5717457975 - `string`
5717557976
57176 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
57977 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
5717757978
5717857979 - `"message-batches-2024-09-24"`
5717957980
from line 58057
5725658057 - `"thinking-display-updates-2026-08-18"`
5725758058
5725858059 - `"ce-user-management-2026-07-13"`
58060
58061 - `"mid-conversation-output-config-2026-07-01"`
58062
58063 - `"thinking-binding-controls-2026-08-01"`
58064
58065 - `"mid-conversation-system-clear-at-2026-08-21"`
5725958066
5726058067#### Body parameters
5726158068
from line 58411
5760458411
5760558412 - `string`
5760658413
57607 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
58414 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
5760858415
5760958416 - `"message-batches-2024-09-24"`
5761058417
from line 58494
5768758494 - `"thinking-display-updates-2026-08-18"`
5768858495
5768958496 - `"ce-user-management-2026-07-13"`
58497
58498 - `"mid-conversation-output-config-2026-07-01"`
58499
58500 - `"thinking-binding-controls-2026-08-01"`
58501
58502 - `"mid-conversation-system-clear-at-2026-08-21"`
5769058503
5769158504#### Returns
5769258505
from line 58552
5773958552
5774058553 - `string`
5774158554
57742 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
58555 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
5774358556
5774458557 - `"message-batches-2024-09-24"`
5774558558
from line 58635
5782258635 - `"thinking-display-updates-2026-08-18"`
5782358636
5782458637 - `"ce-user-management-2026-07-13"`
58638
58639 - `"mid-conversation-output-config-2026-07-01"`
58640
58641 - `"thinking-binding-controls-2026-08-01"`
58642
58643 - `"mid-conversation-system-clear-at-2026-08-21"`
5782558644
5782658645#### Returns
5782758646
from line 58849
5803058849
5803158850 - `string`
5803258851
58033 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
58852 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
5803458853
5803558854 - `"message-batches-2024-09-24"`
5803658855
from line 58932
5811358932 - `"thinking-display-updates-2026-08-18"`
5811458933
5811558934 - `"ce-user-management-2026-07-13"`
58935
58936 - `"mid-conversation-output-config-2026-07-01"`
58937
58938 - `"thinking-binding-controls-2026-08-01"`
58939
58940 - `"mid-conversation-system-clear-at-2026-08-21"`
5811658941
5811758942#### Returns
5811858943
from line 59082
5825759082
5825859083 - `string`
5825959084
58260 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
59085 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
5826159086
5826259087 - `"message-batches-2024-09-24"`
5826359088
from line 59165
5834059165 - `"thinking-display-updates-2026-08-18"`
5834159166
5834259167 - `"ce-user-management-2026-07-13"`
59168
59169 - `"mid-conversation-output-config-2026-07-01"`
59170
59171 - `"thinking-binding-controls-2026-08-01"`
59172
59173 - `"mid-conversation-system-clear-at-2026-08-21"`
5834359174
5834459175#### Body parameters
5834559176
from line 59304
5847359304
5847459305 - `string`
5847559306
58476 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
59307 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
5847759308
5847859309 - `"message-batches-2024-09-24"`
5847959310
from line 59387
5855659387 - `"thinking-display-updates-2026-08-18"`
5855759388
5855859389 - `"ce-user-management-2026-07-13"`
59390
59391 - `"mid-conversation-output-config-2026-07-01"`
59392
59393 - `"thinking-binding-controls-2026-08-01"`
59394
59395 - `"mid-conversation-system-clear-at-2026-08-21"`
5855959396
5856059397#### Returns
5856159398
from line 59489
5865259489
5865359490 - `string`
5865459491
58655 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
59492 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
5865659493
5865759494 - `"message-batches-2024-09-24"`
5865859495
from line 59572
5873559572 - `"thinking-display-updates-2026-08-18"`
5873659573
5873759574 - `"ce-user-management-2026-07-13"`
59575
59576 - `"mid-conversation-output-config-2026-07-01"`
59577
59578 - `"thinking-binding-controls-2026-08-01"`
59579
59580 - `"mid-conversation-system-clear-at-2026-08-21"`
5873859581
5873959582#### Returns
5874059583
from line 59665
5882259665
5882359666 - `string`
5882459667
58825 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
59668 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
5882659669
5882759670 - `"message-batches-2024-09-24"`
5882859671
from line 59748
5890559748 - `"thinking-display-updates-2026-08-18"`
5890659749
5890759750 - `"ce-user-management-2026-07-13"`
59751
59752 - `"mid-conversation-output-config-2026-07-01"`
59753
59754 - `"thinking-binding-controls-2026-08-01"`
59755
59756 - `"mid-conversation-system-clear-at-2026-08-21"`
5890859757
5890959758#### Body parameters
5891059759
from line 59861
5901259861
5901359862 - `string`
5901459863
59015 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
59864 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
5901659865
5901759866 - `"message-batches-2024-09-24"`
5901859867
from line 59944
5909559944 - `"thinking-display-updates-2026-08-18"`
5909659945
5909759946 - `"ce-user-management-2026-07-13"`
59947
59948 - `"mid-conversation-output-config-2026-07-01"`
59949
59950 - `"thinking-binding-controls-2026-08-01"`
59951
59952 - `"mid-conversation-system-clear-at-2026-08-21"`
5909859953
5909959954#### Returns
5910059955
from line 60000
5914560000
5914660001 - `string`
5914760002
59148 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
60003 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
5914960004
5915060005 - `"message-batches-2024-09-24"`
5915160006
from line 60083
5922860083 - `"thinking-display-updates-2026-08-18"`
5922960084
5923060085 - `"ce-user-management-2026-07-13"`
60086
60087 - `"mid-conversation-output-config-2026-07-01"`
60088
60089 - `"thinking-binding-controls-2026-08-01"`
60090
60091 - `"mid-conversation-system-clear-at-2026-08-21"`
5923160092
5923260093#### Returns
5923360094
from line 60189
5932860189
5932960190 - `string`
5933060191
59331 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
60192 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
5933260193
5933360194 - `"message-batches-2024-09-24"`
5933460195
from line 60273
5941260273
5941360274 - `"ce-user-management-2026-07-13"`
5941460275
60276 - `"mid-conversation-output-config-2026-07-01"`
60277
60278 - `"thinking-binding-controls-2026-08-01"`
60279
60280 - `"mid-conversation-system-clear-at-2026-08-21"`
60281
5941560282#### Body parameters
5941660283
5941760284- `content: string or null`
from line 60287
5942060287
5942160288- `path: string`
5942260289
59423 Hierarchical path for the new memory, e.g. `/projects/foo/notes.md`. Must start with `/`, contain at least one non-empty segment, and be at most 1,024 bytes. Must not contain empty segments, `.` or `..` segments, control or format characters, and must be NFC-normalized. Paths are case-sensitive.
60290 Hierarchical path for the new memory, e.g. `/projects/foo/notes.md`. Must start with `/`, contain at least one non-empty segment, and be at most 1,024 bytes. Must not contain empty segments, `.` or `..` segments, control or format characters, or the Unicode line and paragraph separators (U+2028, U+2029), and must be NFC-normalized. Paths are case-sensitive.
5942460291
5942560292 minLength: 2, maxLength: 1024
5942660293
from line 60420
5955360420
5955460421 - `string`
5955560422
59556 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
60423 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
5955760424
5955860425 - `"message-batches-2024-09-24"`
5955960426
from line 60503
5963660503 - `"thinking-display-updates-2026-08-18"`
5963760504
5963860505 - `"ce-user-management-2026-07-13"`
60506
60507 - `"mid-conversation-output-config-2026-07-01"`
60508
60509 - `"thinking-binding-controls-2026-08-01"`
60510
60511 - `"mid-conversation-system-clear-at-2026-08-21"`
5963960512
5964060513#### Returns
5964160514
from line 60639
5976660639
5976760640 - `string`
5976860641
59769 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
60642 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
5977060643
5977160644 - `"message-batches-2024-09-24"`
5977260645
from line 60722
5984960722 - `"thinking-display-updates-2026-08-18"`
5985060723
5985160724 - `"ce-user-management-2026-07-13"`
60725
60726 - `"mid-conversation-output-config-2026-07-01"`
60727
60728 - `"thinking-binding-controls-2026-08-01"`
60729
60730 - `"mid-conversation-system-clear-at-2026-08-21"`
5985260731
5985360732#### Returns
5985460733
from line 60835
5995660835
5995760836 - `string`
5995860837
59959 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
60838 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
5996060839
5996160840 - `"message-batches-2024-09-24"`
5996260841
from line 60919
6004060919
6004160920 - `"ce-user-management-2026-07-13"`
6004260921
60922 - `"mid-conversation-output-config-2026-07-01"`
60923
60924 - `"thinking-binding-controls-2026-08-01"`
60925
60926 - `"mid-conversation-system-clear-at-2026-08-21"`
60927
6004360928#### Body parameters
6004460929
6004560930- `content: optional string or null`
from line 60933
6004860933
6004960934- `path: optional string or null`
6005060935
60051 New path for the memory (a rename). Must start with `/`, contain at least one non-empty segment, and be at most 1,024 bytes. Must not contain empty segments, `.` or `..` segments, control or format characters, and must be NFC-normalized. Paths are case-sensitive. The memory's `id` is preserved across renames. Omit to leave the path unchanged.
60936 New path for the memory (a rename). Must start with `/`, contain at least one non-empty segment, and be at most 1,024 bytes. Must not contain empty segments, `.` or `..` segments, control or format characters, or the Unicode line and paragraph separators (U+2028, U+2029), and must be NFC-normalized. Paths are case-sensitive. The memory's `id` is preserved across renames. Omit to leave the path unchanged.
6005260937
6005360938 minLength: 2, maxLength: 1024
6005460939
from line 61051
6016661051
6016761052 - `string`
6016861053
60169 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
61054 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
6017061055
6017161056 - `"message-batches-2024-09-24"`
6017261057
from line 61134
6024961134 - `"thinking-display-updates-2026-08-18"`
6025061135
6025161136 - `"ce-user-management-2026-07-13"`
61137
61138 - `"mid-conversation-output-config-2026-07-01"`
61139
61140 - `"thinking-binding-controls-2026-08-01"`
61141
61142 - `"mid-conversation-system-clear-at-2026-08-21"`
6025261143
6025361144#### Returns
6025461145
from line 61250
6035961250
6036061251 - `string`
6036161252
60362 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
61253 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
6036361254
6036461255 - `"message-batches-2024-09-24"`
6036561256
from line 61333
6044261333 - `"thinking-display-updates-2026-08-18"`
6044361334
6044461335 - `"ce-user-management-2026-07-13"`
61336
61337 - `"mid-conversation-output-config-2026-07-01"`
61338
61339 - `"thinking-binding-controls-2026-08-01"`
61340
61341 - `"mid-conversation-system-clear-at-2026-08-21"`
6044561342
6044661343#### Returns
6044761344
from line 61530
6063361530
6063461531 - `string`
6063561532
60636 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
61533 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
6063761534
6063861535 - `"message-batches-2024-09-24"`
6063961536
from line 61613
6071661613 - `"thinking-display-updates-2026-08-18"`
6071761614
6071861615 - `"ce-user-management-2026-07-13"`
61616
61617 - `"mid-conversation-output-config-2026-07-01"`
61618
61619 - `"thinking-binding-controls-2026-08-01"`
61620
61621 - `"mid-conversation-system-clear-at-2026-08-21"`
6071961622
6072061623#### Returns
6072161624
from line 61791
6088861791
6088961792 - `string`
6089061793
60891 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
61794 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
6089261795
6089361796 - `"message-batches-2024-09-24"`
6089461797
from line 61874
6097161874 - `"thinking-display-updates-2026-08-18"`
6097261875
6097361876 - `"ce-user-management-2026-07-13"`
61877
61878 - `"mid-conversation-output-config-2026-07-01"`
61879
61880 - `"thinking-binding-controls-2026-08-01"`
61881
61882 - `"mid-conversation-system-clear-at-2026-08-21"`
6097461883
6097561884#### Returns
6097661885
from line 62049
6114062049
6114162050 - `string`
6114262051
61143 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
62052 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
6114462053
6114562054 - `"message-batches-2024-09-24"`
6114662055
from line 62132
6122362132 - `"thinking-display-updates-2026-08-18"`
6122462133
6122562134 - `"ce-user-management-2026-07-13"`
62135
62136 - `"mid-conversation-output-config-2026-07-01"`
62137
62138 - `"thinking-binding-controls-2026-08-01"`
62139
62140 - `"mid-conversation-system-clear-at-2026-08-21"`
6122662141
6122762142#### Body parameters (form-data)
6122862143
from line 62282
6136762282
6136862283 - `string`
6136962284
61370 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
62285 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
6137162286
6137262287 - `"message-batches-2024-09-24"`
6137362288
from line 62365
6145062365 - `"thinking-display-updates-2026-08-18"`
6145162366
6145262367 - `"ce-user-management-2026-07-13"`
62368
62369 - `"mid-conversation-output-config-2026-07-01"`
62370
62371 - `"thinking-binding-controls-2026-08-01"`
62372
62373 - `"mid-conversation-system-clear-at-2026-08-21"`
6145362374
6145462375#### Returns
6145562376
from line 62494
6157362494
6157462495 - `string`
6157562496
61576 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
62497 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
6157762498
6157862499 - `"message-batches-2024-09-24"`
6157962500
from line 62577
6165662577 - `"thinking-display-updates-2026-08-18"`
6165762578
6165862579 - `"ce-user-management-2026-07-13"`
62580
62581 - `"mid-conversation-output-config-2026-07-01"`
62582
62583 - `"thinking-binding-controls-2026-08-01"`
62584
62585 - `"mid-conversation-system-clear-at-2026-08-21"`
6165962586
6166062587#### Example
6166162588
from line 62612
6168562612
6168662613 - `string`
6168762614
61688 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
62615 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
6168962616
6169062617 - `"message-batches-2024-09-24"`
6169162618
from line 62695
6176862695 - `"thinking-display-updates-2026-08-18"`
6176962696
6177062697 - `"ce-user-management-2026-07-13"`
62698
62699 - `"mid-conversation-output-config-2026-07-01"`
62700
62701 - `"thinking-binding-controls-2026-08-01"`
62702
62703 - `"mid-conversation-system-clear-at-2026-08-21"`
6177162704
6177262705#### Returns
6177362706
from line 62813
6188062813
6188162814 - `string`
6188262815
61883 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
62816 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
6188462817
6188562818 - `"message-batches-2024-09-24"`
6188662819
from line 62896
6196362896 - `"thinking-display-updates-2026-08-18"`
6196462897
6196562898 - `"ce-user-management-2026-07-13"`
62899
62900 - `"mid-conversation-output-config-2026-07-01"`
62901
62902 - `"thinking-binding-controls-2026-08-01"`
62903
62904 - `"mid-conversation-system-clear-at-2026-08-21"`
6196662905
6196762906#### Returns
6196862907
from line 62953
6201462953
6201562954 - `string`
6201662955
62017 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
62956 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
6201862957
6201962958 - `"message-batches-2024-09-24"`
6202062959
from line 63036
6209763036 - `"thinking-display-updates-2026-08-18"`
6209863037
6209963038 - `"ce-user-management-2026-07-13"`
63039
63040 - `"mid-conversation-output-config-2026-07-01"`
63041
63042 - `"thinking-binding-controls-2026-08-01"`
63043
63044 - `"mid-conversation-system-clear-at-2026-08-21"`
6210063045
6210163046#### Body parameters (form-data)
6210263047
from line 63192
6224763192
6224863193 - `string`
6224963194
62250 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
63195 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
6225163196
6225263197 - `"message-batches-2024-09-24"`
6225363198
from line 63275
6233063275 - `"thinking-display-updates-2026-08-18"`
6233163276
6233263277 - `"ce-user-management-2026-07-13"`
63278
63279 - `"mid-conversation-output-config-2026-07-01"`
63280
63281 - `"thinking-binding-controls-2026-08-01"`
63282
63283 - `"mid-conversation-system-clear-at-2026-08-21"`
6233363284
6233463285#### Returns
6233563286
from line 63411
6246063411
6246163412 - `string`
6246263413
62463 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
63414 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
6246463415
6246563416 - `"message-batches-2024-09-24"`
6246663417
from line 63494
6254363494 - `"thinking-display-updates-2026-08-18"`
6254463495
6254563496 - `"ce-user-management-2026-07-13"`
63497
63498 - `"mid-conversation-output-config-2026-07-01"`
63499
63500 - `"thinking-binding-controls-2026-08-01"`
63501
63502 - `"mid-conversation-system-clear-at-2026-08-21"`
6254663503
6254763504#### Returns
6254863505
from line 63617
6266063617
6266163618 - `string`
6266263619
62663 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
63620 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
6266463621
6266563622 - `"message-batches-2024-09-24"`
6266663623
from line 63700
6274363700 - `"thinking-display-updates-2026-08-18"`
6274463701
6274563702 - `"ce-user-management-2026-07-13"`
63703
63704 - `"mid-conversation-output-config-2026-07-01"`
63705
63706 - `"thinking-binding-controls-2026-08-01"`
63707
63708 - `"mid-conversation-system-clear-at-2026-08-21"`
6274663709
6274763710#### Returns
6274863711
from line 63767
6280463767
6280563768 - `string`
6280663769
62807 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
63770 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
6280863771
6280963772 - `"message-batches-2024-09-24"`
6281063773
from line 63850
6288763850 - `"thinking-display-updates-2026-08-18"`
6288863851
6288963852 - `"ce-user-management-2026-07-13"`
63853
63854 - `"mid-conversation-output-config-2026-07-01"`
63855
63856 - `"thinking-binding-controls-2026-08-01"`
63857
63858 - `"mid-conversation-system-clear-at-2026-08-21"`
6289063859
6289163860#### Body parameters (form-data)
6289263861
from line 63966
6299763966
6299863967 - `string`
6299963968
63000 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
63969 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
6300163970
6300263971 - `"message-batches-2024-09-24"`
6300363972
from line 64049
6308064049 - `"thinking-display-updates-2026-08-18"`
6308164050
6308264051 - `"ce-user-management-2026-07-13"`
64052
64053 - `"mid-conversation-output-config-2026-07-01"`
64054
64055 - `"thinking-binding-controls-2026-08-01"`
64056
64057 - `"mid-conversation-system-clear-at-2026-08-21"`
6308364058
6308464059#### Returns
6308564060
from line 64160
6318564160
6318664161 - `string`
6318764162
63188 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
64163 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
6318964164
6319064165 - `"message-batches-2024-09-24"`
6319164166
from line 64243
6326864243 - `"thinking-display-updates-2026-08-18"`
6326964244
6327064245 - `"ce-user-management-2026-07-13"`
64246
64247 - `"mid-conversation-output-config-2026-07-01"`
64248
64249 - `"thinking-binding-controls-2026-08-01"`
64250
64251 - `"mid-conversation-system-clear-at-2026-08-21"`
6327164252
6327264253#### Example
6327364254
from line 64286
6330564286
6330664287 - `string`
6330764288
63308 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
64289 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
6330964290
6331064291 - `"message-batches-2024-09-24"`
6331164292
from line 64369
6338864369 - `"thinking-display-updates-2026-08-18"`
6338964370
6339064371 - `"ce-user-management-2026-07-13"`
64372
64373 - `"mid-conversation-output-config-2026-07-01"`
64374
64375 - `"thinking-binding-controls-2026-08-01"`
64376
64377 - `"mid-conversation-system-clear-at-2026-08-21"`
6339164378
6339264379#### Returns
6339364380
from line 64467
6348064467
6348164468 - `string`
6348264469
63483 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
64470 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
6348464471
6348564472 - `"message-batches-2024-09-24"`
6348664473
from line 64550
6356364550 - `"thinking-display-updates-2026-08-18"`
6356464551
6356564552 - `"ce-user-management-2026-07-13"`
64553
64554 - `"mid-conversation-output-config-2026-07-01"`
64555
64556 - `"thinking-binding-controls-2026-08-01"`
64557
64558 - `"mid-conversation-system-clear-at-2026-08-21"`
6356664559
6356764560#### Returns
6356864561
from line 64621
6362864621
6362964622 - `string`
6363064623
63631 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
64624 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
6363264625
6363364626 - `"message-batches-2024-09-24"`
6363464627
from line 64705
6371264705
6371364706 - `"ce-user-management-2026-07-13"`
6371464707
64708 - `"mid-conversation-output-config-2026-07-01"`
64709
64710 - `"thinking-binding-controls-2026-08-01"`
64711
64712 - `"mid-conversation-system-clear-at-2026-08-21"`
64713
6371564714#### Body parameters
6371664715
6371764716- `access_type: optional "application" or "passthrough"`
from line 64727
6372864727
6372964728 minLength: 1, maxLength: 255
6373064729
64730- `external_user_onboarded_at: optional string`
64731
64732 A timestamp in RFC 3339 format
64733
64734 format: date-time
64735
6373164736- `metadata: optional map[string]`
6373264737
6373364738 Free-form key-value data to attach to this user profile. Maximum 16 keys, with keys up to 64 characters and values up to 512 characters. Values must be non-empty strings.
6373464739
6373564740- `name: optional string or null`
6373664741
63737 Optional for all profiles. Real-world name of the entity this profile represents (company or individual); for a resold-to company (`relationship` `resold` / `access_type` `passthrough`), that company's name where known. Maximum 255 characters.
64742 Optional for all profiles. Real-world name of the entity this profile represents (company or individual); for a company the platform resells Claude access to (`access_type` `passthrough`), that company's name where known. Maximum 255 characters.
6373864743
6373964744 minLength: 1, maxLength: 255
6374064745
63741- `relationship: optional "external" or "resold" or "internal"`
63742
63743 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.
63744
63745 - `"external"`
63746
63747 - `"resold"`
63748
63749 - `"internal"`
63750
6375164746#### Returns
6375264747
6375364748- `BetaUserProfile object`
from line 64797
6380264797
6380364798 Platform's own identifier for this user. Not enforced unique.
6380464799
64800 - `external_user_onboarded_at: optional string or null`
64801
64802 A timestamp in RFC 3339 format
64803
64804 format: date-time
64805
6380564806 - `name: optional string or null`
6380664807
63807 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.
63808
63809 - `relationship: optional "external" or "resold" or "internal"`
63810
63811 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.
63812
63813 - `"external"`
63814
63815 - `"resold"`
63816
63817 - `"internal"`
64808 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.
6381864809
6381964810#### Example
6382064811
from line 64817
6382664817 -H "X-Api-Key: $ANTHROPIC_API_KEY" \
6382764818 -d '{
6382864819 "external_id": "user_12345",
64820 "external_user_onboarded_at": "2024-11-02T08:15:00Z",
6382964821 "metadata": {}
6383064822 }'
6383164823```
from line 64838
6384664838 "updated_at": "2026-03-15T10:00:00Z",
6384764839 "access_type": "application",
6384864840 "external_id": "user_12345",
63849 "name": "Example User",
63850 "relationship": "external"
64841 "external_user_onboarded_at": "2024-11-02T08:15:00Z",
64842 "name": "Example User"
6385164843}
6385264844```
6385364845
from line 64865
6387364865
6387464866 - `"desc"`
6387564867
64868- `order_by: optional "created_at" or "name"`
64869
64870 Query parameter for order_by
64871
64872 - `"created_at"`
64873
64874 - `"name"`
64875
6387664876- `page: optional string`
6387764877
6387864878 Query parameter for page
from line 64885
6388564885
6388664886 - `string`
6388764887
63888 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
64888 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
6388964889
6389064890 - `"message-batches-2024-09-24"`
6389164891
from line 64969
6396964969
6397064970 - `"ce-user-management-2026-07-13"`
6397164971
64972 - `"mid-conversation-output-config-2026-07-01"`
64973
64974 - `"thinking-binding-controls-2026-08-01"`
64975
64976 - `"mid-conversation-system-clear-at-2026-08-21"`
64977
6397264978#### Returns
6397364979
6397464980- `data: array of BetaUserProfile`
from line 65031
6402565031
6402665032 Platform's own identifier for this user. Not enforced unique.
6402765033
65034 - `external_user_onboarded_at: optional string or null`
65035
65036 A timestamp in RFC 3339 format
65037
65038 format: date-time
65039
6402865040 - `name: optional string or null`
6402965041
64030 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.
64031
64032 - `relationship: optional "external" or "resold" or "internal"`
64033
64034 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.
64035
64036 - `"external"`
64037
64038 - `"resold"`
64039
64040 - `"internal"`
65042 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.
6404165043
6404265044- `next_page: string or null`
6404365045
from line 65072
6407065072 "updated_at": "2026-03-15T10:00:00Z",
6407165073 "access_type": "application",
6407265074 "external_id": "user_12345",
64073 "name": "Example User",
64074 "relationship": "external"
65075 "external_user_onboarded_at": "2024-11-02T08:15:00Z",
65076 "name": "Example User"
6407565077 }
6407665078 ],
6407765079 "next_page": "page_MjAyNS0wNS0xNFQwMDowMDowMFo="
from line 65098
6409665098
6409765099 - `string`
6409865100
64099 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
65101 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
6410065102
6410165103 - `"message-batches-2024-09-24"`
6410265104
from line 65182
6418065182
6418165183 - `"ce-user-management-2026-07-13"`
6418265184
65185 - `"mid-conversation-output-config-2026-07-01"`
65186
65187 - `"thinking-binding-controls-2026-08-01"`
65188
65189 - `"mid-conversation-system-clear-at-2026-08-21"`
65190
6418365191#### Returns
6418465192
6418565193- `BetaUserProfile object`
from line 65242
6423465242
6423565243 Platform's own identifier for this user. Not enforced unique.
6423665244
65245 - `external_user_onboarded_at: optional string or null`
65246
65247 A timestamp in RFC 3339 format
65248
65249 format: date-time
65250
6423765251 - `name: optional string or null`
6423865252
64239 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.
64240
64241 - `relationship: optional "external" or "resold" or "internal"`
64242
64243 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.
64244
64245 - `"external"`
64246
64247 - `"resold"`
64248
64249 - `"internal"`
65253 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.
6425065254
6425165255#### Example
6425265256
from line 65277
6427365277 "updated_at": "2026-03-15T10:00:00Z",
6427465278 "access_type": "application",
6427565279 "external_id": "user_12345",
64276 "name": "Example User",
64277 "relationship": "external"
65280 "external_user_onboarded_at": "2024-11-02T08:15:00Z",
65281 "name": "Example User"
6427865282}
6427965283```
6428065284
from line 65300
6429665300
6429765301 - `string`
6429865302
64299 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
65303 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
6430065304
6430165305 - `"message-batches-2024-09-24"`
6430265306
from line 65384
6438065384
6438165385 - `"ce-user-management-2026-07-13"`
6438265386
65387 - `"mid-conversation-output-config-2026-07-01"`
65388
65389 - `"thinking-binding-controls-2026-08-01"`
65390
65391 - `"mid-conversation-system-clear-at-2026-08-21"`
65392
6438365393#### Body parameters
6438465394
6438565395- `access_type: optional "application" or "passthrough" or null`
from line 65406
6439665406
6439765407 minLength: 1, maxLength: 255
6439865408
65409- `external_user_onboarded_at: optional string`
65410
65411 A timestamp in RFC 3339 format
65412
65413 format: date-time
65414
6439965415- `metadata: optional map[string]`
6440065416
6440165417 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 65422
6440665422
6440765423 minLength: 1, maxLength: 255
6440865424
64409- `relationship: optional "external" or "resold" or "internal" or null`
64410
64411 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.
64412
64413 - `"external"`
64414
64415 - `"resold"`
64416
64417 - `"internal"`
64418
6441965425#### Returns
6442065426
6442165427- `BetaUserProfile object`
from line 65476
6447065476
6447165477 Platform's own identifier for this user. Not enforced unique.
6447265478
65479 - `external_user_onboarded_at: optional string or null`
65480
65481 A timestamp in RFC 3339 format
65482
65483 format: date-time
65484
6447365485 - `name: optional string or null`
6447465486
64475 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.
64476
64477 - `relationship: optional "external" or "resold" or "internal"`
64478
64479 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.
64480
64481 - `"external"`
64482
64483 - `"resold"`
64484
64485 - `"internal"`
65487 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.
6448665488
6448765489#### Example
6448865490
from line 65515
6451365515 "updated_at": "2026-03-15T10:00:00Z",
6451465516 "access_type": "application",
6451565517 "external_id": "user_12345",
64516 "name": "Example User",
64517 "relationship": "external"
65518 "external_user_onboarded_at": "2024-11-02T08:15:00Z",
65519 "name": "Example User"
6451865520}
6451965521```
6452065522
from line 65538
6453665538
6453765539 - `string`
6453865540
64539 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
65541 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
6454065542
6454165543 - `"message-batches-2024-09-24"`
6454265544
from line 65621
6461965621 - `"thinking-display-updates-2026-08-18"`
6462065622
6462165623 - `"ce-user-management-2026-07-13"`
65624
65625 - `"mid-conversation-output-config-2026-07-01"`
65626
65627 - `"thinking-binding-controls-2026-08-01"`
65628
65629 - `"mid-conversation-system-clear-at-2026-08-21"`
6462265630
6462365631#### Returns
6462465632
from line 65682
6467465682
6467565683 - `string`
6467665684
64677 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
65685 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
6467865686
6467965687 - `"message-batches-2024-09-24"`
6468065688
from line 65765
6475765765 - `"thinking-display-updates-2026-08-18"`
6475865766
6475965767 - `"ce-user-management-2026-07-13"`
65768
65769 - `"mid-conversation-output-config-2026-07-01"`
65770
65771 - `"thinking-binding-controls-2026-08-01"`
65772
65773 - `"mid-conversation-system-clear-at-2026-08-21"`
6476065774
6476165775#### Body parameters
6476265776
from line 66107
6509366107
6509466108 - `string`
6509566109
65096 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
66110 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
6509766111
6509866112 - `"message-batches-2024-09-24"`
6509966113
from line 66190
6517666190 - `"thinking-display-updates-2026-08-18"`
6517766191
6517866192 - `"ce-user-management-2026-07-13"`
66193
66194 - `"mid-conversation-output-config-2026-07-01"`
66195
66196 - `"thinking-binding-controls-2026-08-01"`
66197
66198 - `"mid-conversation-system-clear-at-2026-08-21"`
6517966199
6518066200#### Returns
6518166201
from line 66419
6539966419
6540066420 - `string`
6540166421
65402 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
66422 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
6540366423
6540466424 - `"message-batches-2024-09-24"`
6540566425
from line 66502
6548266502 - `"thinking-display-updates-2026-08-18"`
6548366503
6548466504 - `"ce-user-management-2026-07-13"`
66505
66506 - `"mid-conversation-output-config-2026-07-01"`
66507
66508 - `"thinking-binding-controls-2026-08-01"`
66509
66510 - `"mid-conversation-system-clear-at-2026-08-21"`
6548566511
6548666512#### Returns
6548766513
from line 66726
6570066726
6570166727 - `string`
6570266728
65703 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
66729 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
6570466730
6570566731 - `"message-batches-2024-09-24"`
6570666732
from line 66809
6578366809 - `"thinking-display-updates-2026-08-18"`
6578466810
6578566811 - `"ce-user-management-2026-07-13"`
66812
66813 - `"mid-conversation-output-config-2026-07-01"`
66814
66815 - `"thinking-binding-controls-2026-08-01"`
66816
66817 - `"mid-conversation-system-clear-at-2026-08-21"`
6578666818
6578766819#### Returns
6578866820
from line 67034
6600267034
6600367035 - `string`
6600467036
66005 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
67037 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
6600667038
6600767039 - `"message-batches-2024-09-24"`
6600867040
from line 67117
6608567117 - `"thinking-display-updates-2026-08-18"`
6608667118
6608767119 - `"ce-user-management-2026-07-13"`
67120
67121 - `"mid-conversation-output-config-2026-07-01"`
67122
67123 - `"thinking-binding-controls-2026-08-01"`
67124
67125 - `"mid-conversation-system-clear-at-2026-08-21"`
6608867126
6608967127#### Returns
6609067128
from line 67342
6630467342
6630567343 - `string`
6630667344
66307 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
67345 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
6630867346
6630967347 - `"message-batches-2024-09-24"`
6631067348
from line 67425
6638767425 - `"thinking-display-updates-2026-08-18"`
6638867426
6638967427 - `"ce-user-management-2026-07-13"`
67428
67429 - `"mid-conversation-output-config-2026-07-01"`
67430
67431 - `"thinking-binding-controls-2026-08-01"`
67432
67433 - `"mid-conversation-system-clear-at-2026-08-21"`
6639067434
6639167435#### Body parameters
6639267436
from line 67516
6647267516
6647367517 - `string`
6647467518
66475 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
67519 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
6647667520
6647767521 - `"message-batches-2024-09-24"`
6647867522
from line 67599
6655567599 - `"thinking-display-updates-2026-08-18"`
6655667600
6655767601 - `"ce-user-management-2026-07-13"`
67602
67603 - `"mid-conversation-output-config-2026-07-01"`
67604
67605 - `"thinking-binding-controls-2026-08-01"`
67606
67607 - `"mid-conversation-system-clear-at-2026-08-21"`
6655867608
6655967609#### Returns
6656067610
from line 67692
6664267692
6664367693 - `string`
6664467694
66645 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
67695 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
6664667696
6664767697 - `"message-batches-2024-09-24"`
6664867698
from line 67775
6672567775 - `"thinking-display-updates-2026-08-18"`
6672667776
6672767777 - `"ce-user-management-2026-07-13"`
67778
67779 - `"mid-conversation-output-config-2026-07-01"`
67780
67781 - `"thinking-binding-controls-2026-08-01"`
67782
67783 - `"mid-conversation-system-clear-at-2026-08-21"`
6672867784
6672967785#### Returns
6673067786
from line 67865
6680967865
6681067866 - `string`
6681167867
66812 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
67868 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
6681367869
6681467870 - `"message-batches-2024-09-24"`
6681567871
from line 67948
6689267948 - `"thinking-display-updates-2026-08-18"`
6689367949
6689467950 - `"ce-user-management-2026-07-13"`
67951
67952 - `"mid-conversation-output-config-2026-07-01"`
67953
67954 - `"thinking-binding-controls-2026-08-01"`
67955
67956 - `"mid-conversation-system-clear-at-2026-08-21"`
6689567957
6689667958#### Returns
6689767959
from line 68030
6696868030
6696968031 - `string`
6697068032
66971 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
68033 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
6697268034
6697368035 - `"message-batches-2024-09-24"`
6697468036
from line 68113
6705168113 - `"thinking-display-updates-2026-08-18"`
6705268114
6705368115 - `"ce-user-management-2026-07-13"`
68116
68117 - `"mid-conversation-output-config-2026-07-01"`
68118
68119 - `"thinking-binding-controls-2026-08-01"`
68120
68121 - `"mid-conversation-system-clear-at-2026-08-21"`
6705468122
6705568123#### Returns
6705668124
from line 68176
6710868176
6710968177 - `string`
6711068178
67111 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
68179 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
6711268180
6711368181 - `"message-batches-2024-09-24"`
6711468182
from line 68259
6719168259 - `"thinking-display-updates-2026-08-18"`
6719268260
6719368261 - `"ce-user-management-2026-07-13"`
68262
68263 - `"mid-conversation-output-config-2026-07-01"`
68264
68265 - `"thinking-binding-controls-2026-08-01"`
68266
68267 - `"mid-conversation-system-clear-at-2026-08-21"`
6719468268
6719568269#### Body parameters
6719668270
from line 68333
6725968333
6726068334 - `string`
6726168335
67262 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
68336 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
6726368337
6726468338 - `"message-batches-2024-09-24"`
6726568339
from line 68416
6734268416 - `"thinking-display-updates-2026-08-18"`
6734368417
6734468418 - `"ce-user-management-2026-07-13"`
68419
68420 - `"mid-conversation-output-config-2026-07-01"`
68421
68422 - `"thinking-binding-controls-2026-08-01"`
68423
68424 - `"mid-conversation-system-clear-at-2026-08-21"`
6734568425
6734668426#### Body parameters
6734768427
from line 68518
6743868518
6743968519 - `string`
6744068520
67441 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
68521 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
6744268522
6744368523 - `"message-batches-2024-09-24"`
6744468524
from line 68601
6752168601 - `"thinking-display-updates-2026-08-18"`
6752268602
6752368603 - `"ce-user-management-2026-07-13"`
68604
68605 - `"mid-conversation-output-config-2026-07-01"`
68606
68607 - `"thinking-binding-controls-2026-08-01"`
68608
68609 - `"mid-conversation-system-clear-at-2026-08-21"`
6752468610
6752568611#### Returns
6752668612
from line 68705
6761968705
6762068706 - `string`
6762168707
67622 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
68708 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
6762368709
6762468710 - `"message-batches-2024-09-24"`
6762568711
from line 68788
6770268788 - `"thinking-display-updates-2026-08-18"`
6770368789
6770468790 - `"ce-user-management-2026-07-13"`
68791
68792 - `"mid-conversation-output-config-2026-07-01"`
68793
68794 - `"thinking-binding-controls-2026-08-01"`
68795
68796 - `"mid-conversation-system-clear-at-2026-08-21"`
6770568797
6770668798#### Returns
6770768799
from line 68887
6779568887
6779668888 - `string`
6779768889
67798 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
68890 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
6779968891
6780068892 - `"message-batches-2024-09-24"`
6780168893
from line 68970
6787868970 - `"thinking-display-updates-2026-08-18"`
6787968971
6788068972 - `"ce-user-management-2026-07-13"`
68973
68974 - `"mid-conversation-output-config-2026-07-01"`
68975
68976 - `"thinking-binding-controls-2026-08-01"`
68977
68978 - `"mid-conversation-system-clear-at-2026-08-21"`
6788168979
6788268980#### Returns
6788368981
from line 69691
6859369691
6859469692 - `kms_arn: string`
6859569693
68596 Full ARN of the AWS KMS key.
69694 Full ARN of the AWS KMS key. On Claude Platform on AWS the key must be a single-Region key in your organization's own AWS account; cross-account keys, multi-Region keys, and alias ARNs are rejected.
6859769695
6859869696 maxLength: 2048
6859969697
from line 69705
6860769705
6860869706 **Deprecated**
6860969707
68610 IAM role ARN. Deprecated — Anthropic reaches the KMS key via a managed intermediate role; this field is ignored.
69708 IAM role ARN. Deprecated — Anthropic reaches the KMS key through its own intermediate role (or, on Claude Platform on AWS, with credentials AWS issues for the Workspace); this field is ignored.
6861169709
6861269710 - `BetaGCPExternalKeyConfig object`
6861369711
from line 69797
6869969797
6870069798 - `kms_arn: string`
6870169799
68702 Full ARN of the AWS KMS key.
69800 Full ARN of the AWS KMS key. On Claude Platform on AWS the key must be a single-Region key in your organization's own AWS account; cross-account keys, multi-Region keys, and alias ARNs are rejected.
6870369801
6870469802 maxLength: 2048
6870569803
from line 69811
6871369811
6871469812 **Deprecated**
6871569813
68716 IAM role ARN. Deprecated — Anthropic reaches the KMS key via a managed intermediate role; this field is ignored.
69814 IAM role ARN. Deprecated — Anthropic reaches the KMS key through its own intermediate role (or, on Claude Platform on AWS, with credentials AWS issues for the Workspace); this field is ignored.
6871769815
6871869816 - `BetaGCPExternalKeyConfig object`
6871969817
from line 69951
6885369951
6885469952 - `kms_arn: string`
6885569953
68856 Full ARN of the AWS KMS key.
69954 Full ARN of the AWS KMS key. On Claude Platform on AWS the key must be a single-Region key in your organization's own AWS account; cross-account keys, multi-Region keys, and alias ARNs are rejected.
6885769955
6885869956 maxLength: 2048
6885969957
from line 69965
6886769965
6886869966 **Deprecated**
6886969967
68870 IAM role ARN. Deprecated — Anthropic reaches the KMS key via a managed intermediate role; this field is ignored.
69968 IAM role ARN. Deprecated — Anthropic reaches the KMS key through its own intermediate role (or, on Claude Platform on AWS, with credentials AWS issues for the Workspace); this field is ignored.
6887169969
6887269970 - `BetaGCPExternalKeyConfig object`
6887369971
from line 70106
6900870106
6900970107 - `kms_arn: string`
6901070108
69011 Full ARN of the AWS KMS key.
70109 Full ARN of the AWS KMS key. On Claude Platform on AWS the key must be a single-Region key in your organization's own AWS account; cross-account keys, multi-Region keys, and alias ARNs are rejected.
6901270110
6901370111 maxLength: 2048
6901470112
from line 70120
6902270120
6902370121 **Deprecated**
6902470122
69025 IAM role ARN. Deprecated — Anthropic reaches the KMS key via a managed intermediate role; this field is ignored.
70123 IAM role ARN. Deprecated — Anthropic reaches the KMS key through its own intermediate role (or, on Claude Platform on AWS, with credentials AWS issues for the Workspace); this field is ignored.
6902670124
6902770125 - `BetaGCPExternalKeyConfig object`
6902870126
from line 70226
6912870226
6912970227 - `kms_arn: string`
6913070228
69131 Full ARN of the AWS KMS key.
70229 Full ARN of the AWS KMS key. On Claude Platform on AWS the key must be a single-Region key in your organization's own AWS account; cross-account keys, multi-Region keys, and alias ARNs are rejected.
6913270230
6913370231 maxLength: 2048
6913470232
from line 70240
6914270240
6914370241 **Deprecated**
6914470242
69145 IAM role ARN. Deprecated — Anthropic reaches the KMS key via a managed intermediate role; this field is ignored.
70243 IAM role ARN. Deprecated — Anthropic reaches the KMS key through its own intermediate role (or, on Claude Platform on AWS, with credentials AWS issues for the Workspace); this field is ignored.
6914670244
6914770245 - `BetaGCPExternalKeyConfig object`
6914870246
from line 70322
6922470322
6922570323 - `kms_arn: string`
6922670324
69227 Full ARN of the AWS KMS key.
70325 Full ARN of the AWS KMS key. On Claude Platform on AWS the key must be a single-Region key in your organization's own AWS account; cross-account keys, multi-Region keys, and alias ARNs are rejected.
6922870326
6922970327 maxLength: 2048
6923070328
from line 70336
6923870336
6923970337 **Deprecated**
6924070338
69241 IAM role ARN. Deprecated — Anthropic reaches the KMS key via a managed intermediate role; this field is ignored.
70339 IAM role ARN. Deprecated — Anthropic reaches the KMS key through its own intermediate role (or, on Claude Platform on AWS, with credentials AWS issues for the Workspace); this field is ignored.
6924270340
6924370341 - `BetaGCPExternalKeyConfig object`
6924470342
from line 70534
6943670534
6943770535 - `string`
6943870536
69439 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
70537 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
6944070538
6944170539 - `"message-batches-2024-09-24"`
6944270540
from line 70617
6951970617 - `"thinking-display-updates-2026-08-18"`
6952070618
6952170619 - `"ce-user-management-2026-07-13"`
70620
70621 - `"mid-conversation-output-config-2026-07-01"`
70622
70623 - `"thinking-binding-controls-2026-08-01"`
70624
70625 - `"mid-conversation-system-clear-at-2026-08-21"`
6952270626
6952370627#### Body parameters
6952470628
from line 70920
6981670920
6981770921 - `string`
6981870922
69819 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
70923 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
6982070924
6982170925 - `"message-batches-2024-09-24"`
6982270926
from line 71003
6989971003 - `"thinking-display-updates-2026-08-18"`
6990071004
6990171005 - `"ce-user-management-2026-07-13"`
71006
71007 - `"mid-conversation-output-config-2026-07-01"`
71008
71009 - `"thinking-binding-controls-2026-08-01"`
71010
71011 - `"mid-conversation-system-clear-at-2026-08-21"`
6990271012
6990371013#### Returns
6990471014
from line 71217
7010771217
7010871218 - `string`
7010971219
70110 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
71220 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
7011171221
7011271222 - `"message-batches-2024-09-24"`
7011371223
from line 71300
7019071300 - `"thinking-display-updates-2026-08-18"`
7019171301
7019271302 - `"ce-user-management-2026-07-13"`
71303
71304 - `"mid-conversation-output-config-2026-07-01"`
71305
71306 - `"thinking-binding-controls-2026-08-01"`
71307
71308 - `"mid-conversation-system-clear-at-2026-08-21"`
7019371309
7019471310#### Returns
7019571311
from line 71517
7040171517
7040271518 - `string`
7040371519
70404 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
71520 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
7040571521
7040671522 - `"message-batches-2024-09-24"`
7040771523
from line 71600
7048471600 - `"thinking-display-updates-2026-08-18"`
7048571601
7048671602 - `"ce-user-management-2026-07-13"`
71603
71604 - `"mid-conversation-output-config-2026-07-01"`
71605
71606 - `"thinking-binding-controls-2026-08-01"`
71607
71608 - `"mid-conversation-system-clear-at-2026-08-21"`
7048771609
7048871610#### Body parameters
7048971611
from line 71895
7077371895
7077471896 - `string`
7077571897
70776 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
71898 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
7077771899
7077871900 - `"message-batches-2024-09-24"`
7077971901
from line 71978
7085671978 - `"thinking-display-updates-2026-08-18"`
7085771979
7085871980 - `"ce-user-management-2026-07-13"`
71981
71982 - `"mid-conversation-output-config-2026-07-01"`
71983
71984 - `"thinking-binding-controls-2026-08-01"`
71985
71986 - `"mid-conversation-system-clear-at-2026-08-21"`
7085971987
7086071988#### Returns
7086171989
from line 72199
7107172199
7107272200 - `string`
7107372201
71074 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
72202 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
7107572203
7107672204 - `"message-batches-2024-09-24"`
7107772205
from line 72282
7115472282 - `"thinking-display-updates-2026-08-18"`
7115572283
7115672284 - `"ce-user-management-2026-07-13"`
72285
72286 - `"mid-conversation-output-config-2026-07-01"`
72287
72288 - `"thinking-binding-controls-2026-08-01"`
72289
72290 - `"mid-conversation-system-clear-at-2026-08-21"`
7115772291
7115872292#### Body parameters
7115972293
from line 72606
7147272606
7147372607 - `string`
7147472608
71475 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
72609 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
7147672610
7147772611 - `"message-batches-2024-09-24"`
7147872612
from line 72689
7155572689 - `"thinking-display-updates-2026-08-18"`
7155672690
7155772691 - `"ce-user-management-2026-07-13"`
72692
72693 - `"mid-conversation-output-config-2026-07-01"`
72694
72695 - `"thinking-binding-controls-2026-08-01"`
72696
72697 - `"mid-conversation-system-clear-at-2026-08-21"`
7155872698
7155972699#### Returns
7156072700
from line 72899
7175972899
7176072900 - `string`
7176172901
71762 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
72902 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
7176372903
7176472904 - `"message-batches-2024-09-24"`
7176572905
from line 72982
7184272982 - `"thinking-display-updates-2026-08-18"`
7184372983
7184472984 - `"ce-user-management-2026-07-13"`
72985
72986 - `"mid-conversation-output-config-2026-07-01"`
72987
72988 - `"thinking-binding-controls-2026-08-01"`
72989
72990 - `"mid-conversation-system-clear-at-2026-08-21"`
7184572991
7184672992#### Returns
7184772993
from line 73210
7206473210
7206573211 - `string`
7206673212
72067 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
73213 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
7206873214
7206973215 - `"message-batches-2024-09-24"`
7207073216
from line 73293
7214773293 - `"thinking-display-updates-2026-08-18"`
7214873294
7214973295 - `"ce-user-management-2026-07-13"`
73296
73297 - `"mid-conversation-output-config-2026-07-01"`
73298
73299 - `"thinking-binding-controls-2026-08-01"`
73300
73301 - `"mid-conversation-system-clear-at-2026-08-21"`
7215073302
7215173303#### Body parameters
7215273304
from line 73597
7244573597
7244673598 - `string`
7244773599
72448 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
73600 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
7244973601
7245073602 - `"message-batches-2024-09-24"`
7245173603
from line 73680
7252873680 - `"thinking-display-updates-2026-08-18"`
7252973681
7253073682 - `"ce-user-management-2026-07-13"`
73683
73684 - `"mid-conversation-output-config-2026-07-01"`
73685
73686 - `"thinking-binding-controls-2026-08-01"`
73687
73688 - `"mid-conversation-system-clear-at-2026-08-21"`
7253173689
7253273690#### Returns
7253373691
from line 73904
7274673904
7274773905 - `string`
7274873906
72749 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
73907 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
7275073908
7275173909 - `"message-batches-2024-09-24"`
7275273910
from line 73987
7282973987 - `"thinking-display-updates-2026-08-18"`
7283073988
7283173989 - `"ce-user-management-2026-07-13"`
73990
73991 - `"mid-conversation-output-config-2026-07-01"`
73992
73993 - `"thinking-binding-controls-2026-08-01"`
73994
73995 - `"mid-conversation-system-clear-at-2026-08-21"`
7283273996
7283373997#### Body parameters
7283473998
from line 74095
7293174095
7293274096 - `string`
7293374097
72934 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
74098 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
7293574099
7293674100 - `"message-batches-2024-09-24"`
7293774101
from line 74178
7301474178 - `"thinking-display-updates-2026-08-18"`
7301574179
7301674180 - `"ce-user-management-2026-07-13"`
74181
74182 - `"mid-conversation-output-config-2026-07-01"`
74183
74184 - `"thinking-binding-controls-2026-08-01"`
74185
74186 - `"mid-conversation-system-clear-at-2026-08-21"`
7301774187
7301874188#### Returns
7301974189
from line 74276
7310674276
7310774277 - `string`
7310874278
73109 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
74279 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
7311074280
7311174281 - `"message-batches-2024-09-24"`
7311274282
from line 74359
7318974359 - `"thinking-display-updates-2026-08-18"`
7319074360
7319174361 - `"ce-user-management-2026-07-13"`
74362
74363 - `"mid-conversation-output-config-2026-07-01"`
74364
74365 - `"thinking-binding-controls-2026-08-01"`
74366
74367 - `"mid-conversation-system-clear-at-2026-08-21"`
7319274368
7319374369#### Returns
7319474370
from line 74897
7372174897
7372274898 - `string`
7372374899
73724 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
74900 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
7372574901
7372674902 - `"message-batches-2024-09-24"`
7372774903
from line 74980
7380474980 - `"thinking-display-updates-2026-08-18"`
7380574981
7380674982 - `"ce-user-management-2026-07-13"`
74983
74984 - `"mid-conversation-output-config-2026-07-01"`
74985
74986 - `"thinking-binding-controls-2026-08-01"`
74987
74988 - `"mid-conversation-system-clear-at-2026-08-21"`
7380774989
7380874990#### Body parameters
7380974991
from line 75140
7395875140
7395975141 - `string`
7396075142
73961 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
75143 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
7396275144
7396375145 - `"message-batches-2024-09-24"`
7396475146
from line 75223
7404175223 - `"thinking-display-updates-2026-08-18"`
7404275224
7404375225 - `"ce-user-management-2026-07-13"`
75226
75227 - `"mid-conversation-output-config-2026-07-01"`
75228
75229 - `"thinking-binding-controls-2026-08-01"`
75230
75231 - `"mid-conversation-system-clear-at-2026-08-21"`
7404475232
7404575233#### Returns
7404675234
from line 75345
7415775345
7415875346 - `string`
7415975347
74160 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
75348 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
7416175349
7416275350 - `"message-batches-2024-09-24"`
7416375351
from line 75428
7424075428 - `"thinking-display-updates-2026-08-18"`
7424175429
7424275430 - `"ce-user-management-2026-07-13"`
75431
75432 - `"mid-conversation-output-config-2026-07-01"`
75433
75434 - `"thinking-binding-controls-2026-08-01"`
75435
75436 - `"mid-conversation-system-clear-at-2026-08-21"`
7424375437
7424475438#### Returns
7424575439
from line 75551
7435775551
7435875552 - `string`
7435975553
74360 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
75554 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
7436175555
7436275556 - `"message-batches-2024-09-24"`
7436375557
from line 75634
7444075634 - `"thinking-display-updates-2026-08-18"`
7444175635
7444275636 - `"ce-user-management-2026-07-13"`
75637
75638 - `"mid-conversation-output-config-2026-07-01"`
75639
75640 - `"thinking-binding-controls-2026-08-01"`
75641
75642 - `"mid-conversation-system-clear-at-2026-08-21"`
7444375643
7444475644#### Body parameters
7444575645
from line 75775
7457575775
7457675776 - `string`
7457775777
74578 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
75778 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
7457975779
7458075780 - `"message-batches-2024-09-24"`
7458175781
from line 75858
7465875858 - `"thinking-display-updates-2026-08-18"`
7465975859
7466075860 - `"ce-user-management-2026-07-13"`
75861
75862 - `"mid-conversation-output-config-2026-07-01"`
75863
75864 - `"thinking-binding-controls-2026-08-01"`
75865
75866 - `"mid-conversation-system-clear-at-2026-08-21"`
7466175867
7466275868#### Returns
7466375869
from line 75986
7478075986
7478175987 - `string`
7478275988
74783 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
75989 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
7478475990
7478575991 - `"message-batches-2024-09-24"`
7478675992
from line 76069
7486376069 - `"thinking-display-updates-2026-08-18"`
7486476070
7486576071 - `"ce-user-management-2026-07-13"`
76072
76073 - `"mid-conversation-output-config-2026-07-01"`
76074
76075 - `"thinking-binding-controls-2026-08-01"`
76076
76077 - `"mid-conversation-system-clear-at-2026-08-21"`
7486676078
7486776079#### Body parameters
7486876080
from line 76206
7499476206
7499576207 - `string`
7499676208
74997 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
76209 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
7499876210
7499976211 - `"message-batches-2024-09-24"`
7500076212
from line 76289
7507776289 - `"thinking-display-updates-2026-08-18"`
7507876290
7507976291 - `"ce-user-management-2026-07-13"`
76292
76293 - `"mid-conversation-output-config-2026-07-01"`
76294
76295 - `"thinking-binding-controls-2026-08-01"`
76296
76297 - `"mid-conversation-system-clear-at-2026-08-21"`
7508076298
7508176299#### Returns
7508276300
from line 76398
7518076398
7518176399 - `string`
7518276400
75183 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
76401 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
7518476402
7518576403 - `"message-batches-2024-09-24"`
7518676404
from line 76481
7526376481 - `"thinking-display-updates-2026-08-18"`
7526476482
7526576483 - `"ce-user-management-2026-07-13"`
76484
76485 - `"mid-conversation-output-config-2026-07-01"`
76486
76487 - `"thinking-binding-controls-2026-08-01"`
76488
76489 - `"mid-conversation-system-clear-at-2026-08-21"`
7526676490
7526776491#### Returns
7526876492
from line 76939
7571576939 customer-managed encryption key (CMEK) on AWS, reference this value in your
7571676940 KMS key-policy condition so the key is scoped to this compartment. On GCP and
7571776941 Azure, Anthropic enforces the compartment binding automatically; you do not
75718 need to reference this value in your key configuration. See the CMEK integration guide for the
75719 required key configuration, including the value used during key validation.
76942 need to reference this value in your key configuration. See the CMEK
76943 integration guide for the required key configuration; unless your organization
76944 is on Claude Platform on AWS, it includes a separate value used during key
76945 validation. On Claude Platform on AWS there is no separate validation value:
76946 the key is validated against this Workspace's own value when it is attached, so
76947 if your key policy uses the compartment condition, add this value to it before
76948 attaching the key.
7572076949
7572176950 - `created_at: string`
7572276951
from line 76982
7575376982 ID of the customer-managed encryption key (CMEK) configuration to use for this
7575476983 Workspace. Setting this field requires CMEK to be enabled for your
7575576984 organization. When set, data stored for this Workspace is encrypted with the
75756 referenced key. Create key configurations with the External Keys API. This
75757 field is write-once: once a key is attached to a Workspace it cannot be
75758 detached or replaced. To rotate key material, rotate the underlying key on
75759 your cloud KMS; the `external_key_id` stays the same.
76985 referenced key. Create key configurations with the External Keys API. On
76986 Claude Platform on AWS the value is the AWS KMS key ARN, and the key must be a
76987 single-Region key in the same AWS account and Region as the Workspace. On that
76988 platform the key is validated against this Workspace when it is attached, so a
76989 key-policy problem is reported as an error on this request. This field is write-once:
76990 once a key is attached to a Workspace it cannot be detached or replaced. To
76991 rotate key material, rotate the underlying key on your cloud KMS; the
76992 `external_key_id` stays the same.
7576076993
7576176994 - `name: string`
7576276995
from line 77072
7583977072
7584077073 - `string`
7584177074
75842 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
77075 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
7584377076
7584477077 - `"message-batches-2024-09-24"`
7584577078
from line 77155
7592277155 - `"thinking-display-updates-2026-08-18"`
7592377156
7592477157 - `"ce-user-management-2026-07-13"`
77158
77159 - `"mid-conversation-output-config-2026-07-01"`
77160
77161 - `"thinking-binding-controls-2026-08-01"`
77162
77163 - `"mid-conversation-system-clear-at-2026-08-21"`
7592577164
7592677165#### Body parameters
7592777166
from line 77209
7597077209 ID of the customer-managed encryption key (CMEK) configuration to use for this
7597177210 Workspace. Setting this field requires CMEK to be enabled for your
7597277211 organization. When set, data stored for this Workspace is encrypted with the
75973 referenced key. Create key configurations with the External Keys API. This
75974 field is write-once: once a key is attached to a Workspace it cannot be
75975 detached or replaced. To rotate key material, rotate the underlying key on
75976 your cloud KMS; the `external_key_id` stays the same.
77212 referenced key. Create key configurations with the External Keys API. On
77213 Claude Platform on AWS the value is the AWS KMS key ARN, and the key must be a
77214 single-Region key in the same AWS account and Region as the Workspace. On that
77215 platform the key is validated against this Workspace when it is attached, so a
77216 key-policy problem is reported as an error on this request. This field is write-once:
77217 once a key is attached to a Workspace it cannot be detached or replaced. To
77218 rotate key material, rotate the underlying key on your cloud KMS; the
77219 `external_key_id` stays the same.
7597777220
7597877221- `tags: optional map[string] or null`
7597977222
from line 77242
7599977242 customer-managed encryption key (CMEK) on AWS, reference this value in your
7600077243 KMS key-policy condition so the key is scoped to this compartment. On GCP and
7600177244 Azure, Anthropic enforces the compartment binding automatically; you do not
76002 need to reference this value in your key configuration. See the CMEK integration guide for the
76003 required key configuration, including the value used during key validation.
77245 need to reference this value in your key configuration. See the CMEK
77246 integration guide for the required key configuration; unless your organization
77247 is on Claude Platform on AWS, it includes a separate value used during key
77248 validation. On Claude Platform on AWS there is no separate validation value:
77249 the key is validated against this Workspace's own value when it is attached, so
77250 if your key policy uses the compartment condition, add this value to it before
77251 attaching the key.
7600477252
7600577253 - `created_at: string`
7600677254
from line 77285
7603777285 ID of the customer-managed encryption key (CMEK) configuration to use for this
7603877286 Workspace. Setting this field requires CMEK to be enabled for your
7603977287 organization. When set, data stored for this Workspace is encrypted with the
76040 referenced key. Create key configurations with the External Keys API. This
76041 field is write-once: once a key is attached to a Workspace it cannot be
76042 detached or replaced. To rotate key material, rotate the underlying key on
76043 your cloud KMS; the `external_key_id` stays the same.
77288 referenced key. Create key configurations with the External Keys API. On
77289 Claude Platform on AWS the value is the AWS KMS key ARN, and the key must be a
77290 single-Region key in the same AWS account and Region as the Workspace. On that
77291 platform the key is validated against this Workspace when it is attached, so a
77292 key-policy problem is reported as an error on this request. This field is write-once:
77293 once a key is attached to a Workspace it cannot be detached or replaced. To
77294 rotate key material, rotate the underlying key on your cloud KMS; the
77295 `external_key_id` stays the same.
7604477296
7604577297 - `name: string`
7604677298
from line 77384
7613277384 customer-managed encryption key (CMEK) on AWS, reference this value in your
7613377385 KMS key-policy condition so the key is scoped to this compartment. On GCP and
7613477386 Azure, Anthropic enforces the compartment binding automatically; you do not
76135 need to reference this value in your key configuration. See the CMEK integration guide for the
76136 required key configuration, including the value used during key validation.
77387 need to reference this value in your key configuration. See the CMEK
77388 integration guide for the required key configuration; unless your organization
77389 is on Claude Platform on AWS, it includes a separate value used during key
77390 validation. On Claude Platform on AWS there is no separate validation value:
77391 the key is validated against this Workspace's own value when it is attached, so
77392 if your key policy uses the compartment condition, add this value to it before
77393 attaching the key.
7613777394
7613877395 - `created_at: string`
7613977396
from line 77427
7617077427 ID of the customer-managed encryption key (CMEK) configuration to use for this
7617177428 Workspace. Setting this field requires CMEK to be enabled for your
7617277429 organization. When set, data stored for this Workspace is encrypted with the
76173 referenced key. Create key configurations with the External Keys API. This
76174 field is write-once: once a key is attached to a Workspace it cannot be
76175 detached or replaced. To rotate key material, rotate the underlying key on
76176 your cloud KMS; the `external_key_id` stays the same.
77430 referenced key. Create key configurations with the External Keys API. On
77431 Claude Platform on AWS the value is the AWS KMS key ARN, and the key must be a
77432 single-Region key in the same AWS account and Region as the Workspace. On that
77433 platform the key is validated against this Workspace when it is attached, so a
77434 key-policy problem is reported as an error on this request. This field is write-once:
77435 once a key is attached to a Workspace it cannot be detached or replaced. To
77436 rotate key material, rotate the underlying key on your cloud KMS; the
77437 `external_key_id` stays the same.
7617777438
7617877439 - `name: string`
7617977440
from line 77531
7627077531 ID of the customer-managed encryption key (CMEK) configuration to use for this
7627177532 Workspace. Setting this field requires CMEK to be enabled for your
7627277533 organization. When set, data stored for this Workspace is encrypted with the
76273 referenced key. Create key configurations with the External Keys API. This
76274 field is write-once: once a key is attached to a Workspace it cannot be
76275 detached or replaced. To rotate key material, rotate the underlying key on
76276 your cloud KMS; the `external_key_id` stays the same.
77534 referenced key. Create key configurations with the External Keys API. On
77535 Claude Platform on AWS the value is the AWS KMS key ARN, and the key must be a
77536 single-Region key in the same AWS account and Region as the Workspace. On that
77537 platform the key is validated against this Workspace when it is attached, so a
77538 key-policy problem is reported as an error on this request. This field is write-once:
77539 once a key is attached to a Workspace it cannot be detached or replaced. To
77540 rotate key material, rotate the underlying key on your cloud KMS; the
77541 `external_key_id` stays the same.
7627777542
7627877543- `name: optional string`
7627977544
from line 77570
7630577570 customer-managed encryption key (CMEK) on AWS, reference this value in your
7630677571 KMS key-policy condition so the key is scoped to this compartment. On GCP and
7630777572 Azure, Anthropic enforces the compartment binding automatically; you do not
76308 need to reference this value in your key configuration. See the CMEK integration guide for the
76309 required key configuration, including the value used during key validation.
77573 need to reference this value in your key configuration. See the CMEK
77574 integration guide for the required key configuration; unless your organization
77575 is on Claude Platform on AWS, it includes a separate value used during key
77576 validation. On Claude Platform on AWS there is no separate validation value:
77577 the key is validated against this Workspace's own value when it is attached, so
77578 if your key policy uses the compartment condition, add this value to it before
77579 attaching the key.
7631077580
7631177581 - `created_at: string`
7631277582
from line 77613
7634377613 ID of the customer-managed encryption key (CMEK) configuration to use for this
7634477614 Workspace. Setting this field requires CMEK to be enabled for your
7634577615 organization. When set, data stored for this Workspace is encrypted with the
76346 referenced key. Create key configurations with the External Keys API. This
76347 field is write-once: once a key is attached to a Workspace it cannot be
76348 detached or replaced. To rotate key material, rotate the underlying key on
76349 your cloud KMS; the `external_key_id` stays the same.
77616 referenced key. Create key configurations with the External Keys API. On
77617 Claude Platform on AWS the value is the AWS KMS key ARN, and the key must be a
77618 single-Region key in the same AWS account and Region as the Workspace. On that
77619 platform the key is validated against this Workspace when it is attached, so a
77620 key-policy problem is reported as an error on this request. This field is write-once:
77621 once a key is attached to a Workspace it cannot be detached or replaced. To
77622 rotate key material, rotate the underlying key on your cloud KMS; the
77623 `external_key_id` stays the same.
7635077624
7635177625 - `name: string`
7635277626
from line 77709
7643577709 customer-managed encryption key (CMEK) on AWS, reference this value in your
7643677710 KMS key-policy condition so the key is scoped to this compartment. On GCP and
7643777711 Azure, Anthropic enforces the compartment binding automatically; you do not
76438 need to reference this value in your key configuration. See the CMEK integration guide for the
76439 required key configuration, including the value used during key validation.
77712 need to reference this value in your key configuration. See the CMEK
77713 integration guide for the required key configuration; unless your organization
77714 is on Claude Platform on AWS, it includes a separate value used during key
77715 validation. On Claude Platform on AWS there is no separate validation value:
77716 the key is validated against this Workspace's own value when it is attached, so
77717 if your key policy uses the compartment condition, add this value to it before
77718 attaching the key.
7644077719
7644177720 - `created_at: string`
7644277721
from line 77752
7647377752 ID of the customer-managed encryption key (CMEK) configuration to use for this
7647477753 Workspace. Setting this field requires CMEK to be enabled for your
7647577754 organization. When set, data stored for this Workspace is encrypted with the
76476 referenced key. Create key configurations with the External Keys API. This
76477 field is write-once: once a key is attached to a Workspace it cannot be
76478 detached or replaced. To rotate key material, rotate the underlying key on
76479 your cloud KMS; the `external_key_id` stays the same.
77755 referenced key. Create key configurations with the External Keys API. On
77756 Claude Platform on AWS the value is the AWS KMS key ARN, and the key must be a
77757 single-Region key in the same AWS account and Region as the Workspace. On that
77758 platform the key is validated against this Workspace when it is attached, so a
77759 key-policy problem is reported as an error on this request. This field is write-once:
77760 once a key is attached to a Workspace it cannot be detached or replaced. To
77761 rotate key material, rotate the underlying key on your cloud KMS; the
77762 `external_key_id` stays the same.
7648077763
7648177764 - `name: string`
7648277765
from line 78402
7711978402
7712078403 - `string`
7712178404
77122 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
78405 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
7712378406
7712478407 - `"message-batches-2024-09-24"`
7712578408
from line 78485
7720278485 - `"thinking-display-updates-2026-08-18"`
7720378486
7720478487 - `"ce-user-management-2026-07-13"`
78488
78489 - `"mid-conversation-output-config-2026-07-01"`
78490
78491 - `"thinking-binding-controls-2026-08-01"`
78492
78493 - `"mid-conversation-system-clear-at-2026-08-21"`
7720578494
7720678495#### Returns
7720778496
from line 78591
7730278591
7730378592 - `string`
7730478593
77305 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
78594 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
7730678595
7730778596 - `"message-batches-2024-09-24"`
7730878597
from line 78674
7738578674 - `"thinking-display-updates-2026-08-18"`
7738678675
7738778676 - `"ce-user-management-2026-07-13"`
78677
78678 - `"mid-conversation-output-config-2026-07-01"`
78679
78680 - `"thinking-binding-controls-2026-08-01"`
78681
78682 - `"mid-conversation-system-clear-at-2026-08-21"`
7738878683
7738978684#### Body parameters
7739078685
from line 78796
7750178796
7750278797 - `string`
7750378798
77504 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
78799 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
7750578800
7750678801 - `"message-batches-2024-09-24"`
7750778802
from line 78879
7758478879 - `"thinking-display-updates-2026-08-18"`
7758578880
7758678881 - `"ce-user-management-2026-07-13"`
78882
78883 - `"mid-conversation-output-config-2026-07-01"`
78884
78885 - `"thinking-binding-controls-2026-08-01"`
78886
78887 - `"mid-conversation-system-clear-at-2026-08-21"`
7758778888
7758878889#### Returns
7758978890
from line 78978
7767778978
7767878979 - `string`
7767978980
77680 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
78981 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
7768178982
7768278983 - `"message-batches-2024-09-24"`
7768378984
from line 79061
7776079061 - `"thinking-display-updates-2026-08-18"`
7776179062
7776279063 - `"ce-user-management-2026-07-13"`
79064
79065 - `"mid-conversation-output-config-2026-07-01"`
79066
79067 - `"thinking-binding-controls-2026-08-01"`
79068
79069 - `"mid-conversation-system-clear-at-2026-08-21"`
7776379070
7776479071#### Body parameters
7776579072
from line 79177
7787079177
7787179178 - `string`
7787279179
77873 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
79180 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
7787479181
7787579182 - `"message-batches-2024-09-24"`
7787679183
from line 79260
7795379260 - `"thinking-display-updates-2026-08-18"`
7795479261
7795579262 - `"ce-user-management-2026-07-13"`
79263
79264 - `"mid-conversation-output-config-2026-07-01"`
79265
79266 - `"thinking-binding-controls-2026-08-01"`
79267
79268 - `"mid-conversation-system-clear-at-2026-08-21"`
7795679269
7795779270#### Returns
7795879271
from line 79433
7812079433 "next_page": "next_page"
7812179434}
7812279435```
79436
79437## Beta › Organization › Compliance Settings
79438
79439### Get Compliance Settings
79440
79441**GET** `/v1/organizations/compliance_settings`
79442
79443Retrieve your organization's Compliance Settings.
79444
79445Compliance Settings is a singleton resource: there is exactly one per
79446organization, addressed without an identifier. The `state` field reflects
79447whether the Compliance API is enabled. An organization with a parent
79448organization reads the state inherited from the parent's configuration.
79449
79450#### Returns
79451
79452- `BetaComplianceSettings object`
79453
79454 - `state: BetaComplianceSettingsStateEnabled or BetaComplianceSettingsStateDisabled`
79455
79456 Whether the Compliance API is enabled for this organization.
79457
79458 - `BetaComplianceSettingsStateEnabled object`
79459
79460 - `type: "enabled"`
79461
79462 default: enabled
79463
79464 - `BetaComplianceSettingsStateDisabled object`
79465
79466 - `type: "disabled"`
79467
79468 default: disabled
79469
79470 - `type: "compliance_settings"`
79471
79472 default: compliance_settings
79473
79474#### Example
79475
79476```bash
79477curl https://api.anthropic.com/v1/organizations/compliance_settings \
79478 -H 'anthropic-version: 2023-06-01' \
79479 -H "X-Api-Key: $ANTHROPIC_API_KEY"
79480```
79481
79482##### Response (200)
79483
79484```json
79485{
79486 "state": {
79487 "type": "enabled"
79488 },
79489 "type": "compliance_settings"
79490}
79491```
79492
79493### Update Compliance Settings
79494
79495**POST** `/v1/organizations/compliance_settings`
79496
79497Update your organization's Compliance Settings.
79498
79499Setting `state` to `enabled` turns on the Compliance API and begins
79500capturing organization activity events. Setting it to `disabled` turns
79501both off. `state` reflects whether the Compliance API is enabled.
79502
79503A request that sets `state` to its current value succeeds and leaves the
79504resource unchanged. A `disabled` request stays in effect until a later
79505`enabled` request or the organization's next provisioning action that
79506enables Access Transparency: enabling Access Transparency also enables
79507the Compliance API, which serves its activity events, so such
79508provisioning (including re-runs) re-enables the Compliance API even
79509after a `disabled` request. Automated provisioning never disables
79510compliance settings.
79511
79512#### Body parameters
79513
79514- `state: BetaComplianceSettingsStateEnabledParam or BetaComplianceSettingsStateDisabledParam`
79515
79516 Desired state. Accepts the string shorthand "enabled" or "disabled" in place of the object form; the response always returns the canonical object form.
79517
79518 - `BetaComplianceSettingsStateEnabledParam object`
79519
79520 - `type: "enabled"`
79521
79522 - `BetaComplianceSettingsStateDisabledParam object`
79523
79524 - `type: "disabled"`
79525
79526#### Returns
79527
79528- `BetaComplianceSettings object`
79529
79530 - `state: BetaComplianceSettingsStateEnabled or BetaComplianceSettingsStateDisabled`
79531
79532 Whether the Compliance API is enabled for this organization.
79533
79534 - `BetaComplianceSettingsStateEnabled object`
79535
79536 - `type: "enabled"`
79537
79538 default: enabled
79539
79540 - `BetaComplianceSettingsStateDisabled object`
79541
79542 - `type: "disabled"`
79543
79544 default: disabled
79545
79546 - `type: "compliance_settings"`
79547
79548 default: compliance_settings
79549
79550#### Example
79551
79552```bash
79553curl https://api.anthropic.com/v1/organizations/compliance_settings \
79554 -H 'Content-Type: application/json' \
79555 -H 'anthropic-version: 2023-06-01' \
79556 -H "X-Api-Key: $ANTHROPIC_API_KEY" \
79557 -d '{
79558 "state": {
79559 "type": "enabled"
79560 }
79561 }'
79562```
79563
79564##### Response (200)
79565
79566```json
79567{
79568 "state": {
79569 "type": "enabled"
79570 },
79571 "type": "compliance_settings"
79572}
79573```
7812379574