Saber CLI
Run Saber signal research, list management, scoring, connector checks, and credit inspection from a terminal, CI job, or agent session.
The Saber CLI is the fastest way to use Saber from a shell, CI job, or agent session. It wraps the public API with ergonomic commands for company signals, contact signals, lists, templates, scoring, subscriptions, market signals, summaries, credits, connectors, and organization context.
saber signal --domain acme.com --question "Are they hiring engineers?"
saber list company count-preview --industry "software development" --country US
saber template create --name "CRM" --question "Which CRM are they using?" --answer-type list
saber scoring scores --type company --object acme.com --detailedWhat you can do
Run research
Ask free-form questions about companies and contacts, synchronously or asynchronously.
Build lists
Create company and contact lists from firmographic, technographic, and Sales Navigator filters.
Standardise signals
Create reusable signal templates and use them in batches or subscriptions.
Score accounts
Turn signal answers into fit and urgency scores for companies and contacts.
Command families
| Family | Purpose |
|---|---|
auth | Log in, check status, and log out. |
signal | Create, list, fetch, and batch company or contact signal research. |
list company | Create, preview, import, update, and browse company lists. |
list contact | Create, search, update, and browse contact lists. |
template | Manage reusable signal templates. |
subscription | Schedule signal runs against company lists. |
market-signal | Manage recurring market signal subscriptions. |
summary | Generate and list AI summaries for a company domain. |
scoring | Manage profiles, rules, assignments, and scores. |
org | Read and update organization profile context for agent workflows. |
connectors, credits | Inspect connector status and credit balance. |
init-claude | Write Saber context into CLAUDE.md and help install Saber Skills. |
update, version | Check for CLI updates and print version information. |
Skills quick reference
Saber Skills pair well with the CLI. Use a skill when you want the agent to plan and execute a GTM workflow, then let the CLI handle repeatable Saber operations such as signals, lists, scoring, and CRM sync.
| Agent task | Start with | CLI commands it may use |
|---|---|---|
| Define ICP and buying signals | $signal-discovery | saber org get, saber template create ... |
| Build and enrich a target list | $build-account-list, $build-contact-list | saber list company ..., saber list contact ... |
| Activate signal tracking | $create-company-signals, $create-contact-signals | saber signal ..., saber credits |
| Prioritise accounts | $score-accounts | saber scoring ... |
| Sync CRM context | $import-from-hubspot, $sync-to-hubspot | saber connectors, list and signal commands |
See Skills and CLI for the full handoff model.
Next steps
Install the CLI
Install with curl or Go and verify the binary.
Authenticate
Create an API key and configure the CLI.
Command reference
Detailed command families, flags, and examples.
Skills and CLI
Use agent workflows with Saber CLI commands.
JSON and CI
Use machine-readable output in scripts and automation.