---
title: API-Key-Objekt | RunAPI
description: Ein Standard-API-Schlüssel, der RunAPI-Anfragen authentifizieren kann.
  Sein Klartextwert ist nicht Teil dieses wiederverwendbaren Objekts.
url: https://runapi.ai/de/docs/api/management/keys/object.md
canonical: https://runapi.ai/de/docs/api/management/keys/object
locale: de
---

> HTML-Version: https://runapi.ai/de/docs/api/management/keys/object
> Website-Index für KI-Agenten: https://runapi.ai/llms.txt

# API-Key-Objekt

Ein Standard-API-Schlüssel, der RunAPI-Anfragen authentifizieren kann. Sein Klartextwert ist nicht Teil dieses wiederverwendbaren Objekts.

## Objektfelder

Stabile Felder, die vom wiederverwendbaren Objekt der Ressource geteilt werden.

### API-Schlüssel

```json
{
  "allowed_models": {
    "description": "Optionale Modell-Zulassungsliste.",
    "required": true,
    "type": "array | null"
  },
  "created_at": {
    "description": "Erstellungszeitpunkt des Schlüssels.",
    "required": true,
    "type": "string"
  },
  "credit_limit_cents": {
    "description": "Optionales Ausgabelimit für Schlüssel in USD-Cent.",
    "required": true,
    "type": "integer | null"
  },
  "credit_limit_reset_interval": {
    "description": "Optionaler Zurücksetz-Rhythmus für das Schlüsselausgabelimit.",
    "enum": [
      "daily",
      "weekly",
      "monthly",
      null
    ],
    "required": true,
    "type": "string | null"
  },
  "credit_limit_windows": {
    "description": "Rollierende Ausgabenlimits nach unterstützter Fensterdauer.",
    "properties": {
      "1d": {
        "description": "",
        "properties": {
          "limit_cents": {
            "description": "Ausgabenlimit für dieses rollierende Fenster in USD-Cent.",
            "required": true,
            "type": "integer"
          }
        },
        "required": false,
        "type": "credit_limit_window"
      },
      "1h": {
        "description": "",
        "properties": {
          "limit_cents": {
            "description": "Ausgabenlimit für dieses rollierende Fenster in USD-Cent.",
            "required": true,
            "type": "integer"
          }
        },
        "required": false,
        "type": "credit_limit_window"
      },
      "7d": {
        "description": "",
        "properties": {
          "limit_cents": {
            "description": "Ausgabenlimit für dieses rollierende Fenster in USD-Cent.",
            "required": true,
            "type": "integer"
          }
        },
        "required": false,
        "type": "credit_limit_window"
      }
    },
    "required": true,
    "type": "credit_limit_windows"
  },
  "enabled": {
    "description": "Ob der Schlüssel Anfragen authentifizieren kann.",
    "required": true,
    "type": "boolean"
  },
  "guardrail_id": {
    "description": "Präfix-ID des zugeordneten Guardrails",
    "required": true,
    "type": "string | null"
  },
  "id": {
    "description": "Präfix-ID des API-Schlüssels.",
    "required": true,
    "type": "string"
  },
  "last_used_at": {
    "description": "Zeitpunkt der letzten Verwendung des Schlüssels",
    "required": true,
    "type": "string | null"
  },
  "masked_token": {
    "description": "Maskierter API-Schlüsselwert.",
    "required": true,
    "type": "string"
  },
  "name": {
    "description": "Anzeigename des API-Schlüssels.",
    "required": true,
    "type": "string"
  }
}
```

## Verwandte Referenz

- [API-Schlüssel](https://runapi.ai/de/docs/api/management/keys.md)
- [API-Schlüssel auflisten](https://runapi.ai/de/docs/api/management/keys/list.md)
- [Einen API-Schlüssel abrufen](https://runapi.ai/de/docs/api/management/keys/retrieve.md)
- [Einen API-Schlüssel erstellen](https://runapi.ai/de/docs/api/management/keys/create.md)
- [Einen API-Schlüssel aktualisieren](https://runapi.ai/de/docs/api/management/keys/update.md)
- [Einen API-Schlüssel löschen](https://runapi.ai/de/docs/api/management/keys/delete.md)

---

## Mehr von RunAPI

- [Startseite](https://runapi.ai/de/.md)
- [Modellkatalog](https://runapi.ai/de/models.md)
- [Preise](https://runapi.ai/de/pricing.md)
- [Anbieter](https://runapi.ai/de/models)
- [Dokumentation](https://runapi.ai/de/docs/guides)
- [SDKs](https://runapi.ai/de/sdk.md)
- [CLI](https://runapi.ai/de/cli.md)
- [MCP Server](https://runapi.ai/de/mcp.md)
- [Claude Code vs Cursor](https://runapi.ai/de/claude-code-vs-cursor.md)
- [Cursor API-Einrichtung](https://runapi.ai/de/cursor-api-setup.md)
- [RunAPI vs OpenRouter](https://runapi.ai/de/openrouter-alternative.md)
- [Enterprise](https://runapi.ai/de/contact.md)
- [Kontakt](https://runapi.ai/de/contact.md)
- [Bedingungen](https://runapi.ai/de/terms.md)
- [Datenschutz](https://runapi.ai/de/privacy.md)
- [Website-Index für KI-Agenten](https://runapi.ai/llms.txt)

Kontakt: contact@runapi.ai

## Strukturierte Daten

```json
[
  {
    "@context": "https://schema.org",
    "inLanguage": "de",
    "@type": "WebSite",
    "name": "RunAPI",
    "url": "https://runapi.ai/de",
    "potentialAction": {
      "@type": "SearchAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://runapi.ai/de/models?q={search_term_string}"
      },
      "query-input": "required name=search_term_string"
    }
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "de",
    "@type": "Organization",
    "name": "RunAPI",
    "url": "https://runapi.ai/de",
    "logo": {
      "@type": "ImageObject",
      "url": "https://runapi.ai/deicon.svg"
    },
    "sameAs": [
      "https://github.com/runapi-ai"
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "de",
    "@type": "TechArticle",
    "headline": "API-Key-Objekt",
    "description": "Ein Standard-API-Schlüssel, der RunAPI-Anfragen authentifizieren kann. Sein Klartextwert ist nicht Teil dieses wiederverwendbaren Objekts.",
    "url": "https://runapi.ai/de/docs/api/management/keys/object",
    "mainEntityOfPage": "https://runapi.ai/de/docs/api/management/keys/object"
  }
]
```
