---
title: "Direct Store Secret"
method: POST
path: "/v1/secrets"
tags: ["secrets"]
---

# Direct Store Secret

`POST /v1/secrets`

Store a secret directly. The value is written to AWS Secrets Manager
immediately and discarded from memory — it is never logged or stored in the DB.

## Request body

- DirectStoreRequest
  - `name` string, required
  - `value` string, required
  - `description` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/roxels/apis/interviewer.md) · [All operations](https://skmtc.dev/roxels/apis/interviewer/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/roxels/interviewer/revisions/4ef48ed226e1/schema)
