---
title: "Create a new key"
method: PUT
path: "/account/keys"
tags: ["Account"]
---

# Create a new key

`PUT /account/keys`

## Request body

- APIKeyOptions
  - `comment` string
  - `organization_id` string, uuid

## Response `200`

key details

- APIKey
  - `id` string, uuid, required
  - `client_id` string, uuid
  - `organization_id` string, uuid
  - `created_at` integer
  - `created_by` string, email
  - `comment` string
  - `last_used_at` integer
  - `last_used_ip` string
  - `last_used_ua` string
  - `counter` integer
  - `usage_today` integer
  - `usage_limit` integer
  - `token` string
  - `inactive` boolean
  - `type` string

## Other responses

- `401` — Access token is missing or invalid
- `404` — Resource not found

---

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