All use cases

Investigate API performance and surface slow endpoints before they page you

Ask Zero to pull TP95 data from Axiom for any API endpoint. Zero surfaces the slowest events, identifies patterns, and creates a GitHub issue with findings — all from one Slack message.

Zero connects:SlackAxiomGitHub

Why API slowdowns stay invisible until they become incidents

TP95 spikes don't always page you. They sit in your metrics dashboards, quietly degrading user experience while your team is focused on shipping. Zero makes it easy to check any endpoint's performance on demand — pull the last 7 days of TP95 data, see which requests are slow, and get a GitHub issue filed automatically so nothing gets dropped.

How to ask Zero to investigate an API endpoint

@Zero check Axiom for the POST /api/zero/runs endpoint — show me the TP95 for the last 7 days and flag any events over 5s.

How Zero pulls metrics, surfaces slow events, and creates an issue

Zero queries Axiom for the endpoint
Zero pulls all request events for the specified endpoint over the time window, computing TP50, TP95, and TP99 per day.
Zero surfaces slow events
Zero filters for events above the threshold (default: 5 seconds), groups them by time of day and error pattern, and identifies the likely root cause.
GitHub issue created with findings
Zero files a structured GitHub issue with the metric table, slow event list, and root cause analysis — ready for the engineering team to act on.

Assign the issue, schedule monitoring, or dig into a specific event

Assign and prioritize
Route the issue to the right engineer
@Zero assign the Axiom issue to Ethan and add the label performance, priority-high.
Schedule regular monitoring
Set up a weekly TP95 check for key endpoints
@Zero every Monday at 9am, pull the last 7 days of TP95 for /api/zero/runs and post to #dev. File a GitHub issue only if TP95 exceeds 3s.
Investigate a specific slow event
Dig into a single outlier event
@Zero pull the full trace for the 6,857ms event on Apr 12 from Axiom and tell me where the time is spent.

Required integrations: Axiom and GitHub

Axiom
Axiom
Axiom is required. Zero queries your Axiom dataset for request events filtered by endpoint path and time window.
Required
GitHub
GitHub
GitHub is optional. Zero creates issues from findings when asked, with the metric table embedded in the body.
Optional

Best practices for proactive API performance monitoring

Specify a threshold in your prompt — 'flag events over 3 seconds' — so Zero's findings match your SLO, not a generic cutoff.
Ask Zero to check the endpoint right after a deploy to catch regressions before they affect users at scale.
Combine with Daily Error Triage for a complete morning health check: errors from Sentry plus performance from Axiom in one brief.