Create Vault
Usage
Create Vault
Create a new vault.
Body: {display_name: str, description?: str, source_ids?: [str], schema_md?: str}
Bootstraps the vault namespace with schema.md/index.md/log.md/META.md.
Does NOT auto-trigger ingest — call POST /v2/vaults/{id}/run with
mode=ingest after creation if you want immediate ingestion.
POST
Create Vault
Authorizations
API key must be provided in the Authorization header
Response
200 - application/json
Successful Response
The response is of type Response Create Vault V2 Vaults Post · object.

