Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
One change · api

Dreams changed

api/beta/dreams

Nearest release: v2.1.268, published under an hour after this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.

Recorded here
Lines+588added
Lines−563removed
From line 1 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits9to this page, all time

The whole hunk

from line 1, old and new numbered
/
lines
from line 1
1---
2title: Dreams
3url: https://platform.claude.com/docs/en/api/beta/dreams
4---
5 
16# Dreams
27 
38## Create a Dream
from line 19
1419 
1520 - `string`
1621 
17 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
22 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
1823 
1924 - `"message-batches-2024-09-24"`
2025 
from line 67
6267 
6368 - `"user-profiles-2026-08-18"`
6469 
70 - `"user-profiles-2026-09-04"`
71 
6572 - `"advisor-tool-2026-03-01"`
6673 
6774 - `"managed-agents-2026-04-01"`
from line 111
104111 
105112 - `"mid-conversation-system-clear-at-2026-08-21"`
106113 
114- `"anthropic-workspace-id": optional string`
115 
107116### Body parameters
108117 
109118- `inputs: array of BetaDreamInput`
from line 121
112121 
113122 An input memory store the dream reads from. The dream never mutates this store unless it is also the destination: with output_behavior {type: "update_existing"} the job consolidates this store in place.
114123 
124 - `type: "memory_store"`
125 
115126 - `memory_store_id: string`
116127 
117128 minLength: 1
118129 
119 - `type: "memory_store"`
120 
121130 - `BetaDreamSessionsInput object`
122131 
123132 Input session transcripts the dream reads.
124133 
125 - `session_ids: array of string`
126 
127134 - `type: "sessions"`
128135 
136 - `session_ids: array of string`
137 
129138- `model: string or BetaDreamModelConfigParam`
130139 
131140 Model identifier and configuration applied to every pipeline stage.
from line 177
168177 
169178 The job writes the consolidated memories into this existing memory store instead of creating one. In EAP the store must be the job's own memory_store input, so the job consolidates the store in place.
170179 
180 - `type: "update_existing"`
181 
171182 - `memory_store_id: string`
172183 
173184 minLength: 1
174185 
175 - `type: "update_existing"`
176 
177186### Returns
178187 
179188- `BetaDream object`
from line 189
180189 
181190 An asynchronous memory-consolidation job that reads a memory store plus a set of session transcripts and writes consolidated memories into an output memory store — a new store by default, or an existing store chosen via output_behavior. The Dreams API is in research preview: the request and response shapes are volatile and may change without the deprecation period that applies to generally-available endpoints.
182191 
192 - `type: "dream"`
193 
183194 - `id: string`
184195 
185196 - `archived_at: string or null`
from line 215
204215 
205216 Failure detail for a Dream whose `status` is `failed`.
206217 
207 - `message: string`
208 
209218 - `type: string`
210219 
220 - `message: string`
221 
211222 - `inputs: array of BetaDreamInput`
212223 
213224 - `BetaDreamMemoryStoreInput object`
from line 225
214225 
215226 An input memory store the dream reads from. The dream never mutates this store unless it is also the destination: with output_behavior {type: "update_existing"} the job consolidates this store in place.
216227 
228 - `type: "memory_store"`
229 
217230 - `memory_store_id: string`
218231 
219232 minLength: 1
220233 
221 - `type: "memory_store"`
222 
223234 - `BetaDreamSessionsInput object`
224235 
225236 Input session transcripts the dream reads.
226237 
227 - `session_ids: array of string`
228 
229238 - `type: "sessions"`
230239 
240 - `session_ids: array of string`
241 
231242 - `instructions: string or null`
232243 
233244 - `model: BetaDreamModelConfig`
from line 273
262273 
263274 The job writes the consolidated memories into this existing memory store instead of creating one. In EAP the store must be the job's own memory_store input, so the job consolidates the store in place.
264275 
276 - `type: "update_existing"`
277 
265278 - `memory_store_id: string`
266279 
267280 minLength: 1
268281 
269 - `type: "update_existing"`
270 
271282 - `outputs: array of BetaDreamOutput`
272283 
273 - `memory_store_id: string`
274 
275284 - `type: "memory_store"`
276285 
286 - `memory_store_id: string`
287 
277288 - `session_id: string or null`
278289 
279290 - `status: BetaDreamStatus`
from line 301
290301 
291302 - `"canceled"`
292303 
293 - `type: "dream"`
294 
295304 - `usage: BetaDreamUsage`
296305 
297306 Cumulative token usage for the dream across every pipeline stage.
from line 448
439448 
440449 - `string`
441450 
442 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
451 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
443452 
444453 - `"message-batches-2024-09-24"`
445454 
from line 496
487496 
488497 - `"user-profiles-2026-08-18"`
489498 
499 - `"user-profiles-2026-09-04"`
500 
490501 - `"advisor-tool-2026-03-01"`
491502 
492503 - `"managed-agents-2026-04-01"`
from line 540
529540 
530541 - `"mid-conversation-system-clear-at-2026-08-21"`
531542 
543- `"anthropic-workspace-id": optional string`
544 
532545### Returns
533546 
534547- `data: array of BetaDream`
535548 
549 - `type: "dream"`
550 
536551 - `id: string`
537552 
538553 - `archived_at: string or null`
from line 572
557572 
558573 Failure detail for a Dream whose `status` is `failed`.
559574 
560 - `message: string`
561 
562575 - `type: string`
563576 
577 - `message: string`
578 
564579 - `inputs: array of BetaDreamInput`
565580 
566581 - `BetaDreamMemoryStoreInput object`
from line 582
567582 
568583 An input memory store the dream reads from. The dream never mutates this store unless it is also the destination: with output_behavior {type: "update_existing"} the job consolidates this store in place.
569584 
585 - `type: "memory_store"`
586 
570587 - `memory_store_id: string`
571588 
572589 minLength: 1
573590 
574 - `type: "memory_store"`
575 
576591 - `BetaDreamSessionsInput object`
577592 
578593 Input session transcripts the dream reads.
579594 
580 - `session_ids: array of string`
581 
582595 - `type: "sessions"`
583596 
597 - `session_ids: array of string`
598 
584599 - `instructions: string or null`
585600 
586601 - `model: BetaDreamModelConfig`
from line 630
615630 
616631 The job writes the consolidated memories into this existing memory store instead of creating one. In EAP the store must be the job's own memory_store input, so the job consolidates the store in place.
617632 
633 - `type: "update_existing"`
634 
618635 - `memory_store_id: string`
619636 
620637 minLength: 1
621638 
622 - `type: "update_existing"`
623 
624639 - `outputs: array of BetaDreamOutput`
625640 
626 - `memory_store_id: string`
627 
628641 - `type: "memory_store"`
629642 
643 - `memory_store_id: string`
644 
630645 - `session_id: string or null`
631646 
632647 - `status: BetaDreamStatus`
from line 658
643658 
644659 - `"canceled"`
645660 
646 - `type: "dream"`
647 
648661 - `usage: BetaDreamUsage`
649662 
650663 Cumulative token usage for the dream across every pipeline stage.
from line 764
751764 
752765 - `string`
753766 
754 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
767 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
755768 
756769 - `"message-batches-2024-09-24"`
757770 
from line 812
799812 
800813 - `"user-profiles-2026-08-18"`
801814 
815 - `"user-profiles-2026-09-04"`
816 
802817 - `"advisor-tool-2026-03-01"`
803818 
804819 - `"managed-agents-2026-04-01"`
from line 856
841856 
842857 - `"mid-conversation-system-clear-at-2026-08-21"`
843858 
859- `"anthropic-workspace-id": optional string`
860 
844861### Returns
845862 
846863- `BetaDream object`
from line 864
847864 
848865 An asynchronous memory-consolidation job that reads a memory store plus a set of session transcripts and writes consolidated memories into an output memory store — a new store by default, or an existing store chosen via output_behavior. The Dreams API is in research preview: the request and response shapes are volatile and may change without the deprecation period that applies to generally-available endpoints.
849866 
867 - `type: "dream"`
868 
850869 - `id: string`
851870 
852871 - `archived_at: string or null`
from line 890
871890 
872891 Failure detail for a Dream whose `status` is `failed`.
873892 
874 - `message: string`
875 
876893 - `type: string`
877894 
895 - `message: string`
896 
878897 - `inputs: array of BetaDreamInput`
879898 
880899 - `BetaDreamMemoryStoreInput object`
from line 900
881900 
882901 An input memory store the dream reads from. The dream never mutates this store unless it is also the destination: with output_behavior {type: "update_existing"} the job consolidates this store in place.
883902 
903 - `type: "memory_store"`
904 
884905 - `memory_store_id: string`
885906 
886907 minLength: 1
887908 
888 - `type: "memory_store"`
889 
890909 - `BetaDreamSessionsInput object`
891910 
892911 Input session transcripts the dream reads.
893912 
894 - `session_ids: array of string`
895 
896913 - `type: "sessions"`
897914 
915 - `session_ids: array of string`
916 
898917 - `instructions: string or null`
899918 
900919 - `model: BetaDreamModelConfig`
from line 948
929948 
930949 The job writes the consolidated memories into this existing memory store instead of creating one. In EAP the store must be the job's own memory_store input, so the job consolidates the store in place.
931950 
951 - `type: "update_existing"`
952 
932953 - `memory_store_id: string`
933954 
934955 minLength: 1
935956 
936 - `type: "update_existing"`
937 
938957 - `outputs: array of BetaDreamOutput`
939958 
940 - `memory_store_id: string`
941 
942959 - `type: "memory_store"`
943960 
961 - `memory_store_id: string`
962 
944963 - `session_id: string or null`
945964 
946965 - `status: BetaDreamStatus`
from line 976
957976 
958977 - `"canceled"`
959978 
960 - `type: "dream"`
961 
962979 - `usage: BetaDreamUsage`
963980 
964981 Cumulative token usage for the dream across every pipeline stage.
from line 1075
10581075 
10591076 - `string`
10601077 
1061 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
1078 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
10621079 
10631080 - `"message-batches-2024-09-24"`
10641081 
from line 1123
11061123 
11071124 - `"user-profiles-2026-08-18"`
11081125 
1126 - `"user-profiles-2026-09-04"`
1127 
11091128 - `"advisor-tool-2026-03-01"`
11101129 
11111130 - `"managed-agents-2026-04-01"`
from line 1167
11481167 
11491168 - `"mid-conversation-system-clear-at-2026-08-21"`
11501169 
1170- `"anthropic-workspace-id": optional string`
1171 
11511172### Returns
11521173 
11531174- `BetaDream object`
from line 1175
11541175 
11551176 An asynchronous memory-consolidation job that reads a memory store plus a set of session transcripts and writes consolidated memories into an output memory store — a new store by default, or an existing store chosen via output_behavior. The Dreams API is in research preview: the request and response shapes are volatile and may change without the deprecation period that applies to generally-available endpoints.
11561177 
1178 - `type: "dream"`
1179 
11571180 - `id: string`
11581181 
11591182 - `archived_at: string or null`
from line 1201
11781201 
11791202 Failure detail for a Dream whose `status` is `failed`.
11801203 
1181 - `message: string`
1182 
11831204 - `type: string`
11841205 
1206 - `message: string`
1207 
11851208 - `inputs: array of BetaDreamInput`
11861209 
11871210 - `BetaDreamMemoryStoreInput object`
from line 1211
11881211 
11891212 An input memory store the dream reads from. The dream never mutates this store unless it is also the destination: with output_behavior {type: "update_existing"} the job consolidates this store in place.
11901213 
1214 - `type: "memory_store"`
1215 
11911216 - `memory_store_id: string`
11921217 
11931218 minLength: 1
11941219 
1195 - `type: "memory_store"`
1196 
11971220 - `BetaDreamSessionsInput object`
11981221 
11991222 Input session transcripts the dream reads.
12001223 
1201 - `session_ids: array of string`
1202 
12031224 - `type: "sessions"`
12041225 
1226 - `session_ids: array of string`
1227 
12051228 - `instructions: string or null`
12061229 
12071230 - `model: BetaDreamModelConfig`
from line 1259
12361259 
12371260 The job writes the consolidated memories into this existing memory store instead of creating one. In EAP the store must be the job's own memory_store input, so the job consolidates the store in place.
12381261 
1262 - `type: "update_existing"`
1263 
12391264 - `memory_store_id: string`
12401265 
12411266 minLength: 1
12421267 
1243 - `type: "update_existing"`
1244 
12451268 - `outputs: array of BetaDreamOutput`
12461269 
1247 - `memory_store_id: string`
1248 
12491270 - `type: "memory_store"`
12501271 
1272 - `memory_store_id: string`
1273 
12511274 - `session_id: string or null`
12521275 
12531276 - `status: BetaDreamStatus`
from line 1287
12641287 
12651288 - `"canceled"`
12661289 
1267 - `type: "dream"`
1268 
12691290 - `usage: BetaDreamUsage`
12701291 
12711292 Cumulative token usage for the dream across every pipeline stage.
from line 1387
13661387 
13671388 - `string`
13681389 
1369 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
1390 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
13701391 
13711392 - `"message-batches-2024-09-24"`
13721393 
from line 1435
14141435 
14151436 - `"user-profiles-2026-08-18"`
14161437 
1438 - `"user-profiles-2026-09-04"`
1439 
14171440 - `"advisor-tool-2026-03-01"`
14181441 
14191442 - `"managed-agents-2026-04-01"`
from line 1479
14561479 
14571480 - `"mid-conversation-system-clear-at-2026-08-21"`
14581481 
1482- `"anthropic-workspace-id": optional string`
1483 
14591484### Returns
14601485 
14611486- `BetaDream object`
from line 1487
14621487 
14631488 An asynchronous memory-consolidation job that reads a memory store plus a set of session transcripts and writes consolidated memories into an output memory store — a new store by default, or an existing store chosen via output_behavior. The Dreams API is in research preview: the request and response shapes are volatile and may change without the deprecation period that applies to generally-available endpoints.
14641489 
1490 - `type: "dream"`
1491 
14651492 - `id: string`
14661493 
14671494 - `archived_at: string or null`
from line 1513
14861513 
14871514 Failure detail for a Dream whose `status` is `failed`.
14881515 
1489 - `message: string`
1490 
14911516 - `type: string`
14921517 
1518 - `message: string`
1519 
14931520 - `inputs: array of BetaDreamInput`
14941521 
14951522 - `BetaDreamMemoryStoreInput object`
from line 1523
14961523 
14971524 An input memory store the dream reads from. The dream never mutates this store unless it is also the destination: with output_behavior {type: "update_existing"} the job consolidates this store in place.
14981525 
1526 - `type: "memory_store"`
1527 
14991528 - `memory_store_id: string`
15001529 
15011530 minLength: 1
15021531 
1503 - `type: "memory_store"`
1504 
15051532 - `BetaDreamSessionsInput object`
15061533 
15071534 Input session transcripts the dream reads.
15081535 
1509 - `session_ids: array of string`
1510 
15111536 - `type: "sessions"`
15121537 
1538 - `session_ids: array of string`
1539 
15131540 - `instructions: string or null`
15141541 
15151542 - `model: BetaDreamModelConfig`
from line 1571
15441571 
15451572 The job writes the consolidated memories into this existing memory store instead of creating one. In EAP the store must be the job's own memory_store input, so the job consolidates the store in place.
15461573 
1574 - `type: "update_existing"`
1575 
15471576 - `memory_store_id: string`
15481577 
15491578 minLength: 1
15501579 
1551 - `type: "update_existing"`
1552 
15531580 - `outputs: array of BetaDreamOutput`
15541581 
1555 - `memory_store_id: string`
1556 
15571582 - `type: "memory_store"`
15581583 
1584 - `memory_store_id: string`
1585 
15591586 - `session_id: string or null`
15601587 
15611588 - `status: BetaDreamStatus`
from line 1599
15721599 
15731600 - `"canceled"`
15741601 
1575 - `type: "dream"`
1576 
15771602 - `usage: BetaDreamUsage`
15781603 
15791604 Cumulative token usage for the dream across every pipeline stage.
from line 1689
16641689 
16651690 An asynchronous memory-consolidation job that reads a memory store plus a set of session transcripts and writes consolidated memories into an output memory store — a new store by default, or an existing store chosen via output_behavior. The Dreams API is in research preview: the request and response shapes are volatile and may change without the deprecation period that applies to generally-available endpoints.
16661691 
1692 - `type: "dream"`
1693 
16671694 - `id: string`
16681695 
16691696 - `archived_at: string or null`
from line 1715
16881715 
16891716 Failure detail for a Dream whose `status` is `failed`.
16901717 
1691 - `message: string`
1692 
16931718 - `type: string`
16941719 
1720 - `message: string`
1721 
16951722 - `inputs: array of BetaDreamInput`
16961723 
16971724 - `BetaDreamMemoryStoreInput object`
from line 1725
16981725 
16991726 An input memory store the dream reads from. The dream never mutates this store unless it is also the destination: with output_behavior {type: "update_existing"} the job consolidates this store in place.
17001727 
1728 - `type: "memory_store"`
1729 
17011730 - `memory_store_id: string`
17021731 
17031732 minLength: 1
17041733 
1705 - `type: "memory_store"`
1706 
17071734 - `BetaDreamSessionsInput object`
17081735 
17091736 Input session transcripts the dream reads.
17101737 
1711 - `session_ids: array of string`
1712 
17131738 - `type: "sessions"`
17141739 
1740 - `session_ids: array of string`
1741 
17151742 - `instructions: string or null`
17161743 
17171744 - `model: BetaDreamModelConfig`
from line 1773
17461773 
17471774 The job writes the consolidated memories into this existing memory store instead of creating one. In EAP the store must be the job's own memory_store input, so the job consolidates the store in place.
17481775 
1776 - `type: "update_existing"`
1777 
17491778 - `memory_store_id: string`
17501779 
17511780 minLength: 1
17521781 
1753 - `type: "update_existing"`
1754 
17551782 - `outputs: array of BetaDreamOutput`
17561783 
1757 - `memory_store_id: string`
1758 
17591784 - `type: "memory_store"`
17601785 
1786 - `memory_store_id: string`
1787 
17611788 - `session_id: string or null`
17621789 
17631790 - `status: BetaDreamStatus`
from line 1801
17741801 
17751802 - `"canceled"`
17761803 
1777 - `type: "dream"`
1778 
17791804 - `usage: BetaDreamUsage`
17801805 
17811806 Cumulative token usage for the dream across every pipeline stage.
from line 1835
18101835 
18111836 Failure detail for a Dream whose `status` is `failed`.
18121837 
1813 - `message: string`
1814 
18151838 - `type: string`
18161839 
1840 - `message: string`
1841 
18171842### Beta Dream Input
18181843 
18191844- `BetaDreamInput = BetaDreamMemoryStoreInput or BetaDreamSessionsInput`
from line 1849
18241849 
18251850 An input memory store the dream reads from. The dream never mutates this store unless it is also the destination: with output_behavior {type: "update_existing"} the job consolidates this store in place.
18261851 
1852 - `type: "memory_store"`
1853 
18271854 - `memory_store_id: string`
18281855 
18291856 minLength: 1
18301857 
1831 - `type: "memory_store"`
1832 
18331858 - `BetaDreamSessionsInput object`
18341859 
18351860 Input session transcripts the dream reads.
18361861 
1837 - `session_ids: array of string`
1838 
18391862 - `type: "sessions"`
18401863 
1864 - `session_ids: array of string`
1865 
18411866### Beta Dream Memory Store Input
18421867 
18431868- `BetaDreamMemoryStoreInput object`
from line 1869
18441869 
18451870 An input memory store the dream reads from. The dream never mutates this store unless it is also the destination: with output_behavior {type: "update_existing"} the job consolidates this store in place.
18461871 
1872 - `type: "memory_store"`
1873 
18471874 - `memory_store_id: string`
18481875 
18491876 minLength: 1
18501877 
1851 - `type: "memory_store"`
1852 
18531878### Beta Dream Memory Store Output
18541879 
18551880- `BetaDreamMemoryStoreOutput object`
from line 1881
18561881 
18571882 An output memory store the dream writes consolidated memories into.
18581883 
1859 - `memory_store_id: string`
1860 
18611884 - `type: "memory_store"`
18621885 
1886 - `memory_store_id: string`
1887 
18631888### Beta Dream Model Config
18641889 
18651890- `BetaDreamModelConfig object`
from line 1931
19061931 
19071932 An output memory store the dream writes consolidated memories into.
19081933 
1909 - `memory_store_id: string`
1910 
19111934 - `type: "memory_store"`
19121935 
1936 - `memory_store_id: string`
1937 
19131938### Beta Dream Sessions Input
19141939 
19151940- `BetaDreamSessionsInput object`
from line 1941
19161941 
19171942 Input session transcripts the dream reads.
19181943 
1919 - `session_ids: array of string`
1920 
19211944 - `type: "sessions"`
19221945 
1946 - `session_ids: array of string`
1947 
19231948### Beta Dream Status
19241949 
19251950- `BetaDreamStatus = "pending" or "running" or "completed" or 2 more`
from line 1999
19741999 
19752000 - `BetaInvalidRequestError object`
19762001 
1977 - `message: string`
1978 
1979 default: Invalid request
1980 
19812002 - `type: "invalid_request_error"`
19822003 
19832004 default: invalid_request_error
19842005 
1985 - `BetaAuthenticationError object`
1986 
19872006 - `message: string`
19882007 
1989 default: Authentication error
2008 default: Invalid request
19902009 
2010 - `BetaAuthenticationError object`
2011 
19912012 - `type: "authentication_error"`
19922013 
19932014 default: authentication_error
19942015 
1995 - `BetaBillingError object`
1996 
19972016 - `message: string`
19982017 
1999 default: Billing error
2018 default: Authentication error
20002019 
2020 - `BetaBillingError object`
2021 
20012022 - `type: "billing_error"`
20022023 
20032024 default: billing_error
20042025 
2005 - `BetaPermissionError object`
2006 
20072026 - `message: string`
20082027 
2009 default: Permission denied
2028 default: Billing error
20102029 
2030 - `BetaPermissionError object`
2031 
20112032 - `type: "permission_error"`
20122033 
20132034 default: permission_error
20142035 
2015 - `BetaNotFoundError object`
2016 
20172036 - `message: string`
20182037 
2019 default: Not found
2038 default: Permission denied
20202039 
2040 - `BetaNotFoundError object`
2041 
20212042 - `type: "not_found_error"`
20222043 
20232044 default: not_found_error
20242045 
2025 - `BetaRateLimitError object`
2026 
20272046 - `message: string`
20282047 
2029 default: Rate limited
2048 default: Not found
20302049 
2050 - `BetaRateLimitError object`
2051 
20312052 - `type: "rate_limit_error"`
20322053 
20332054 default: rate_limit_error
20342055 
2035 - `BetaGatewayTimeoutError object`
2036 
20372056 - `message: string`
20382057 
2039 default: Request timeout
2058 default: Rate limited
20402059 
2060 - `BetaGatewayTimeoutError object`
2061 
20412062 - `type: "timeout_error"`
20422063 
20432064 default: timeout_error
20442065 
2045 - `BetaAPIError object`
2046 
20472066 - `message: string`
20482067 
2049 default: Internal server error
2068 default: Request timeout
20502069 
2070 - `BetaAPIError object`
2071 
20512072 - `type: "api_error"`
20522073 
20532074 default: api_error
20542075 
2055 - `BetaOverloadedError object`
2056 
20572076 - `message: string`
20582077 
2059 default: Overloaded
2078 default: Internal server error
20602079 
2080 - `BetaOverloadedError object`
2081 
20612082 - `type: "overloaded_error"`
20622083 
20632084 default: overloaded_error
20642085 
2086 - `message: string`
2087 
2088 default: Overloaded
2089 
20652090 - `BetaTargetStoreHeldError object`
20662091 
20672092 The `output_behavior.memory_store_id` target is still held by a prior `{type: "update_existing"}` dream — one that is `pending` or `running`, or was canceled with its final writes still landing. Rarely the named dream has just finished (`completed`/`failed`) and its execution is still closing; an immediate retry then almost always succeeds. The message names the holding dream when the server can identify it (rarely omitted); poll it to a terminal state or cancel it, then retry. Carried with `x-should-retry: false`.
from line 2113
20882113 
20892114 The job writes the consolidated memories into this existing memory store instead of creating one. In EAP the store must be the job's own memory_store input, so the job consolidates the store in place.
20902115 
2116 - `type: "update_existing"`
2117 
20912118 - `memory_store_id: string`
20922119 
20932120 minLength: 1
20942121 
2095 - `type: "update_existing"`
2096 
20972122### Beta Output Behavior Create New
20982123 
20992124- `BetaOutputBehaviorCreateNew object`
from line 2133
21082133 
21092134 The job writes the consolidated memories into this existing memory store instead of creating one. In EAP the store must be the job's own memory_store input, so the job consolidates the store in place.
21102135 
2136 - `type: "update_existing"`
2137 
21112138 - `memory_store_id: string`
21122139 
21132140 minLength: 1
2114 
2115 - `type: "update_existing"`
21162141 
21172142### Beta Target Store Held Error
21182143