What problem does it solve?
Teams running production AI agents lack a quick way to answer "how are my agents doing?" — checking errors, sessions, eval scores, and usage — and to operate their agent-observability deployment (issues, audits, API keys, users, policies) without opening a dashboard.
Core Features & Use Cases
- Agent observability: Query events, sessions, errors, eval scores, and org usage with JSON output, filters, and aggregates to diagnose failures and quality regressions.
- Deployment operations: Triage issues and audit findings, manage API keys, users, settings, and alerts, and run saved or ad-hoc ClickHouse SQL queries.
- Enforcement management: Publish, test, and deploy policies to machine fleets and review guardrail activity (session-only commands).
- Use Case: Ask "is anything broken today?" and the skill runs
fp --json errors --since 24h --aggregate, drills into failing sessions, and reports the answer in prose.
Quick Start
Ask the assistant to check whether any of your production agents errored in the last 24 hours using the fp CLI.