---
title: "Create a new Vault project"
method: POST
path: "/api/v1/vault/create_project"
tags: ["Vault"]
---

# Create a new Vault project

`POST /api/v1/vault/create_project`

Creates a new project in the Vault system. The project can be designated as a knowledge base.

## Response `200`

Project successfully created

- CreateProjectResponse
  - `project_id` string — The unique identifier of the created project.
  - `name` string — The name of the created project.
  - `description` string — The description of the project.
  - `created_at` string, date-time — Timestamp when the project was created.
  - `settings` object
    - `max_file_size` integer — Maximum file size in bytes.
    - `max_files` integer — Maximum number of files allowed in the project.
    - `allowed_file_types` string[] — Array of allowed file extensions.
  - `status` string — The status of the project.

## Other responses

- `400` — Bad request.
- `401` — Unauthorized.
- `429` — Rate limit exceeded.
- `500` — Internal server error.

---

[API](https://skmtc.dev/harvey/apis/harvey-client-matter-api.md) · [All operations](https://skmtc.dev/harvey/apis/harvey-client-matter-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/harvey/harvey-client-matter-api/revisions/4a9e0925d49e/schema)
