---
title: "POST /api/v1/pki/collections"
method: POST
path: "/api/v1/pki/collections"
tags: ["PKI Certificate Collections"]
---

# POST /api/v1/pki/collections

`POST /api/v1/pki/collections`

Create PKI collection

## Request body

- object
  - `projectId` string, required — The ID of the project to create the PKI collection in.
  - `name` string, required — The name of the PKI collection.
  - `description` string — A description for the PKI collection.

## Response `200`

Default Response

- object
  - `id` string, uuid, required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required
  - `projectId` string, required
  - `name` string, required
  - `description` string, required

## Other responses

- `400` — Default Response
- `401` — Default Response
- `403` — Default Response
- `404` — Default Response
- `422` — Default Response
- `500` — Default Response

---

[API](https://skmtc.net/infisical/apis/infisical-api.md) · [All operations](https://skmtc.net/infisical/apis/infisical-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/infisical/infisical-api/versions/f10a4f8c1d41/schema)
