Administration

Inspect account and workspace state, verify domains, export audit events, and use the API without writing a separate client.

Command families

pf me

View or edit your profile, list organizations and API keys, and manage push-notification devices.

pf limits

Show the API version and the current rate-limit quota without consuming quota.

pf domains

Inspect DNS records or trigger verification for a configured custom domain.

pf audit-logs

Export workspace audit events as JSON, CSV, or CEF. Owner or admin access is required.

pf api

Call 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=10

Raw 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.