The Ontora CLI is a Python tool that wraps the REST API. It’s the fastest way to launch campaigns, pull transcripts, and run GraphRAG queries from a terminal or CI pipeline.Documentation Index
Fetch the complete documentation index at: https://docs.ontora.com/llms.txt
Use this file to discover all available pages before exploring further.
Install
ontora command is on your PATH.
First-time setup
Authenticate once and the CLI will remember your key:--workspace WS_ID to set a default workspace, --base-url URL if you’re hitting a non-default API host. Verify the connection:
How config is stored
Configuration lives at~/.ontora/config.yaml with permissions 0600:
ONTORA_API_KEY, and skip ontora auth login entirely.
Next steps
Commands
Full reference for every CLI command.
Campaign YAML
Define an entire campaign in a single YAML file and launch it with one command.