Skip to main content

cx-cli

Aug 24, 2026

One-command setup with cx init

New

Pinning an object as data context with Add to Olly context in Explore

Setting up the CLI is now a single command. cx init creates your profile, installs the agent skills, and offers to set up shell tab-completion in one guided run, so you can no longer end up with a CLI your coding agent doesn't know how to use.

You no longer need to know your region: paste the Coralogix URL you use in the browser and cx derives the region for you. A URL it doesn't recognize, such as a bring-your-own-cloud or private-link deployment, becomes a custom API endpoint instead of an error. Sign-in is a browser login, so there is no API key to paste.

New profiles allow risky commands (iam and archive write operations) and have Olly enabled. Neither is prompted for. Change allow_risky_commands or olly_enabled in ~/.cx/config.toml afterwards, or create the first profile with cx profiles add --disable-olly.

Spell the run out with flags (cx init --url ... --api-key $CX_API_KEY --global-skills) and it prompts for nothing, which is the path for CI, containers, and coding agents. A new cx skills install command installs and updates the agent skills on their own, and any command run on a machine with no profile now points you at cx init.

Learn more

Jun 1, 2026

Coralogix docs lookup from the terminal

New

Two new commands — cx docs search <query> and cx docs fetch <suffix> — search and read the Coralogix documentation portal directly from your terminal. Use --limit to widen the result set and -o json or -o agents for machine-readable output.

No API key is required — the docs portal is public. The same lookup is also available in the Coralogix MCP server as search_docs and fetch_doc.

Learn more

Jun 14, 2026

AI-native Case management from the terminal

New

A new Cases skill for cx-cli brings incident response to the terminal. Use cx to query Cases, troubleshoot and resolve incidents, run analytics, and follow AI agent-guided lifecycle steps — from triage through resolution — without leaving your shell. Learn more

April 2026

cx-cli launch

New

The Coralogix CLI (cx-cli) is now available. Query logs, metrics, spans, and Real User Monitoring (RUM) data from the terminal using DataPrime and PromQL—built for humans and AI agents. Includes multi-profile fan-out, AI-friendly output formats, and bundled skills for Claude Code, Cursor, Codex, and 40+ more agents. Learn more

Last updated on