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

# feature_disabled

> HTTP 403 — Feature is not available for this account or plan.

## HTTP status

`403 permission_error`

## Error response

```json theme={null}
{
  "error": {
    "message": "API key limit reached (2). Upgrade to Pro for unlimited keys.",
    "type": "permission_error",
    "param": null,
    "code": "feature_disabled",
    "doc_url": "https://docs.auriko.ai/errors/feature_disabled"
  }
}
```

## Typical cause

The requested feature requires a higher plan tier or isn't available for your account. The `message` field identifies the specific limit or restriction.

## Features with plan limits

* **API keys**: Free plan allows 2 keys per workspace.
* **Workspace members**: Free plan allows 1 member per workspace.

See [Plans and billing](/platform/plans#compare-plans) for all plan limits.

## Resolution

Check your current plan in the [dashboard](https://auriko.ai/dashboard).
To access Pro features, [upgrade your plan](/platform/plans#upgrade-to-pro).
