Command-line interface for CognexiaAI ERP
Manage resources, run scripts, and automate workflows from the terminal
# npm npm install -g @cognexiaai/cli # Verify installation cognexia --version
# Login interactively cognexia login # Or set API key directly cognexia config set api-key sk_live_your_key_here
cognexia contacts listList all CRM contacts
cognexia contacts createCreate new contact interactively
cognexia invoices generateGenerate and send invoices
cognexia data exportExport data to CSV/JSON
cognexia contacts import --file contacts.csv --dry-run cognexia contacts import --file contacts.csv
cognexia reports sales --from 2026-01-01 --to 2026-01-31 --format pdf cognexia reports hr-summary --output summary.json
cognexia webhooks list cognexia webhooks create --url https://yourapp.com/webhook --events contact.created,deal.closed