Skip to main content
The CLI is grouped by resource. Run ontora <group> --help for in-terminal docs on any command.

ontora auth

API key and connection management.

auth login

Save an API key (and optional defaults) to ~/.ontora/config.yaml.

auth status

Calls /health and prints whether your saved key works.

ontora campaigns

Manage interview campaigns.

ontora contacts

Manage contacts on a campaign.

ontora transcripts

ontora reports

ontora query

Run a GraphRAG query over a campaign’s transcripts.
Both arguments are positional and required. The CLI prints the answer plus structured patterns and divergences. For finer control (anonymization, top-k), call the REST endpoint directly.

ontora webhooks

Outbound webhook endpoints.

ontora version

Prints the installed CLI version.

Environment variables

These take priority over the saved config — use them in CI to avoid storing credentials on disk.