> ## Documentation Index
> Fetch the complete documentation index at: https://anthale.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Anthale API Keys for Runtime Enforcement Requests

> Create, view, disable, and delete Anthale API keys for server-side enforcement requests, runtime service boundaries, and operator traceability.

Anthale API keys authenticate server-side enforcement requests. This section covers creating, viewing, enabling, disabling, and deleting keys for an organization.

<Info>API keys are not bound to roles or permissions.</Info>

## What API keys control

* Access to the Anthale enforcement API.
* Which service boundary or environment can authenticate requests.
* Ownership and traceability for runtime traffic in the dashboard.

## Common tasks

<Columns cols={2}>
  <Card title="Create an API key" icon="plus" href="/docs/learn/api-keys/create-an-api-key">
    Provision a new server-side credential in the dashboard.
  </Card>

  <Card title="View API keys" icon="list" href="/docs/learn/api-keys/view-api-keys">
    Review the current list, search results, filters, and key status.
  </Card>

  <Card title="Enable or disable an API key" icon="power" href="/docs/learn/api-keys/enable-or-disable-an-api-key">
    Stop a key temporarily or return it to service.
  </Card>

  <Card title="Delete an API key" icon="trash-2" href="/docs/learn/api-keys/delete-an-api-key">
    Permanently remove a key that is no longer needed.
  </Card>
</Columns>
