---
title: "Update api key"
method: PUT
path: "/api-keys/{api_key_id}"
tags: ["accounts"]
---

# Update api key

`PUT /api-keys/{api_key_id}`

## Path parameters

- `api_key_id` string, required

## Request body

- UpdateApiKeyRequestBody
  - `description` string, nullable
  - `name` string, nullable
  - `rate_limit_percent` integer, nullable

## Response `200`

OK

- object
  - `data` ApiKeyResponseData, required
    - `created_at` string, date-time, required
    - `description` string, nullable
    - `environment` EnvironmentResponseData
      - `created_at` string, date-time, required
      - `environment_type` 'development' | 'production' | 'staging', required
      - `id` string, required
      - `name` string, required
      - `updated_at` string, date-time, required
    - `environment_id` string, nullable
    - `id` string, required
    - `integration` ApiKeyIntegrationResponseData
      - `id` string, required
      - `state` 'active' | 'created' | 'pending', required
      - `type` 'clerk' | 'metronome' | 'orb' | 'stripe' | 'unknown' | 'workos', required
    - `last_used_at` string, date-time, nullable
    - `name` string, required
    - `rate_limit_percent` integer, nullable
    - `readonly` boolean, required
    - `scopes` ApiKeyScope[], required
    - `updated_at` string, date-time, required
  - `params` object, required — Input parameters

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Server error

## Changes

- **2026-08-29** `0b238e148fa1` — 1 info
  - the `name` request property's maxLength was increased from `256` to `512`
- **2026-07-31** `76c074144d62` — 2 info
  - added the new optional request property `rate_limit_percent`
  - added the optional property `data/rate_limit_percent` to the response with the `200` status
- **2026-06-05** `d5456e7d9462` — 1 warning
  - added the new `metronome` enum value to the `data/integration/type` response property for the response status `200`
- **2026-05-29** `f35c9997b2fd` — 1 warning
  - added the new `workos` enum value to the `data/integration/type` response property for the response status `200`

[Change history](https://skmtc.dev/schematichq/apis/schematic-api/changes/api-keys/:api_key_id/put.md)

---

[API](https://skmtc.dev/schematichq/apis/schematic-api.md) · [All operations](https://skmtc.dev/schematichq/apis/schematic-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/schematichq/schematic-api/revisions/0b238e148fa1/schema)
