CRM

Install crm CLI

Manage your CRM instance from the terminal.

curl -sSf https://crm.unionstreet.ai/cli/install | sh

Quick start

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
All commands support --output human for readable output and --help for usage info.