โ† All posts
RELEASE July 22, 2026 ยท 6 min read

Introducing the Sentrinel CLI and the Sentrinel skill for coding agents

SR
Sentrinel Team
Product & engineering

Dashboards are great when you're exploring. But when you're mid-debug, you don't want to switch windows โ€” you want the answer where you already are. Today we're shipping two things that bring your production telemetry to the place you work: the Sentrinel CLI and the Sentrinel skill for coding agents.

Your telemetry, in the terminal

The CLI gives you the whole dashboard as composable commands: tail request logs, list your noisiest endpoints, pull error counts for the last hour โ€” all scoped to any app in your workspace, all pipe-friendly.

# install & sign in
$ bun add -g @sentrinel/cli
$ sentrinel login

# explore production from your prompt
$ sentrinel apps list
$ sentrinel logs tail --app api --status 5xx
$ sentrinel endpoints top --by p95 --since 24h

Every command accepts the same time-range flags as the dashboard, and output is plain text by default or --json when you want to script it.

A skill for coding agents

The more interesting release is what the CLI unlocks. Coding agents are debugging real production issues now โ€” but they're blind to what actually happened at runtime. The Sentrinel skill teaches your agent to query your telemetry itself: when it investigates a bug, it can pull the failing requests, see the latency spike, and read the correlated logs before proposing a fix.

# add the skill to your agent
$ sentrinel skill install

# then, in your agent session:
"Payments are failing since this morning โ€” find out why."
โ†’ agent runs: sentrinel errors top --app api --since 6h
โ†’ agent runs: sentrinel logs tail --endpoint /v1/payments --status 500

Access is scoped by a read-only API key, so your agent can observe production without ever being able to touch it.

What's next

Both ship today on every plan, including Basic. Next up: saved CLI queries, and letting the skill subscribe to alerts so your agent starts investigating the moment something fires.

Five minutes to your first insight

Free for your first app. No credit card required.

Try Sentrinel free