Create a new Vault project
Vault
Create a new Vault project
Creates a new project in the Vault system. The project can be designated as a knowledge base.
POST
Create a new Vault project
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
multipart/form-data
Response
Project successfully created
The unique identifier of the created project.
Example:
"proj_1234567890abcdef"
The name of the created project.
Example:
"My Legal Documents"
The description of the project.
Example:
"Project for storing legal case documents"
Timestamp when the project was created.
Example:
"2024-01-15T10:30:00Z"
The status of the project.
Example:
"active"