Create a new Vault project
Creates a new project in the Vault system. The project can be designated as a knowledge base.
Documentation Index
Fetch the complete documentation index at: https://developers.harvey.ai/llms.txt
Use this file to discover all available pages before exploring further.
Permissions
RequiresVault API and Modify workspace projects permissions.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
The name of the new project
"Example Legal Documents Project"
Flag indicating whether this project is a knowledge base
true
When set, associates the new project with this client matter. Use the client matter UUID (from Client Matters API responses), not the human-readable matter number.
"11111111-2222-3333-4444-555555555555"
Response
Project successfully created
The unique identifier of the created project.
"proj_1234567890abcdef"
The name of the created project.
"My Legal Documents"
The description of the project.
"Project for storing legal case documents"
Timestamp when the project was created.
"2024-01-15T10:30:00Z"
The status of the project.
"active"