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

Deployments changed

api/beta/deployments

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

Recorded here
Lines+84added
Lines−0removed
From line 115 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits8to this page, all time

The whole hunk

from line 115, old and new numbered
/
lines
from line 115
115115 
116116- `"anthropic-workspace-id": optional string`
117117 
118 Optional header to select the Workspace for this request. The value is a Workspace ID (for example, `wrkspc_011CZkZaBF1tNoB5wlCeusgy`).
119 
120 Only needed for credentials that can act on more than one Workspace. A credential that belongs to a specific Workspace may omit it; if sent, it must match that Workspace.
121 
118122### Body parameters
119123 
120124- `agent: string or BetaManagedAgentsAgentParams`
from line 1007
10031007 
10041008 - `"active"`
10051009 
1010 The deployment is active and can run sessions. Archived deployments also report this status; check `archived_at` to distinguish them.
1011 
10061012 - `"paused"`
10071013 
1014 The deployment is paused. Autonomous triggers are suppressed; manual runs are still permitted.
1015 
10081016 - `updated_at: string`
10091017 
10101018 A timestamp in RFC 3339 format
from line 1178
11701178 
11711179 - `"active"`
11721180 
1181 The deployment is active and can run sessions. Archived deployments also report this status; check `archived_at` to distinguish them.
1182 
11731183 - `"paused"`
11741184 
1185 The deployment is paused. Autonomous triggers are suppressed; manual runs are still permitted.
1186 
11751187### Headers
11761188 
11771189- `"anthropic-beta": optional array of AnthropicBeta`
from line 1288
12761288 
12771289- `"anthropic-workspace-id": optional string`
12781290 
1291 Optional header to select the Workspace for this request. The value is a Workspace ID (for example, `wrkspc_011CZkZaBF1tNoB5wlCeusgy`).
1292 
1293 Only needed for credentials that can act on more than one Workspace. A credential that belongs to a specific Workspace may omit it; if sent, it must match that Workspace.
1294 
12791295### Returns
12801296 
12811297- `data: array of BetaManagedAgentsDeployment`
from line 1778
17621778 
17631779 - `"active"`
17641780 
1781 The deployment is active and can run sessions. Archived deployments also report this status; check `archived_at` to distinguish them.
1782 
17651783 - `"paused"`
17661784 
1785 The deployment is paused. Autonomous triggers are suppressed; manual runs are still permitted.
1786 
17671787 - `updated_at: string`
17681788 
17691789 A timestamp in RFC 3339 format
from line 1907
18871907 
18881908- `deployment_id: string`
18891909 
1910 Unique identifier of the deployment.
1911 
18901912### Headers
18911913 
18921914- `"anthropic-beta": optional array of AnthropicBeta`
from line 2013
19912013 
19922014- `"anthropic-workspace-id": optional string`
19932015 
2016 Optional header to select the Workspace for this request. The value is a Workspace ID (for example, `wrkspc_011CZkZaBF1tNoB5wlCeusgy`).
2017 
2018 Only needed for credentials that can act on more than one Workspace. A credential that belongs to a specific Workspace may omit it; if sent, it must match that Workspace.
2019 
19942020### Returns
19952021 
19962022- `BetaManagedAgentsDeployment object`
from line 2503
24772503 
24782504 - `"active"`
24792505 
2506 The deployment is active and can run sessions. Archived deployments also report this status; check `archived_at` to distinguish them.
2507 
24802508 - `"paused"`
24812509 
2510 The deployment is paused. Autonomous triggers are suppressed; manual runs are still permitted.
2511 
24822512 - `updated_at: string`
24832513 
24842514 A timestamp in RFC 3339 format
from line 2623
25932623 
25942624- `deployment_id: string`
25952625 
2626 Unique identifier of the deployment to update.
2627 
25962628### Headers
25972629 
25982630- `"anthropic-beta": optional array of AnthropicBeta`
from line 2729
26972729 
26982730- `"anthropic-workspace-id": optional string`
26992731 
2732 Optional header to select the Workspace for this request. The value is a Workspace ID (for example, `wrkspc_011CZkZaBF1tNoB5wlCeusgy`).
2733 
2734 Only needed for credentials that can act on more than one Workspace. A credential that belongs to a specific Workspace may omit it; if sent, it must match that Workspace.
2735 
27002736### Body parameters
27012737 
27022738- `agent: optional string or BetaManagedAgentsAgentParams`
from line 3621
35853621 
35863622 - `"active"`
35873623 
3624 The deployment is active and can run sessions. Archived deployments also report this status; check `archived_at` to distinguish them.
3625 
35883626 - `"paused"`
35893627 
3628 The deployment is paused. Autonomous triggers are suppressed; manual runs are still permitted.
3629 
35903630 - `updated_at: string`
35913631 
35923632 A timestamp in RFC 3339 format
from line 3743
37033743 
37043744- `deployment_id: string`
37053745 
3746 Unique identifier of the deployment to archive.
3747 
37063748### Headers
37073749 
37083750- `"anthropic-beta": optional array of AnthropicBeta`
from line 3849
38073849 
38083850- `"anthropic-workspace-id": optional string`
38093851 
3852 Optional header to select the Workspace for this request. The value is a Workspace ID (for example, `wrkspc_011CZkZaBF1tNoB5wlCeusgy`).
3853 
3854 Only needed for credentials that can act on more than one Workspace. A credential that belongs to a specific Workspace may omit it; if sent, it must match that Workspace.
3855 
38103856### Returns
38113857 
38123858- `BetaManagedAgentsDeployment object`
from line 4339
42934339 
42944340 - `"active"`
42954341 
4342 The deployment is active and can run sessions. Archived deployments also report this status; check `archived_at` to distinguish them.
4343 
42964344 - `"paused"`
42974345 
4346 The deployment is paused. Autonomous triggers are suppressed; manual runs are still permitted.
4347 
42984348 - `updated_at: string`
42994349 
43004350 A timestamp in RFC 3339 format
from line 4460
44104460 
44114461- `deployment_id: string`
44124462 
4463 Unique identifier of the deployment to run.
4464 
44134465### Headers
44144466 
44154467- `"anthropic-beta": optional array of AnthropicBeta`
from line 4566
45144566 
45154567- `"anthropic-workspace-id": optional string`
45164568 
4569 Optional header to select the Workspace for this request. The value is a Workspace ID (for example, `wrkspc_011CZkZaBF1tNoB5wlCeusgy`).
4570 
4571 Only needed for credentials that can act on more than one Workspace. A credential that belongs to a specific Workspace may omit it; if sent, it must match that Workspace.
4572 
45174573### Returns
45184574 
45194575- `BetaManagedAgentsDeploymentRun object`
from line 4839
47834839 
47844840- `deployment_id: string`
47854841 
4842 Unique identifier of the deployment to pause.
4843 
47864844### Headers
47874845 
47884846- `"anthropic-beta": optional array of AnthropicBeta`
from line 4945
48874945 
48884946- `"anthropic-workspace-id": optional string`
48894947 
4948 Optional header to select the Workspace for this request. The value is a Workspace ID (for example, `wrkspc_011CZkZaBF1tNoB5wlCeusgy`).
4949 
4950 Only needed for credentials that can act on more than one Workspace. A credential that belongs to a specific Workspace may omit it; if sent, it must match that Workspace.
4951 
48904952### Returns
48914953 
48924954- `BetaManagedAgentsDeployment object`
from line 5435
53735435 
53745436 - `"active"`
53755437 
5438 The deployment is active and can run sessions. Archived deployments also report this status; check `archived_at` to distinguish them.
5439 
53765440 - `"paused"`
53775441 
5442 The deployment is paused. Autonomous triggers are suppressed; manual runs are still permitted.
5443 
53785444 - `updated_at: string`
53795445 
53805446 A timestamp in RFC 3339 format
from line 5556
54905556 
54915557- `deployment_id: string`
54925558 
5559 Unique identifier of the deployment to unpause.
5560 
54935561### Headers
54945562 
54955563- `"anthropic-beta": optional array of AnthropicBeta`
from line 5662
55945662 
55955663- `"anthropic-workspace-id": optional string`
55965664 
5665 Optional header to select the Workspace for this request. The value is a Workspace ID (for example, `wrkspc_011CZkZaBF1tNoB5wlCeusgy`).
5666 
5667 Only needed for credentials that can act on more than one Workspace. A credential that belongs to a specific Workspace may omit it; if sent, it must match that Workspace.
5668 
55975669### Returns
55985670 
55995671- `BetaManagedAgentsDeployment object`
from line 6152
60806152 
60816153 - `"active"`
60826154 
6155 The deployment is active and can run sessions. Archived deployments also report this status; check `archived_at` to distinguish them.
6156 
60836157 - `"paused"`
60846158 
6159 The deployment is paused. Autonomous triggers are suppressed; manual runs are still permitted.
6160 
60856161 - `updated_at: string`
60866162 
60876163 A timestamp in RFC 3339 format
from line 6809
67336809 
67346810 - `"active"`
67356811 
6812 The deployment is active and can run sessions. Archived deployments also report this status; check `archived_at` to distinguish them.
6813 
67366814 - `"paused"`
67376815 
6816 The deployment is paused. Autonomous triggers are suppressed; manual runs are still permitted.
6817 
67386818 - `updated_at: string`
67396819 
67406820 A timestamp in RFC 3339 format
from line 7489
74097489 
74107490 - `"active"`
74117491 
7492 The deployment is active and can run sessions. Archived deployments also report this status; check `archived_at` to distinguish them.
7493 
74127494 - `"paused"`
7495 
7496 The deployment is paused. Autonomous triggers are suppressed; manual runs are still permitted.
74137497 
74147498### Beta Managed Agents Deployment System Message Event
74157499