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

# Post Create Api Key

`POST /backoffice/api-keys`

Create API Key

## Request body

- ApiKey — API Key
  - `id` integer, required
  - `user_id` string, required
  - `name` string, required
  - `archived` boolean
  - `api_key` string, required

## Response `200`

API key created successfully

- BaseApiKey
  - `id` integer, required
  - `user_id` string, required
  - `name` string, required
  - `archived` boolean

## Other responses

- `409` — API key creation failed - entry already exists
- `422` — Validation Error

---

[API](https://skmtc.net/toolhouse/apis/toolhouse-api.md) · [All operations](https://skmtc.net/toolhouse/apis/toolhouse-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/toolhouse/toolhouse-api/versions/ce92a5e2d085/schema)
