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

# Create

`POST /api/v1/vaults`

Invokes the c1.api.vault.v1.VaultService.Create method.

## Request body

- C1ApiVaultV1VaultServiceCreateRequest — The VaultServiceCreateRequest message. This message contains a oneof named vault. Only a single field of the following list may be set at a time: - groupAuthzVault - magicVault
  - `description` string — The description field.
  - `displayName` string, required — The displayName field.
  - `groupAuthzVault` C1ApiVaultV1GroupAuthzVault, nullable — The GroupAuthzVault message.
  - `magicVault` C1ApiVaultV1MagicVault, nullable — The MagicVault message.
    - `allowUnauthedViews` boolean — The allowUnauthedViews field.
    - `allowedViews` integer — The allowedViews field.
  - `ownerIds` string[], nullable — The ownerIds field.

## Response `200`

Successful response

- C1ApiVaultV1VaultServiceCreateResponse — The VaultServiceCreateResponse message.
  - `vault` C1ApiVaultV1Vault — The Vault message. This message contains a oneof named vault. Only a single field of the following list may be set at a time: - groupAuthzVault - magicVault
    - `createdAt` string, date-time
    - `credentialExpirationDuration` string, duration
    - `deletedAt` string, date-time
    - `description` string — The description field.
    - `displayName` string — The displayName field.
    - `groupAuthzVault` C1ApiVaultV1GroupAuthzVault, nullable — The GroupAuthzVault message.
    - `id` string — The id field.
    - `magicVault` C1ApiVaultV1MagicVault, nullable — The MagicVault message.
      - `allowUnauthedViews` boolean — The allowUnauthedViews field.
      - `allowedViews` integer — The allowedViews field.
    - `updatedAt` string, date-time

## Changes

- **2025-11-12** `6f49a3969499` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/conductorone/apis/c1-api/changes/api/v1/vaults/post.md)

---

[API](https://skmtc.dev/conductorone/apis/c1-api.md) · [All operations](https://skmtc.dev/conductorone/apis/c1-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/conductorone/c1-api/revisions/7fa698b04b81/schema)
