Skip to main content
Agent
Sep 7, 2026
Admins can set workspace-wide instructions under Settings → Agent — your team’s conventions, production context, and rules for taking action.
App
Sep 5, 2026
The Services page brings together the agent’s map of your system: each service’s health, monitors, dashboards, and dependencies. See what calls what, including the external services your system relies on.
Telemetry
Sep 5, 2026
Collect product analytics, crash logs, and other telemetry from native apps built with React Native and Expo. The agent investigates mobile issues alongside your backend telemetry.
Incidents
Sep 5, 2026
Open the charts and tables behind the agent’s conclusions directly from an incident report to inspect the data yourself.
API
Sep 1, 2026
Claude Code, Codex, and Cursor can query your telemetry, read incident investigations, and hand work to the OnePatch agent from inside the editor. npm install -g onepatch && onepatch install sets up every agent on the machine. See Coding agents.
Agent
Aug 28, 2026
Connect Linear from the Integrations page and the agent reads your issues for context while it investigates, and can create and update them in your workspace. It works under its own Linear identity, so everything it writes is attributed to OnePatch.
Agent
Aug 20, 2026
The agent can use the internet while it investigates, scoped to a domain allowlist you control. See Network allowlist.
Monitors
Aug 16, 2026
After a pull request merges, the agent watches the change in production and reports on the PR whether it held up. A review comment before merge says what it will watch, and a regression opens an incident. See Verify PRs in prod.
Slack
Aug 12, 2026
Point the agent at a Slack channel and it reads every new message there, opening a thread on the ones that need attention. Turn it on from the integrations screen or with @onepatch watch in the channel. See Watched channels.
Telemetry
Aug 12, 2026
When something breaks for a user, the agent can see what that user actually did — the pages, clicks, failed requests, and JS errors of their session, each joined to the backend trace it caused. Setup is adding @onepatch/rum to the frontend. See Browser monitoring.
App
Aug 11, 2026
The home page leads with the pull requests the agent has opened, each with the monitor history that prompted it — enough to judge the change without leaving the page. Underneath, a table lists every pull request across your connected repos.
App
Aug 10, 2026
The app lays out for small screens instead of assuming a desktop window.
Incidents
Aug 10, 2026
When a new incident turns out to be part of one already open, the agent merges them into a single episode. You follow one thread instead of a row of separate chats.
Agent
Aug 7, 2026
Connect an IAM role from the Integrations page and the agent can describe resources, read logs, and take whatever actions the role’s policies allow while it investigates. Permissions stay on your side, and every action lands in your CloudTrail named for the chat that made it. See AWS.
Agent
Aug 6, 2026
One workspace-wide memory that carries across chats, so the agent doesn’t start cold every time.
Monitors
Aug 4, 2026
Every workspace gets an ingest address. Forward alert email from any vendor and it becomes telemetry a monitor can act on.
API
Aug 2, 2026
Mint machine credentials for the MCP endpoint from the app, and rotate them without downtime.
Monitors
Jul 27, 2026
A check going green re-opens the question instead of closing the incident on its own.
Telemetry
Jul 25, 2026
OTLP histograms are exposed as a typed view the agent can query directly.
App
Jul 15, 2026
Chat, dashboards, monitors, the command palette, and onboarding are navigable by keyboard and announced to screen readers.
Incidents
Jul 15, 2026
Hand-off retries every tick until an agent acknowledges it, and resolution waits until the check is observed green. A dead-man alarm fires if monitor evaluation itself stops.
Slack
Jul 2, 2026
The Slack card rewrites itself as the incident moves through its phases, so the channel shows current state rather than a pile of updates.
Incidents
Jul 1, 2026
Incident chats open with a status-page-style card — what fired, what phase it’s in, what changed — pinned beside the transcript.
API
Jun 30, 2026
Connect any OAuth-protected MCP server from the Integrations screen and the agent can use its tools. See How OnePatch works.
App
Jun 30, 2026
A full-page switcher lists every org you belong to.
Monitors
Jun 27, 2026
Rows collapse to a status sparkline and open into a two-pane detail view.
Slack
Jun 22, 2026
DM the OnePatch bot, or @-mention it in a channel and it replies in a thread. Each conversation is a real chat that also shows up in the app, with the sender’s name. See Incidents and Slack.
Dashboards
Jun 22, 2026
The agent can define dropdowns and multi-selects that sit under the time tape and filter the whole board.
Dashboards
Jun 17, 2026
Every root .tsx file in your workspace becomes a dashboard tab named after the file.
Telemetry
Jun 16, 2026
Queries run over much longer windows and return faster. Your signals live in a ClickHouse database scoped to your workspace.
Platform
Jun 12, 2026
Every workspace runs in its own private network with signed images and no credentials shared between workspaces.
Docs
Jun 10, 2026
Public docs at docs.onepatch.dev, with a getting-started guide and reference for monitors, dashboards, and incidents. Written to be read by an agent as well as a person — the full text is at llms-full.txt.
Incidents
Jun 2, 2026
A monitor that fires opens a chat named after it, and the agent works the incident from there through a real state machine. A check that can’t run at all pages the agent too.
Dashboards
Jun 1, 2026
A saved dashboard opens at full width on its own page. Axes and tooltips carry units, and dragging to zoom applies the new range to every chart on the board.
Agent
Jun 1, 2026
Fixes arrive as a PR against your connected repo rather than a suggestion in chat.
Chat
Jun 1, 2026
Org-wide chats where every message carries its author, so the agent knows who is speaking.
Agent
May 28, 2026
When the agent needs a decision mid-task, the choices render in the composer and your answer goes straight back into the run.
App
May 28, 2026
⌘K jumps to any chat, dashboard, or monitor.
Monitors
May 23, 2026
A monitor is a TypeScript program on a cron that queries your telemetry and returns a result. The agent writes and edits them; they live in a folder tree in your workspace repo.
Chat
May 13, 2026
Send a message mid-response and the agent picks it up instead of making you wait for the turn to end.
Chat
May 13, 2026
Drag or paste a screenshot into the composer.
Telemetry
May 12, 2026
You get an OTLP endpoint and a token. Anything you send becomes queryable by the agent.
Platform
May 10, 2026
Sign in, connect a GitHub repo, get a provisioned workspace with an agent in it.