---
title: "Create Vault"
method: POST
path: "/vaults"
tags: ["Usage"]
---

# Create Vault

`POST /vaults`

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.

## Response `200`

Successful Response

- object

---

[API](https://skmtc.net/trynia/apis/nia-ai-api.md) · [All operations](https://skmtc.net/trynia/apis/nia-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trynia/nia-ai-api/versions/d216ffc3efb6/schema)
