---
title: "Create a new api key."
method: POST
path: "/Auth/Keys"
tags: ["ApiKey"]
---

# Create a new api key.

`POST /Auth/Keys`

## Query parameters

- `app` string, required — Name of the app using the authentication key.

## Response `204`

Api key created.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

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