Osuite AI Agents
Osuite is AI-native observability: the AI agents aren’t a bolt-on, they’re how you work with the platform. They live in your AI IDE (Cursor, Antigravity, and any IDE that supports agent skills) and cover the full loop — instrument fast, investigate incidents, build dashboards, and query metrics — all in plain language, right where you already work.
Install them once with the agent setup (osuite init-ai), then trigger any agent as a slash command.
| Agent | Trigger | What it does |
|---|---|---|
| Instrumentation Agent | /osuite-instrument | Detects your stack and instruments your code to send traces and logs to Osuite — most services live in under an hour. |
| Investigation Agent | /osuite-investigate | Diagnoses production incidents from your IDE. Correlates logs, traces, metrics, Kubernetes events, and frontend sessions to find the root cause — and suggests a fix. |
| Visualizer Agent | /osuite-edit-dashboard | Builds dashboards from natural language — choosing the metrics, writing the PromQL, and picking the visualizations. No query expertise required. |
| Write PromQL Agent | /osuite-write-promql | Composes a PromQL query against your real metrics from a plain-language request — the query text itself, without building a whole dashboard. |