---
title: "Create Key"
method: POST
path: "/api/v1/reseller/keys"
tags: ["reseller-open-api"]
---

# Create Key

`POST /api/v1/reseller/keys`

## Headers

- `idempotency-key` string
- `authorization` string

## Request body

- CreateKeyRequest
  - `description` string
  - `daily_cost_limit_usd` number, required
  - `total_cost_limit_usd` number, required
  - `concurrency_limit` integer

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/qcode/apis/qcode-web.md) · [All operations](https://skmtc.dev/qcode/apis/qcode-web/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/qcode/qcode-web/revisions/2f2f5f49ffc7/schema)
