Manage your CRM instance from the terminal.
curl -sSf https://crm.unionstreet.ai/cli/install | sh
1Authenticate with your API key
crm auth login --api-key sk_live_... --api-url https://crm.unionstreet.ai
2Start using the API
crm companies list crm contacts list crm deals list crm dashboard
--output human for readable output and --help for usage info.