Skip to main content
Create a new vault to organize your prompts into a focused, shareable collection. You control who can see the vault by setting its visibility — keep it private for personal use, share a link with unlisted, or make it fully public for anyone to discover and fork. A successful request returns the newly created vault object with a 201 Created status.

Endpoint

Body Parameters

string
required
The display name for the vault. Must be between 1 and 50 characters.
string | null
An optional description of the vault’s contents or purpose. Maximum 200 characters. Pass null or omit to leave it blank.
string
default:"private"
Controls who can access the vault. Accepted values are private (only you), unlisted (anyone with the link), or public (discoverable by all users). Defaults to private if omitted.

Request Example

Response Example

A 201 Created response is returned on success. The data field contains the full vault object.