Skip to main content
Add the full Failproof AI reference to your coding agent in one command. Works with Claude Code, Cursor, Windsurf, and any other agent that supports skills.
npx skills add https://docs.befailproof.ai
npx skills detects which agents you have installed and adds the skill in the right format for each one automatically.

What the skill covers

AreaWhat’s included
PoliciesBuilt-in policy names, event types, parameters, enable/disable
Custom hookscustomPolicies.add(), match filters, allow/deny/instruct API
Context objectctx.eventType, ctx.toolName, ctx.toolInput, ctx.session
Configurationpolicies-config.json structure, scope merging, policyParams
CLIfailproofai policies --install, --uninstall, --custom, scopes
DashboardSession viewer, policy activity, environment variables
ArchitectureHook handler flow, exit codes, stdin/stdout contract

Is the skill complete?

Mintlify generates llms.txt from all pages in the navigation. The Failproof AI docs cover the full API - every policy, option, and example is included. If you find something missing, the source is at https://docs.befailproof.ai/llms-full.txt. For targeted context, link directly to a specific page:
# Just the custom hooks API
npx skills add https://docs.befailproof.ai/custom-hooks

# Just the built-in policies
npx skills add https://docs.befailproof.ai/built-in-policies