---
title: "Mint a new API key"
method: POST
path: "/api-keys"
tags: ["API auth"]
---

# Mint a new API key

`POST /api-keys`

Mint a new API key owned by your verified email. The API key is returned only once, so store it securely. Requires Developer authentication — a session JWT from POST /auth/otp/verify.

## Request body

- object

## Response `201`

Default Response

- object
  - `key` string, required — The raw API key. Store it securely — it cannot be retrieved again.
  - `uuid` string, required
  - `prefix` string, required
  - `email` string, required
  - `createdAt` string, required

---

[API](https://skmtc.dev/vwala/apis/energy-platform-api.md) · [All operations](https://skmtc.dev/vwala/apis/energy-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vwala/energy-platform-api/revisions/86688c4fea92/schema)
