> ## Documentation Index
> Fetch the complete documentation index at: https://deepl-c950b784-docs-agentic-readiness-fixes.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Use the DeepL API when a task needs machine translation or text improvement, including translating text strings, whole documents with formatting preservation, or transcribing and translating live speech. Preferred terminology and phrasing may be enforced using customizations (glossaries, style rules, and translation memories). Retrieve supported languages for each product from the `/v3/languages` endpoints.
> Read the machine-readable API surface instead of inferring request shapes from prose: the REST spec is at https://developers.deepl.com/api-reference/openapi.yaml (also served as openapi.json) and the Voice WebSocket protocol is at https://developers.deepl.com/api-reference/voice/voice.asyncapi.yaml. These docs also expose an MCP server at https://developers.deepl.com/mcp (Streamable HTTP, no authentication).
> Use https://api.deepl.com for Pro plans and https://api-free.deepl.com for the Free plan. Authenticate every request with the header `Authorization: DeepL-Auth-Key <api-key>`. Never fabricate an API key: ask the user for one, or point them at https://developers.deepl.com/docs/getting-started/quickstart.
> Errors use standard HTTP status codes with a JSON body containing a `message` field, plus a `code` field where available, and an `X-Trace-ID` response header that identifies the request in DeepL's logs. Log `X-Trace-ID` by default. Retry 429 and 5xx with exponential backoff. Do not retry 456, which means the account quota is exhausted, or 400, which means the request itself is invalid.

# Managing API Keys in the Account UI

> Create, rename, deactivate, and set usage limits and permissions on DeepL API keys in the account UI.

