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

# עבור אג'נטים

> הוסף ידע של Failproof AI לאג'נט הקוד שלך בפקודה אחת. עובד עם Claude Code, Cursor, Windsurf ועוד.

הוסף את ההתייחסות המלאה של Failproof AI לאג'נט הקוד שלך בפקודה אחת. עובד עם Claude Code, Cursor, Windsurf וכל אג'נט אחר התומך בכישרונות (skills).

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

`npx skills` מזהה אילו אג'נטים יש לך מותקנים ומוסיף את הכישרון בפורמט הנכון לכל אחד מהם באופן אוטומטי.

## מה הכישרון מכסה

| תחום            | מה כלול                                                              |
| --------------- | -------------------------------------------------------------------- |
| Policies        | שמות policy מובנים, סוגי אירועים, פרמטרים, הפעלה/השבתה               |
| Custom policies | `customPolicies.add()`, match filters, `allow`/`deny`/`instruct` API |
| Context object  | `ctx.eventType`, `ctx.toolName`, `ctx.toolInput`, `ctx.session`      |
| Configuration   | `policies-config.json` structure, scope merging, `policyParams`      |
| CLI             | `failproofai policies --install`, `--uninstall`, `--custom`, scopes  |
| Dashboard       | Session viewer, policy activity, environment variables               |
| Architecture    | Hook handler flow, exit codes, stdin/stdout contract                 |

## האם הכישרון שלם?

Mintlify יוצר `llms.txt` מכל העמודים בניווט. הדוקומנטציה של Failproof AI מכסה את כל ה-API - כל policy, אפשרות וכל דוגמה כלולים. אם אתה מוצא משהו חסר, המקור נמצא ב-`https://docs.befailproof.ai/llms-full.txt`.

לצורך הקשר ממוקד, קישור ישירות לעמוד ספציפי:

```bash theme={null}
# רק custom policies API
npx skills add https://docs.befailproof.ai/custom-policies

# רק built-in policies
npx skills add https://docs.befailproof.ai/built-in-policies
```
