---
title: Guardrail-object | RunAPI
description: Een herbruikbaar beleid met model-, provider- en bestedingscontroles.
url: https://runapi.ai/nl/docs/api/management/guardrails/object.md
canonical: https://runapi.ai/nl/docs/api/management/guardrails/object
locale: nl
---

> HTML-versie: https://runapi.ai/nl/docs/api/management/guardrails/object
> Site-index voor agents: https://runapi.ai/llms.txt

# Guardrail-object

Een herbruikbaar beleid met model-, provider- en bestedingscontroles.

## Objectvelden

Stabiele velden die worden gedeeld door het herbruikbare object van de resource.

### Guardrails

```json
{
  "allowed_models": {
    "description": "Toegestane modelidentificaties.",
    "required": true,
    "type": "array"
  },
  "allowed_providers": {
    "description": "Toegestane providernamen.",
    "required": true,
    "type": "array"
  },
  "assignment_count": {
    "description": "Aantal API-sleutels of leden waaraan deze guardrail is toegewezen.",
    "required": true,
    "type": "integer"
  },
  "blocked_models": {
    "description": "Geblokkeerde modelidentifiers.",
    "required": true,
    "type": "array"
  },
  "blocked_providers": {
    "description": "Geblokkeerde providernamen.",
    "required": true,
    "type": "array"
  },
  "created_at": {
    "description": "Tijdstip waarop de guardrail is aangemaakt.",
    "required": true,
    "type": "string"
  },
  "credit_limit_cents": {
    "description": "Optioneel totaal uitgavelimiet in USD-centen.",
    "required": true,
    "type": "integer | null"
  },
  "credit_limit_reset_interval": {
    "description": "Herstellingscyclus voor het totale bestedingsplafond.",
    "enum": [
      "daily",
      "weekly",
      "monthly",
      null
    ],
    "required": true,
    "type": "string | null"
  },
  "description": {
    "description": "Optionele guardrail-beschrijving.",
    "required": true,
    "type": "string | null"
  },
  "enabled": {
    "description": "Of de beveiligingsregel wordt gehandhaafd.",
    "required": true,
    "type": "boolean"
  },
  "id": {
    "description": "Prefix-ID van de guardrail.",
    "required": true,
    "type": "string"
  },
  "model_budgets": {
    "description": "Budgetregels per model.",
    "required": true,
    "type": "array"
  },
  "name": {
    "description": "Guardrailnaam.",
    "required": true,
    "type": "string"
  }
}
```

## Gerelateerde referentie

- [Guardrails](https://runapi.ai/nl/docs/api/management/guardrails.md)
- [Guardrails weergeven](https://runapi.ai/nl/docs/api/management/guardrails/list.md)
- [Een guardrail ophalen](https://runapi.ai/nl/docs/api/management/guardrails/retrieve.md)
- [Een guardrail aanmaken](https://runapi.ai/nl/docs/api/management/guardrails/create.md)
- [Een guardrail bijwerken](https://runapi.ai/nl/docs/api/management/guardrails/update.md)
- [Een beveiligingsregel verwijderen](https://runapi.ai/nl/docs/api/management/guardrails/delete.md)

---

## Meer van RunAPI

- [Home](https://runapi.ai/nl/.md)
- [Modelcatalogus](https://runapi.ai/nl/models.md)
- [Prijzen](https://runapi.ai/nl/pricing.md)
- [Providers](https://runapi.ai/nl/models)
- [Documentatie](https://runapi.ai/nl/docs/guides)
- [SDK's](https://runapi.ai/nl/sdk.md)
- [CLI](https://runapi.ai/nl/cli.md)
- [MCP Server](https://runapi.ai/nl/mcp.md)
- [Claude Code vs Cursor](https://runapi.ai/nl/claude-code-vs-cursor.md)
- [Cursor API instellen](https://runapi.ai/nl/cursor-api-setup.md)
- [RunAPI vs OpenRouter](https://runapi.ai/nl/openrouter-alternative.md)
- [Enterprise](https://runapi.ai/nl/contact.md)
- [Contact](https://runapi.ai/nl/contact.md)
- [Voorwaarden](https://runapi.ai/nl/terms.md)
- [Privacy](https://runapi.ai/nl/privacy.md)
- [Site-index voor agents](https://runapi.ai/llms.txt)

Contact: contact@runapi.ai

## Gestructureerde gegevens

```json
[
  {
    "@context": "https://schema.org",
    "inLanguage": "nl",
    "@type": "WebSite",
    "name": "RunAPI",
    "url": "https://runapi.ai/nl",
    "potentialAction": {
      "@type": "SearchAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://runapi.ai/nl/models?q={search_term_string}"
      },
      "query-input": "required name=search_term_string"
    }
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "nl",
    "@type": "Organization",
    "name": "RunAPI",
    "url": "https://runapi.ai/nl",
    "logo": {
      "@type": "ImageObject",
      "url": "https://runapi.ai/nlicon.svg"
    },
    "sameAs": [
      "https://github.com/runapi-ai"
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "nl",
    "@type": "TechArticle",
    "headline": "Guardrail-object",
    "description": "Een herbruikbaar beleid met model-, provider- en bestedingscontroles.",
    "url": "https://runapi.ai/nl/docs/api/management/guardrails/object",
    "mainEntityOfPage": "https://runapi.ai/nl/docs/api/management/guardrails/object"
  }
]
```
