Administration
Inspect account and workspace state, verify domains, export audit events, and use the API without writing a separate client.
Command families
pf meView or edit your profile, list organizations and API keys, and manage push-notification devices.
pf limitsShow the API version and the current rate-limit quota without consuming quota.
pf domainsInspect DNS records or trigger verification for a configured custom domain.
pf audit-logsExport workspace audit events as JSON, CSV, or CEF. Owner or admin access is required.
pf apiCall a Project Feed API path directly with GET, POST, PATCH, or DELETE.
Examples
pf me view
pf limits --json
pf domains check-dns example.com --type TXT
pf audit-logs --since 2026-07-01 --format csv --output audit.csv
pf api GET /projects --param limit=10Raw API access
Paths passed to pf apiare relative to the authenticated API base URL. The command uses your active profile and applies the same permissions and rate limits as other CLI commands.
Run pf api --helpfor request body and query parameter options.