Observability for the agentic era.

Production telemetry, on the command line. Query logs, traces, metrics, dashboards, and alerts with one syntax and give every agent you run the same power, in a fraction of the tokens.

1
Install CLI
brew install coralogix/tap/cx
2
Install agent skills
npx
npx skills add coralogix/cx-cli
Terminal
$cx logs "filter $m.severity == ERROR"
Semantic match: service.name=checkout-api, severity≥error
Scanned 412,883,201 logs · returned 5 rows · TOON output
severitymessagecount
ERRORStripe webhook timeout after 30s142
WARNCart total mismatch on retry89
ERRORDB connection pool exhausted34
Built by humans and agents, for humans and agents
The shift

Goodbye context-switching.Hello terminal.

Most CLIs were built for humans and retrofitted for AI. CX was built for both, with structured outputs, token-aware responses, and skills for automated investigations.

Engineers get a faster terminal. Agents get production memory.

Why CX

Make observability work for your agents.

01 / Aggregation

Aggregate at the source

CX runs every query on Coralogix's distributed engine. An agent can scan hundreds of millions of logs and get back five rows. More signal. Less noise. Lower bills.

02 / Format

TOON, not JSON

A token-optimized format built for agent context windows. Same data. Roughly 90% fewer tokens. Math your finance team will love.

03 / Search

Semantic search

Ask in plain language. CX maps it to the right telemetry fields, even when naming differs across services, regions, and teams. No schema lookup required.

04 / Surface

One tool. Every signal.

Logs, spans, metrics, alerts, RUM, dashboards are all queryable from a single interface, with consistent syntax and consistent output. Stop wiring five tools together. Start asking better questions.

Skills

Skills for 40+ agents. Ready out of the box.

Production-ready investigation playbooks across logs, metrics, traces, alerts, and RUM without writing a single prompt.

Terminal
$npx skills add coralogix/cx-cli
Fetching playbooks from registry…
Installing TOON adapter…
Wiring skills into ~/.claude/skills
23 investigation skills ready
· logs.investigate· traces.bisect· metrics.anomaly· alerts.triage· rum.regression· slo.burn-rate
Terminal
$cx dashboards list --json | jq '.[0]'
{
"slug": "checkout-overview",
"name": "Checkout Overview",
"widgets": 12,
"slos": 4,
"owner": "payments-team"
}
Full platform

Drive the entire Coralogix platform.

Dashboards. SLOs. Incidents. Notifications. TCO. Usage. Integrations. IAM. Pipelines. If it lives in Coralogix, you can drive it from CX by hand, in CI, or through an agent at 3 a.m.

cx dashboardscx sloscx incidentscx notificationscx tcocx usagecx integrationscx iamcx pipelines
Get started

Every signal. Any agent.

1
Install CLI
brew install coralogix/tap/cx
2
Install agent skills
npx
npx skills add coralogix/cx-cli