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

# Create

`POST /vaults`

Create a new Vault

## Headers

- `ngrok-version` integer, required

## Request body

- VaultCreate
  - `name` string — Name of vault
  - `metadata` string — Arbitrary user-defined metadata for this Vault
  - `description` string — description of Vault

## Response `201`

Create a new Vault

- Vault
  - `id` string — identifier for Vault
  - `uri` string — URI of this Vault API resource
  - `created_at` string — Timestamp when the Vault was created (RFC 3339 format)
  - `updated_at` string — Timestamp when the Vault was last updated (RFC 3339 format)
  - `name` string — Name of vault
  - `description` string — description of Vault
  - `metadata` string — Arbitrary user-defined metadata for this Vault
  - `created_by` string — Reference to who created this Vault
  - `last_updated_by` string — Reference to who created this Vault

---

[API](https://skmtc.net/ngrok/apis/ngrok-openapi.md) · [All operations](https://skmtc.net/ngrok/apis/ngrok-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ngrok/ngrok-openapi/versions/1994bbb04714/schema)
