Claude Platform Docs

Vault

Vault を作成
POST/v1/vaults
Vault の一覧を取得
GET/v1/vaults
Vault を取得
GET/v1/vaults/{vault_id}
Vault を更新
POST/v1/vaults/{vault_id}
Vault を削除
DELETE/v1/vaults/{vault_id}
Vault をアーカイブ
POST/v1/vaults/{vault_id}/archive
Models
BetaManagedAgentsDeletedVault object{ id, type }

Confirmation of a deleted vault.

id: string

Unique identifier of the deleted vault.

type: "vault_deleted"
BetaManagedAgentsVault object{ id, archived_at, created_at, 4 more }

A vault that stores credentials for use by agents during sessions.

id: string

Unique identifier for the vault.

archived_at: string or null

A timestamp in RFC 3339 format

formatdate-time
created_at: string

A timestamp in RFC 3339 format

formatdate-time
display_name: string

Human-readable name for the vault.

metadata: map[string]

Arbitrary key-value metadata attached to the vault.

type: "vault"
updated_at: string

A timestamp in RFC 3339 format

formatdate-time

Vault認証情報

認証情報を作成
POST/v1/vaults/{vault_id}/credentials
認証情報の一覧を取得
GET/v1/vaults/{vault_id}/credentials
認証情報を取得
GET/v1/vaults/{vault_id}/credentials/{credential_id}
認証情報を更新
POST/v1/vaults/{vault_id}/credentials/{credential_id}
認証情報を削除
DELETE/v1/vaults/{vault_id}/credentials/{credential_id}
認証情報をアーカイブ
POST/v1/vaults/{vault_id}/credentials/{credential_id}/archive
認証情報を検証
POST/v1/vaults/{vault_id}/credentials/{credential_id}/mcp_oauth_validate