惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
G
Google Developers Blog
S
SegmentFault 最新的问题
Microsoft Security Blog
Microsoft Security Blog
J
Java Code Geeks
罗磊的独立博客
H
Hackread – Cybersecurity News, Data Breaches, AI and More
量子位
P
Proofpoint News Feed
博客园 - 【当耐特】
MongoDB | Blog
MongoDB | Blog
L
LangChain Blog
F
Fortinet All Blogs
C
Check Point Blog
博客园_首页
I
InfoQ
Jina AI
Jina AI
Blog — PlanetScale
Blog — PlanetScale
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
酷 壳 – CoolShell
酷 壳 – CoolShell
Engineering at Meta
Engineering at Meta
美团技术团队
Vercel News
Vercel News
Apple Machine Learning Research
Apple Machine Learning Research

Coralogix

Automate Product Analyticsreports with your agent and the CX CLI - Coralogix Loop Engineering Guardrails for iGaming with Claude Code and CX CLI - Coralogix How iGaming Operators Trace Revenue Problems to Root Cause What is the Parquet file format? A complete guide Zero-Code Instrumentation in Kubernetes Without the Instrumentation CRD - Coralogix Olly says Hi: Scheduled tasks now report to Slack and email - Coralogix Introducing Coralogix Product Analytics - Coralogix Introducing the new Coralogix Metrics Engine - Coralogix Set a monthly budget on every Olly API Key - Coralogix Best Sentry Alternatives for Error Tracking (2026) Coralogix | Magic Quadrant 2025 How Redpin achieved full-stack observability across a £10 billion international payments platform - Coralogix Coralogix vs Sumo Logic: Pricing & Features Coralogix vs New Relic: Comparison Guide (2026) Where did all my Claude Code tokens go?  - Coralogix The AI bill arrived. Now what? - Coralogix The Data Plane Reality: OTel Scales, While Topology UX Lags - Coralogix The Observability Dataset: Architecture That Takes Agents From Junior to Senior - Coralogix Un-observable AI is Un-trustworthy AI - Coralogix Dataspaces and Datasets: A faster, goverened, observability data layer - Coralogix Stop Guessing Why Your Pods Are Crashing Coralogix Raises $200M to Scale the Observability Backbone for the Age of AI DataPrime at ingest (DPXL): See the impact of any routing decision New Explore: Faster answers, less friction, and a better way to investigate your data Explore for Spans: One View with Infinite Depth What Is Log Monitoring? Pipeline, Pitfalls, and Practices for 2026 What Is APM? A Guide to Application Performance Monitoring What Is an Incident Commander? Role, Skills, and Best Practices Managing OpenTelemetry at Scale: Why OTel Pipelines Need a Control Plane The cost of knowledge
Introducing the Coralogix CLI: Headless Observability for...
lily.waldorf@coralogix.com · 2026-05-05 · via Coralogix

This article is a high-level overview of the Coralogix CLI. For a deeper look at how it works in practice, read the full technical deep dive here.

Agent-driven investigation sounds simple: read the alert, query the data, return the cause. In reality, most agents either overload their context window with raw logs or guess at queries and return incorrect results.

Today Coralogix is releasing the cx CLI, a single binary that gives any agent direct, structured access to your telemetry from the terminal. It runs aggregations server-side so the heavy work happens where the data already lives. It returns results in a token-optimized format that carries the same information as JSON in roughly 90% fewer tokens. The combination turns a class of investigation that was previously reliable only for human engineers into something an agent can run repeatedly and accurately.

This is what Headless Observability looks like in practice. The interface to production data is moving away from dashboards and toward tool-based access that fits directly into automated workflows. Install cx once, and any agent with shell access can investigate your stack at the depth an engineer can from a terminal.

What the CLI does

Server-side aggregation via DataPrime 

Agent-driven investigation breaks first on cardinality. The volume of logs an agent needs to reason over does not fit in any context window, and pulling raw rows is the wrong operation entirely. cx runs the aggregation server-side on Coralogix’s Distributed Query Engine. An agent can query 200 million logs, get a ranked breakdown of errors, and receive back just a few rows. The heavy lifting happens where the data lives, not inside the context window.

Token-optimized output 

Even the right shape of result can cost more tokens than it should. By combining dead-weight reduction (removing low-value metadata) with the TOON output format, the CLI can reduce token usage by up to 90%. On data-heavy queries, that is the difference between an agent that finishes the investigation and one that runs out of context partway through.

Semantic field search

An agent does not know your schema, and asking it to guess produces queries that miss the data, return errors, or burn tokens on retries. The Coralogix CLI maps a natural-language description of what the agent is looking for to the actual fields in your telemetry, even when naming differs across services. The agent can ask about the data before it queries the data, and the cost of asking is small.

Multi-team fan-out 

The Coralogix CLI runs a single query across every team and region in parallel, merges the results, and tags each row with its origin. An agent investigating a global incident gets one unified result set instead of having to reconcile multiple separate ones. Multi-region resolution becomes a property of the platform, not a problem the agent has to solve.

Pre-built skills for 40+ agents 

cx ships with pre-built skills for Claude Code, Cursor, Codex, and more than 40 other coding agents, covering logs, spans, metrics, alerts, and RUM. Engineers do not have to write tool schemas or train an agent on DataPrime syntax. The agent picks up the skill, calls CX, and gets back results it can use.

What agents can do with it

Reliable production investigations 

The combination of server-side aggregation and TOON output changes what is economically possible for agent-driven investigations. Instead of ingesting thousands of raw log lines or guessing at queries, agents receive compact, structured results they can reliably reason from.

Cross-signal insights without infrastructure knowledge 

Agents can analyze error rates, SLO burn rates, deployment impact, cost attribution, and cross-service behavior without needing to understand how the underlying data is stored, queried, or structured across teams and regions.

Portability across every agent and model 

A single binary install puts cx on every developer machine and CI runner. The same binary works inside incident-response runbooks, automated remediation flows, and developer agents at the terminal. It runs under Claude, Cursor, Codex, and whatever comes next. The model layer will keep moving and the telemetry layer underneath should not have to move with it.

Full platform coverage 

Every Coralogix capability that previously required the UI or direct API calls is now accessible through a single, consistent interface. Beyond querying logs, spans, and metrics, agents and engineers can manage dashboards, SLOs, and incidents; configure data pipelines, routing rules, and archive settings; and administer users, teams, quotas, and integrations. 

The bigger picture

Observability became infrastructure for engineers a decade ago. It is now becoming infrastructure for the agents working alongside them, and the platform underneath has to be ready for both. The teams that move first will have agents capable of running a real investigation across logs, spans, metrics, alerts, and RUM, with token economics that keep the work repeatable. The teams that wait will keep getting the investigation handed back.

The cx CLI is available today. Install it once, point your agents at it, and let the next investigation finish in the terminal.

Read the docs: https://coralogix.com/docs/external/cx-cli/
Source on GitHub: https://github.com/coralogix/cx-cli 

Learn more about the cx CLI.