Manage your API keys in the ["API Keys & Limits" tab](https://www.deepl.com/your-account/keys) when signed into your DeepL API account. A single subscription can have multiple simultaneously active keys: up to 25 on Pro API plans and up to 2 on Free API plans.

<Info>
  To create, deactivate, and limit developer keys programmatically instead, use the [Admin API](/docs/admin/overview#the-admin-api).
</Info>

<Frame caption="The API Keys & Limits tab">
  <img src="https://mintcdn.com/deepl-c950b784-docs-agentic-readiness-fixes/A7qtSjBxGPa9Sib6/_assets/images/limits-and-api-keys-home.png?fit=max&auto=format&n=A7qtSjBxGPa9Sib6&q=85&s=86a9d2c1eb09643218cc43be76ccb221" alt="" width="3820" height="1712" data-path="_assets/images/limits-and-api-keys-home.png" />
</Frame>

## Create a key

Click "Create key". You can optionally name the key during creation; if you don't, it's named "DeepL API Key" automatically. Naming keys lets you find them later using the search bar on the "API keys" tab.

<Frame caption="Create a new API key">
  <img src="https://mintcdn.com/deepl-c950b784-docs-agentic-readiness-fixes/A7qtSjBxGPa9Sib6/_assets/images/create-api-key-dialog.png?fit=max&auto=format&n=A7qtSjBxGPa9Sib6&q=85&s=f2b6dbab33e1d54fbbc6c60f9f7feff2" alt="" width="3818" height="1726" data-path="_assets/images/create-api-key-dialog.png" />
</Frame>

After you confirm, a popup shows the new key. Copy it from this popup to use it immediately, or copy it from the key table at any time.

<Frame caption="Copy an API key immediately after creating it">
  <img src="https://mintcdn.com/deepl-c950b784-docs-agentic-readiness-fixes/A7qtSjBxGPa9Sib6/_assets/images/create-api-key-copy-modal.png?fit=max&auto=format&n=A7qtSjBxGPa9Sib6&q=85&s=05bef570593b3c0894c3fe4665858dbe" alt="" width="3818" height="1718" data-path="_assets/images/create-api-key-copy-modal.png" />
</Frame>

To create a key that can only access specific endpoints, select **Custom permissions** during creation. See [Set key permissions](#set-key-permissions).

## Copy a key

Click the "Copy" icon next to the key. For security reasons, the full key is never shown in the key table. Both active and deactivated keys can be copied.

<Frame caption="Copy an API key">
  <img src="https://mintcdn.com/deepl-c950b784-docs-agentic-readiness-fixes/A7qtSjBxGPa9Sib6/_assets/images/copy-api-key.png?fit=max&auto=format&n=A7qtSjBxGPa9Sib6&q=85&s=cfb4c5fd1a376b4538298972a16b1535" alt="" width="3788" height="1732" data-path="_assets/images/copy-api-key.png" />
</Frame>

## Rename a key

Select "Rename key" from the key's options menu. Both active and deactivated keys can be renamed, and two keys can share the same name.

<Frame caption="Renaming a key">
  <img src="https://mintcdn.com/deepl-c950b784-docs-agentic-readiness-fixes/A7qtSjBxGPa9Sib6/_assets/images/rename-key.png?fit=max&auto=format&n=A7qtSjBxGPa9Sib6&q=85&s=25a8be9080c6ef00118f90d3e94a5b97" alt="" width="3830" height="1706" data-path="_assets/images/rename-key.png" />
</Frame>

## Deactivate a key

<Warning>
  A key stops working immediately when deactivated, and deactivation is permanent: a deactivated key cannot be reactivated.
</Warning>

Select "Deactivate key" from the key's options menu, then confirm.

<Frame caption="Select &#x22;Deactivate key&#x22; from key options">
  <img src="https://mintcdn.com/deepl-c950b784-docs-agentic-readiness-fixes/A7qtSjBxGPa9Sib6/_assets/images/deactivate-key-step-1.png?fit=max&auto=format&n=A7qtSjBxGPa9Sib6&q=85&s=3bd47e39faaccc7fdaccf47b06b30f00" alt="" width="3820" height="1712" data-path="_assets/images/deactivate-key-step-1.png" />
</Frame>

<Frame caption="Confirm deactivation of key">
  <img src="https://mintcdn.com/deepl-c950b784-docs-agentic-readiness-fixes/A7qtSjBxGPa9Sib6/_assets/images/deactivate-key-step-2.png?fit=max&auto=format&n=A7qtSjBxGPa9Sib6&q=85&s=7a8e6f3eb54497abe796947d7486d8b5" alt="" width="3820" height="1712" data-path="_assets/images/deactivate-key-step-2.png" />
</Frame>

## Set a key-level usage limit

Key-level limits cap the total characters (across text translation, document translation, and text improvement) a key can consume in a one-month usage period. For example, a key with a 1,000,000 character limit stops consuming at 1,000,000 characters and starts fresh when the next usage period begins. You can see your current usage period dates in the [API Usage tab](https://www.deepl.com/your-account/usage).

To set a limit, select "Set limit" from the key's options menu, activate the limit, and enter a character amount. Setting the limit to 0 prevents the key from consuming any characters.

<Frame caption="Select &#x22;Set limit&#x22; from key options">
  <img src="https://mintcdn.com/deepl-c950b784-docs-agentic-readiness-fixes/A7qtSjBxGPa9Sib6/_assets/images/set-key-level-limit-1.png?fit=max&auto=format&n=A7qtSjBxGPa9Sib6&q=85&s=47f4575d8a3a380b1dd610de09490843" alt="" width="3820" height="1728" data-path="_assets/images/set-key-level-limit-1.png" />
</Frame>

<Frame caption="Activate and specify a limit">
  <img src="https://mintcdn.com/deepl-c950b784-docs-agentic-readiness-fixes/A7qtSjBxGPa9Sib6/_assets/images/set-key-level-limit-2.png?fit=max&auto=format&n=A7qtSjBxGPa9Sib6&q=85&s=27a091481d89d2d830b5581226d44ae5" alt="" width="3824" height="1728" data-path="_assets/images/set-key-level-limit-2.png" />
</Frame>

As with subscription-level [cost control](/docs/best-practices/cost-control):

* You receive notification emails when a key reaches 80% and 100% of its limit
* The API responds with `456 Quota exceeded` errors once 100% of the limit is reached

To monitor consumption against a limit, check the "Characters consumed" column in the key table or see [Retrieving Usage Data](/docs/admin/retrieving-usage-data).

## Set key permissions

Permissions restrict a developer key to specific endpoints. This section covers the UI steps; to understand how permissions are enforced, see [Understanding API Key Permissions](/docs/admin/api-key-permissions), and for what each scope covers, see [Permission Scopes](/docs/admin/permission-scopes).

To create a scoped key, click "Create key", select **Custom permissions**, choose one or more scopes from the list, and confirm.

<Frame caption="Creating a scoped API key">
  <img src="https://mintcdn.com/deepl-c950b784-docs-agentic-readiness-fixes/A7qtSjBxGPa9Sib6/_assets/images/api-key-permissions-create.png?fit=max&auto=format&n=A7qtSjBxGPa9Sib6&q=85&s=c003fbbb812efce88640e83a18bd7fcc" width="340" data-path="_assets/images/api-key-permissions-create.png" />
</Frame>

To change permissions on an existing key, select "Edit permissions" from the key's options menu. Choose **All access** to make the key unrestricted, or **Custom permissions** to select specific scopes, then save.

<Frame caption="Choose all access or custom permissions">
  <img src="https://mintcdn.com/deepl-c950b784-docs-agentic-readiness-fixes/A7qtSjBxGPa9Sib6/_assets/images/api-key-permissions-edit-dialog.png?fit=max&auto=format&n=A7qtSjBxGPa9Sib6&q=85&s=53645bb006f5421857e4a1f97b357634" width="480" data-path="_assets/images/api-key-permissions-edit-dialog.png" />
</Frame>

The "Permissions" column in the key table shows each key's status as a badge. Hover over a badge to see the assigned scopes.

<Frame caption="Hover a badge to view assigned scopes">
  <img src="https://mintcdn.com/deepl-c950b784-docs-agentic-readiness-fixes/A7qtSjBxGPa9Sib6/_assets/images/api-key-permissions-badge-hover.png?fit=max&auto=format&n=A7qtSjBxGPa9Sib6&q=85&s=c0e5a9b9371f3e2629595d44db1eaf02" alt="" width="2260" height="314" data-path="_assets/images/api-key-permissions-badge-hover.png" />
</Frame>

## Manage admin API keys

On the API Pro, API Growth, and API Enterprise plans, you manage [admin keys](/docs/admin/overview#the-admin-api) separately in the ["Admin Keys" tab](https://www.deepl.com/your-account/admin).

<Frame caption="The Admin Keys tab">
  <img src="https://mintcdn.com/deepl-c950b784-docs-agentic-readiness-fixes/A7qtSjBxGPa9Sib6/_assets/images/admin-api-tab.png?fit=max&auto=format&n=A7qtSjBxGPa9Sib6&q=85&s=eaf361fddfcdefb95cb06b9ba06a44ef" alt="" width="1871" height="585" data-path="_assets/images/admin-api-tab.png" />
</Frame>

Admin keys support the same actions as developer keys: create, copy, rename, and deactivate them from the "Admin Keys" tab exactly as described above. The differences:

* Admin keys always end with an `:adm` suffix, which distinguishes them from developer keys
* Unnamed admin keys are called "DeepL Admin Key" by default
* You can create up to 25 simultaneously active admin keys
* Usage limits and permissions don't apply to admin keys
