---
title: "Create a new API key"
method: POST
path: "/keys"
tags: ["Key"]
---

# Create a new API key

`POST /keys`

## Response `200`

API key created

- Key
  - `key` string, required
  - `createdAt` string

## Other responses

- `400` — Bad request
- `401` — Authentication failed

---

[API](https://skmtc.net/blitapp/apis/blit.md) · [All operations](https://skmtc.net/blitapp/apis/blit/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blitapp/blit/revisions/4f44976989c8/schema)
