---
title: "Bulk create secrets"
method: POST
path: "/v1/projects/{ref}/secrets"
tags: ["Secrets"]
---

# Bulk create secrets

`POST /v1/projects/{ref}/secrets`

Creates multiple secrets and adds them to the specified project.

## Path parameters

- `ref` string, required

## Request body

- object[]
  - `name` string, required — Secret name must not start with the SUPABASE_ prefix.
  - `value` string, required

## Response `201`

## Other responses

- `401` — Unauthorized
- `403` — Forbidden action
- `429` — Rate limit exceeded
- `500` — Failed to create project's secrets

---

[API](https://skmtc.dev/supabase/apis/management-api.md) · [All operations](https://skmtc.dev/supabase/apis/management-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/supabase/management-api/revisions/a7cb39418064/schema)
