Credentials
Create Credential
POST/v1/vaults/{vault_id}/credentials
List Credentials
GET/v1/vaults/{vault_id}/credentials
Get Credential
GET/v1/vaults/{vault_id}/credentials/{credential_id}
Update Credential
POST/v1/vaults/{vault_id}/credentials/{credential_id}
Delete Credential
DELETE/v1/vaults/{vault_id}/credentials/{credential_id}
Archive Credential
POST/v1/vaults/{vault_id}/credentials/{credential_id}/archive
Validate Credential
POST/v1/vaults/{vault_id}/credentials/{credential_id}/mcp_oauth_validate
Models
BetaManagedAgentsCredentialNetworkingParams = BetaManagedAgentsUnrestrictedCredentialNetworkingParams { type } or BetaManagedAgentsLimitedCredentialNetworkingParams { allowed_hosts, type }Substitute the secret on any host the session's Environment network policy permits egress to. The Environment's network policy is the only boundary on where the secret can reach.
BetaManagedAgentsCredentialNetworkingParams = BetaManagedAgentsUnrestrictedCredentialNetworkingParams { type } or BetaManagedAgentsLimitedCredentialNetworkingParams { allowed_hosts, type }
Substitute the secret on any host the session's Environment network policy permits egress to. The Environment's network policy is the only boundary on where the secret can reach.
refresh: optional BetaManagedAgentsMCPOAuthRefreshResponse { client_id, token_endpoint, token_endpoint_auth, 2 more } or nullOAuth refresh token configuration returned in credential responses.
refresh: optional BetaManagedAgentsMCPOAuthRefreshResponse { client_id, token_endpoint, token_endpoint_auth, 2 more } or null
OAuth refresh token configuration returned in credential responses.
refresh: optional BetaManagedAgentsMCPOAuthRefreshParams { client_id, refresh_token, token_endpoint, 3 more } or nullOAuth refresh token parameters for creating a credential with refresh support.
refresh: optional BetaManagedAgentsMCPOAuthRefreshParams { client_id, refresh_token, token_endpoint, 3 more } or null
OAuth refresh token parameters for creating a credential with refresh support.
refresh: optional BetaManagedAgentsMCPOAuthRefreshUpdateParams { refresh_token, scope, token_endpoint_auth } or nullParameters for updating OAuth refresh token configuration.
refresh: optional BetaManagedAgentsMCPOAuthRefreshUpdateParams { refresh_token, scope, token_endpoint_auth } or null
Parameters for updating OAuth refresh token configuration.
http_response: BetaManagedAgentsRefreshHTTPResponse { body, body_truncated, content_type, status_code } or nullAn HTTP response captured during a credential validation probe.
http_response: BetaManagedAgentsRefreshHTTPResponse { body, body_truncated, content_type, status_code } or null
An HTTP response captured during a credential validation probe.
http_response: BetaManagedAgentsRefreshHTTPResponse { body, body_truncated, content_type, status_code } or nullAn HTTP response captured during a credential validation probe.
http_response: BetaManagedAgentsRefreshHTTPResponse { body, body_truncated, content_type, status_code } or null
An HTTP response captured during a credential validation probe.