Create Vault
post/v1/vaults?beta=true
Headers
anthropic-versionstring
anthropic-betastring
Request body
Example request
{
"display_name": "Example vault",
"metadata": {
"environment": "production"
}
}Response
Successful response (OK)
Example response
{
"type": "vault",
"id": "vlt_011CZkZDLs7fYzm1hXNPeRjv",
"display_name": "Example vault",
"metadata": {
"environment": "production"
},
"created_at": "2026-03-15T10:00:00Z",
"updated_at": "2026-03-15T10:00:00Z",
"archived_at": null
}Changes
Changed in 2 of the 67 revisions of this API.3
- ○
removed
BetaTimestampfrom thearchived_atresponse propertyallOflist for the response status200response-property-all-of-removed
- ○
added
BetaTimestampsubschema #2to thearchived_atresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
- ○
endpoint added
endpoint-added
- ○