v1

latestOpenAPI 3.0.3Apache 2.02026-07-2685172326.0 KB
Projects

Create a new project

Create a new project.

post/admin/projects

Headers

X-Pinecone-Api-Versionstring required

Required date-based version header

Request body

namestring required

The name of the new project.

max_podsinteger

The maximum number of Pods that can be created in the project. Default is 0 (serverless only).

force_encryption_with_cmekboolean

Whether to force encryption with a customer-managed encryption key (CMEK). Default is false.

Example request

{
  "name": "chatbot-prod"
}

Response

The project was successfully created.

idstring uuid required

The unique ID of the project.

namestring required

The name of the project.

max_podsinteger required

The maximum number of Pods that can be created in the project.

force_encryption_with_cmekboolean required

Whether to force encryption with a customer-managed encryption key (CMEK).

organization_idstring required

The unique ID of the organization that the project belongs to.

created_atstring date-time

The date and time when the project was created.