---
title: Obiekt Guardrail Assignment | RunAPI
description: Bezpośrednie powiązanie między jedną barierą ochronną (guardrail) a dokładnie
  jednym kluczem API lub członkiem konta.
url: https://runapi.ai/pl/docs/api/management/guardrail-assignments/object.md
canonical: https://runapi.ai/pl/docs/api/management/guardrail-assignments/object
locale: pl
---

> Wersja HTML: https://runapi.ai/pl/docs/api/management/guardrail-assignments/object
> Indeks witryny dla agentów: https://runapi.ai/llms.txt

# Obiekt Guardrail Assignment

Bezpośrednie powiązanie między jedną barierą ochronną (guardrail) a dokładnie jednym kluczem API lub członkiem konta.

## Pola obiektu

Stabilne pola współdzielone przez obiekt wielokrotnego użytku zasobu.

### Przypisania zabezpieczeń

```json
{
  "account_user_id": {
    "description": "Prefiks ID dołączonego członka konta",
    "required": true,
    "type": "string | null"
  },
  "api_token_id": {
    "description": "Prefiks ID dołączonego standardowego klucza API",
    "required": true,
    "type": "string | null"
  },
  "created_at": {
    "description": "Czas utworzenia przypisania.",
    "required": true,
    "type": "string"
  },
  "guardrail_id": {
    "description": "Prefiks ID dołączonej bariery ochronnej (guardrail).",
    "required": true,
    "type": "string"
  },
  "id": {
    "description": "Prefiks ID przypisania guardrail.",
    "required": true,
    "type": "string"
  }
}
```

## Powiązane materiały referencyjne

- [Przypisania zabezpieczeń](https://runapi.ai/pl/docs/api/management/guardrail-assignments.md)
- [Wyświetl listę przypisań mechanizmów kontrolnych](https://runapi.ai/pl/docs/api/management/guardrail-assignments/list.md)
- [Tworzenie przypisania zabezpieczenia](https://runapi.ai/pl/docs/api/management/guardrail-assignments/create.md)
- [Usuń przypisanie mechanizmu zabezpieczającego (guardrail)](https://runapi.ai/pl/docs/api/management/guardrail-assignments/delete.md)

---

## Więcej od RunAPI

- [Strona główna](https://runapi.ai/pl/.md)
- [Katalog modeli](https://runapi.ai/pl/models.md)
- [Cennik](https://runapi.ai/pl/pricing.md)
- [Dostawcy](https://runapi.ai/pl/models)
- [Dokumentacja](https://runapi.ai/pl/docs/guides)
- [SDK](https://runapi.ai/pl/sdk.md)
- [CLI](https://runapi.ai/pl/cli.md)
- [Serwer MCP](https://runapi.ai/pl/mcp.md)
- [Claude Code vs Cursor](https://runapi.ai/pl/claude-code-vs-cursor.md)
- [Konfiguracja Cursor API](https://runapi.ai/pl/cursor-api-setup.md)
- [RunAPI vs OpenRouter](https://runapi.ai/pl/openrouter-alternative.md)
- [Enterprise](https://runapi.ai/pl/contact.md)
- [Kontakt](https://runapi.ai/pl/contact.md)
- [Regulamin](https://runapi.ai/pl/terms.md)
- [Prywatność](https://runapi.ai/pl/privacy.md)
- [Indeks witryny dla agentów](https://runapi.ai/llms.txt)

Kontakt: contact@runapi.ai

## Dane strukturalne

```json
[
  {
    "@context": "https://schema.org",
    "inLanguage": "pl",
    "@type": "WebSite",
    "name": "RunAPI",
    "url": "https://runapi.ai/pl",
    "potentialAction": {
      "@type": "SearchAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://runapi.ai/pl/models?q={search_term_string}"
      },
      "query-input": "required name=search_term_string"
    }
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "pl",
    "@type": "Organization",
    "name": "RunAPI",
    "url": "https://runapi.ai/pl",
    "logo": {
      "@type": "ImageObject",
      "url": "https://runapi.ai/plicon.svg"
    },
    "sameAs": [
      "https://github.com/runapi-ai"
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "pl",
    "@type": "TechArticle",
    "headline": "Obiekt Guardrail Assignment",
    "description": "Bezpośrednie powiązanie między jedną barierą ochronną (guardrail) a dokładnie jednym kluczem API lub członkiem konta.",
    "url": "https://runapi.ai/pl/docs/api/management/guardrail-assignments/object",
    "mainEntityOfPage": "https://runapi.ai/pl/docs/api/management/guardrail-assignments/object"
  }
]
```
