The whole hunk
from line 15, old and new numbered
/
lines
from line 15
1515
1616- `vault_id: string`
1717
18 Identifier of the vault to create the credential in.
19
1820### Headers
1921
2022- `"anthropic-beta": optional array of AnthropicBeta`
from line 121
119121
120122- `"anthropic-workspace-id": optional string`
121123
124 Optional header to select the Workspace for this request. The value is a Workspace ID (for example, `wrkspc_011CZkZaBF1tNoB5wlCeusgy`).
125
126 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.
127
122128### Body parameters
123129
124130- `auth: BetaManagedAgentsMCPOAuthCreateParams or BetaManagedAgentsStaticBearerCreateParams or BetaManagedAgentsEnvironmentVariableCreateParams`
from line 505
499505
500506- `vault_id: string`
501507
508 Identifier of the vault to list credentials for.
509
502510### Query parameters
503511
504512- `include_archived: optional boolean`
from line 627
619627
620628- `"anthropic-workspace-id": optional string`
621629
630 Optional header to select the Workspace for this request. The value is a Workspace ID (for example, `wrkspc_011CZkZaBF1tNoB5wlCeusgy`).
631
632 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.
633
622634### Returns
623635
624636- `data: optional array of BetaManagedAgentsCredential`
from line 834
822834
823835- `vault_id: string`
824836
837 Identifier of the vault containing the credential.
838
825839- `credential_id: string`
826840
841 Unique identifier of the credential to retrieve.
842
827843### Headers
828844
829845- `"anthropic-beta": optional array of AnthropicBeta`
from line 944
928944
929945- `"anthropic-workspace-id": optional string`
930946
947 Optional header to select the Workspace for this request. The value is a Workspace ID (for example, `wrkspc_011CZkZaBF1tNoB5wlCeusgy`).
948
949 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.
950
931951### Returns
932952
933953- `BetaManagedAgentsCredential object`
from line 1142
11221142
11231143- `vault_id: string`
11241144
1145 Identifier of the vault containing the credential.
1146
11251147- `credential_id: string`
11261148
1149 Unique identifier of the credential to update.
1150
11271151### Headers
11281152
11291153- `"anthropic-beta": optional array of AnthropicBeta`
from line 1252
12281252
12291253- `"anthropic-workspace-id": optional string`
12301254
1255 Optional header to select the Workspace for this request. The value is a Workspace ID (for example, `wrkspc_011CZkZaBF1tNoB5wlCeusgy`).
1256
1257 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.
1258
12311259### Body parameters
12321260
12331261- `auth: optional BetaManagedAgentsMCPOAuthUpdateParams or BetaManagedAgentsStaticBearerUpdateParams or BetaManagedAgentsEnvironmentVariableUpdateParams`
from line 1589
15611589
15621590- `vault_id: string`
15631591
1592 Identifier of the vault containing the credential.
1593
15641594- `credential_id: string`
15651595
1596 Unique identifier of the credential to delete.
1597
15661598### Headers
15671599
15681600- `"anthropic-beta": optional array of AnthropicBeta`
from line 1699
16671699
16681700- `"anthropic-workspace-id": optional string`
16691701
1702 Optional header to select the Workspace for this request. The value is a Workspace ID (for example, `wrkspc_011CZkZaBF1tNoB5wlCeusgy`).
1703
1704 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.
1705
16701706### Returns
16711707
16721708- `BetaManagedAgentsDeletedCredential object`
from line 1744
17081744
17091745- `vault_id: string`
17101746
1747 Identifier of the vault containing the credential.
1748
17111749- `credential_id: string`
17121750
1751 Unique identifier of the credential to archive.
1752
17131753### Headers
17141754
17151755- `"anthropic-beta": optional array of AnthropicBeta`
from line 1854
18141854
18151855- `"anthropic-workspace-id": optional string`
18161856
1857 Optional header to select the Workspace for this request. The value is a Workspace ID (for example, `wrkspc_011CZkZaBF1tNoB5wlCeusgy`).
1858
1859 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.
1860
18171861### Returns
18181862
18191863- `BetaManagedAgentsCredential object`
from line 2053
20092053
20102054- `vault_id: string`
20112055
2056 Identifier of the vault containing the credential.
2057
20122058- `credential_id: string`
20132059
2060 Unique identifier of the credential to validate.
2061
20142062### Headers
20152063
20162064- `"anthropic-beta": optional array of AnthropicBeta`
from line 2163
21152163
21162164- `"anthropic-workspace-id": optional string`
21172165
2166 Optional header to select the Workspace for this request. The value is a Workspace ID (for example, `wrkspc_011CZkZaBF1tNoB5wlCeusgy`).
2167
2168 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.
2169
21182170### Returns
21192171
21202172- `BetaManagedAgentsCredentialValidation object`
from line 2227
21752227
21762228 - `"succeeded"`
21772229
2230 The token endpoint returned a new access token.
2231
21782232 - `"failed"`
21792233
2234 The token endpoint returned an error response. See `http_response` for detail.
2235
21802236 - `"connect_error"`
21812237
2238 The token endpoint could not be reached (DNS, TLS, or connection error).
2239
21822240 - `"no_refresh_token"`
21832241
2242 No refresh token is stored for the credential, so no exchange was attempted.
2243
21842244 - `status: BetaManagedAgentsCredentialValidationStatus`
21852245
21862246 Overall verdict of a credential validation probe.
from line 2247
21872247
21882248 - `"valid"`
21892249
2250 The credential successfully authenticated against its MCP server.
2251
21902252 - `"invalid"`
21912253
2254 The probe reached the MCP server and was rejected, and a refresh (if attempted) did not recover it.
2255
21922256 - `"unknown"`
21932257
2258 The probe could not determine validity — for example, a transport error or a successful refresh that was not re-probed.
2259
21942260 - `validated_at: string`
21952261
21962262 A timestamp in RFC 3339 format
from line 2544
24782544
24792545 - `"succeeded"`
24802546
2547 The token endpoint returned a new access token.
2548
24812549 - `"failed"`
24822550
2551 The token endpoint returned an error response. See `http_response` for detail.
2552
24832553 - `"connect_error"`
24842554
2555 The token endpoint could not be reached (DNS, TLS, or connection error).
2556
24852557 - `"no_refresh_token"`
24862558
2559 No refresh token is stored for the credential, so no exchange was attempted.
2560
24872561 - `status: BetaManagedAgentsCredentialValidationStatus`
24882562
24892563 Overall verdict of a credential validation probe.
from line 2564
24902564
24912565 - `"valid"`
24922566
2567 The credential successfully authenticated against its MCP server.
2568
24932569 - `"invalid"`
24942570
2571 The probe reached the MCP server and was rejected, and a refresh (if attempted) did not recover it.
2572
24952573 - `"unknown"`
24962574
2575 The probe could not determine validity — for example, a transport error or a successful refresh that was not re-probed.
2576
24972577 - `validated_at: string`
24982578
24992579 A timestamp in RFC 3339 format
from line 2592
25122592
25132593 - `"valid"`
25142594
2595 The credential successfully authenticated against its MCP server.
2596
25152597 - `"invalid"`
25162598
2599 The probe reached the MCP server and was rejected, and a refresh (if attempted) did not recover it.
2600
25172601 - `"unknown"`
25182602
2603 The probe could not determine validity — for example, a transport error or a successful refresh that was not re-probed.
2604
25192605### Beta Managed Agents Deleted Credential
25202606
25212607- `BetaManagedAgentsDeletedCredential object`
from line 3278
31923278
31933279 - `"succeeded"`
31943280
3281 The token endpoint returned a new access token.
3282
31953283 - `"failed"`
31963284
3285 The token endpoint returned an error response. See `http_response` for detail.
3286
31973287 - `"connect_error"`
31983288
3289 The token endpoint could not be reached (DNS, TLS, or connection error).
3290
31993291 - `"no_refresh_token"`
3292
3293 No refresh token is stored for the credential, so no exchange was attempted.
32003294
32013295### Beta Managed Agents Static Bearer Auth Response
32023296