---
title: "Post Create Api Key"
method: POST
path: "/me/api-keys"
tags: ["User API", "API Keys"]
---

# Post Create Api Key

`POST /me/api-keys`

Create API Key

## Request body

- ApiKeyCreate — API Key Create
  - `name` string, required

## Response `200`

Successfully created API key

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

## Other responses

- `422` — Validation Error
- `500` — Internal server 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/6e3bad3564b3/schema)
