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

# Create Api Key

`POST /v1/api-keys`

Create a new API key for the authenticated user.

## Headers

- `authorization` string

## Request body

- ApiKeyCreateRequest — Request to create a new API key.
  - `name` string, nullable — Optional display name for the key

## Response `200`

Successful Response

- ApiKeyCreateResponse — Response after creating an API key. Full key shown only once.
  - `key_id` string, required
  - `api_key` string, required — Full API key, shown only once at creation
  - `name` string, required
  - `created_at` string, required

---

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