Creates a new secure vault with dedicated S3 storage and vector search capabilities. Each vault provides isolated document storage with semantic search, OCR processing, and optional GraphRAG knowledge graph features for legal document analysis and discovery.
API key starting with sk_case_
Display name for the vault
"Contract Review Archive"
Optional description of the vault's purpose
"Repository for all client contract reviews and analysis"
Enable knowledge graph for entity relationship mapping. Only applies when enableIndexing is true.
true
Enable vector indexing and search capabilities. Set to false for storage-only vaults.
true
Optional metadata to attach to the vault (e.g., { containsPHI: true } for HIPAA compliance tracking)
{
"containsPHI": true,
"hipaaCompliant": true
}
Assign the vault to a vault group for access control. Required when using a group-scoped API key.
"grp_abc123"
Vault created successfully
Unique vault identifier
Vault display name
Vault description
S3 bucket name for document storage
S3 bucket name for vector embeddings. Null for storage-only vaults.
Vector search index name. Null for storage-only vaults.
Whether vector indexing is enabled for this vault
AWS region for storage
Vault creation timestamp