fp to inspect Cloud telemetry, manage cloud-managed enforcement (policies, fleet deployments, guardrail decisions), and manage audits, findings, issues, alerts, keys, users, queries, and settings. Use failproofai for local hooks, policies, capture, and machine enrollment.
Install the released Cloud CLI as an isolated tool:
Sign in
Syntax
fp COMMAND --help or fp COMMAND SUBCOMMAND --help for terminal help.
CLI commands
Authentication
Events
--full only for a bounded investigation.
--all paginates up to --limit, which defaults to 50 — so --all on
its own stops at 50 rows. When it stops early the response carries a
next_cursor to resume from; "next_cursor": null means the feed really was
exhausted.Sessions
Evaluations
Errors
Usage and filter values
Organizations
API keys
Permission tokens use
resource:action, such as events:add. Repeat --add, comma-separate tokens, or use dotted actions such as events:read.add.
Queries
Users
Settings
Alerts
Alert severities are
info, warning, and critical. Trigger kinds are metric_threshold, custom_sql, evaluation_score, eval_compound, and per_event. Evaluation intervals must be between 30 and 86,400 seconds.
Audits
Audit create options
Include context during creation when the first run needs it. Creation commits the definition and context together before the queued run begins.
fp audits run is asynchronous. Poll fp audits runs NAME until the latest run succeeds or fails before reading its findings.Issues
Valid issue states are
firing, acknowledged, and resolved. Standalone issue severities are info, warning, and critical.
Cloud assistant
Policies
Cloud-managed policy versions. Session-only — every command here exits2 under an API key, before any request, because these are root-only write routes deliberately absent from /v1.
Fleet
Which machines run which policies. Session-only, same reason as above.Guardrails
What enforcement actually did. Session-only, same reason as above.Global flags
--api-key is intended for automation. Login, organization switching, and assistant commands require a user session.
Environment variables
Explicit flags override environment variables, which override saved configuration. In API-key mode, select the tenant explicitly with
--org or FP_ORG.

