---
title: "Create API Key"
method: POST
path: "/partner/api_keys"
tags: ["ApiKey"]
---

# Create API Key

`POST /partner/api_keys`

The full `token` value is only returned in this response. Store it
securely — it cannot be retrieved later.

## Request body

- PartnerApiKeysControllerCreateBody
  - `label` string

## Response `200`

Successful response

- PublicApiKeyBlueprintOne
  - `id` string
  - `created_at` string
  - `deactivated_at` string
  - `label` string
  - `last_used_at` string
  - `token` string

---

[API](https://skmtc.net/hint/apis/partner-endpoints.md) · [All operations](https://skmtc.net/hint/apis/partner-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hint/partner-endpoints/revisions/a92ae2a6fa90/schema)
