---
title: "Create Secret"
method: POST
path: "/secrets"
---

# Create Secret

`POST /secrets`

## Request body

- Secrets
  - `key` string, required
  - `value` string, required
  - `is_secret` boolean

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/axolotl/apis/fastapi.md) · [All operations](https://skmtc.dev/axolotl/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/axolotl/fastapi/revisions/4935f751df24/schema)
