Skip to main content

Command Summary

CommandPurpose
trigify whoamiShow current user, organisation, subscription, and credit balance
trigify credits balanceFetch the current credit balance
trigify credits usageFetch recent credit usage history
trigify credits breakdownFetch usage grouped by feature
trigify org infoFetch organisation info, limits, and subscription data
trigify usageFetch a usage summary over a time window

Identity

trigify whoami

Display the authenticated user, their organisation, subscription plan, and current credit balance in a single view. Useful for verifying which account you are operating as.
trigify whoami
Example output:
User:           [email protected]
Organisation:   Trigify (org_xxx)
Plan:           ENTERPRISE
Status:         ACTIVE
Period ends:    2025-10-25
Credits:        4,250 remaining
Members:        3

Credits Commands

trigify credits balance

trigify credits balance

trigify credits usage

Optional flags:
  • --days <number> default 30
Example:
trigify credits usage --days 7

trigify credits breakdown

Optional flags:
  • --days <number> default 30
Example:
trigify credits breakdown --days 30

Organisation Info

trigify org info

Fetch organisation-level details such as subscription metadata and limits.
trigify org info

Usage Summary

trigify usage

Optional flags:
  • --from <date> as ISO 8601
  • --to <date> as ISO 8601
If you omit both values, the CLI uses the current billing window defaults from the API. Example:
trigify usage \
  --from 2026-03-01T00:00:00.000Z \
  --to 2026-03-27T23:59:59.000Z