---
title: "Create Installation API Key"
method: POST
path: "/partner/installations/{installation_id}/api_keys"
tags: ["InstallationApiKeys"]
---

# Create Installation API Key

`POST /partner/installations/{installation_id}/api_keys`

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

## Path parameters

- `installation_id` string, required

## Request body

- PartnerInstallationsApiKeysControllerCreateBody
  - `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.dev/hint/apis/partner-endpoints.md) · [All operations](https://skmtc.dev/hint/apis/partner-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hint/partner-endpoints/revisions/a92ae2a6fa90/schema)
