Skip to main content
Lightweight CLI for authenticating with Olira, managing API keys, configuring MCP access, validating JSONL files, and managing historical data ingestion jobs.

Installation

brew install olira-ai/tap/olira
Verify with olira --version. Run the CLI on your host machine, since login uses a local callback server on localhost:9876 that your browser must reach.

Commands

Authentication

login, token, status, and logout.

API keys

Create, list, and revoke API keys.

MCP configuration

Write MCP client config for your IDE.

Validation

Validate JSONL files before uploading.

Ingestion

Upload and manage historical ingestion jobs.
For where credentials are stored and the CLI’s exit codes, see Credentials & exit codes.