> ## Documentation Index
> Fetch the complete documentation index at: https://exosphere-auto-translate-docs-20260624-1149.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Für Agenten

> Failproof AI-Wissen in einem Befehl zu deinem Coding-Agenten hinzufügen. Funktioniert mit Claude Code, Cursor, Windsurf und mehr.

Füge die vollständige Failproof AI-Referenz in einem Befehl zu deinem Coding-Agenten hinzu. Funktioniert mit Claude Code, Cursor, Windsurf und jedem anderen Agenten, der Skills unterstützt.

```bash theme={null}
npx skills add https://docs.befailproof.ai
```

`npx skills` erkennt automatisch, welche Agenten du installiert hast, und fügt den Skill für jeden im richtigen Format hinzu.

## Was der Skill abdeckt

| Bereich                     | Inhalt                                                                    |
| --------------------------- | ------------------------------------------------------------------------- |
| Policies                    | Integrierte Policy-Namen, Event-Typen, Parameter, aktivieren/deaktivieren |
| Benutzerdefinierte Policies | `customPolicies.add()`, Match-Filter, `allow`/`deny`/`instruct`-API       |
| Context-Objekt              | `ctx.eventType`, `ctx.toolName`, `ctx.toolInput`, `ctx.session`           |
| Konfiguration               | `policies-config.json`-Struktur, Scope-Zusammenführung, `policyParams`    |
| CLI                         | `failproofai policies --install`, `--uninstall`, `--custom`, Scopes       |
| Dashboard                   | Session-Viewer, Policy-Aktivität, Umgebungsvariablen                      |
| Architektur                 | Hook-Handler-Flow, Exit-Codes, stdin/stdout-Vertrag                       |

## Ist der Skill vollständig?

Mintlify generiert `llms.txt` aus allen Seiten der Navigation. Die Failproof AI-Dokumentation deckt die vollständige API ab – jede Policy, Option und jedes Beispiel ist enthalten. Falls du etwas vermisst, findest du die Quelle unter `https://docs.befailproof.ai/llms-full.txt`.

Für gezielten Kontext kannst du direkt auf eine bestimmte Seite verlinken:

```bash theme={null}
# Nur die Custom-Policies-API
npx skills add https://docs.befailproof.ai/custom-policies

# Nur die integrierten Policies
npx skills add https://docs.befailproof.ai/built-in-policies
```
