From 3a5e78da527c0402a7e266a82e5bde4fe43ccd94 Mon Sep 17 00:00:00 2001
From: Maximilian Kaske <56969857+mxkaske@users.noreply.github.com>
Date: Sun, 26 Jul 2026 21:19:01 +0200
Subject: [PATCH] chore: readme tooling section (#2447)
---
README.md | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/README.md b/README.md
index 05984d7a..c052aebe 100644
--- a/README.md
+++ b/README.md
@@ -55,6 +55,15 @@ Monitor your servers, websites and APIs from 28 regions across multiple cloud pr
+## Tooling
+
+Everything the dashboard does is reachable from your terminal, your infrastructure code, and your AI assistant — all sharing a single API key.
+
+- **[API](https://www.openstatus.dev/tooling/api)** — typed JSON-over-HTTP (ConnectRPC) with a [Node SDK](https://github.com/openstatusHQ/sdk-node)
+- **[CLI](https://www.openstatus.dev/tooling/cli)** — interactive for humans, `--json` for agents, YAML monitoring as code
+- **[Terraform](https://www.openstatus.dev/tooling/terraform)** — monitors, notifications, and status pages as HCL
+- **[MCP server](https://www.openstatus.dev/tooling/mcp-server)** — connect Claude, ChatGPT, Cursor, or any MCP client to your workspace
+
## Getting Started
### With Docker (Recommended)
--
2.51.2