Roadmap¶
Features planned or in progress, roughly prioritized top-to-bottom within each category.
Recently shipped¶
- [x] Push-mode checks — monitor private services (databases, internal APIs, Kubernetes workloads) without inbound connections; your agent probes and posts results
- [x] Read-only API keys — safe to embed in dashboards and monitoring agents; blocked from write operations and from listing other keys or webhook configs
- [x] MCP server — interact with your catalog from any MCP-compatible AI assistant; role-based skills for operator, SRE, and developer workflows
- [x] Push staleness detection — dashboard warning when a push agent stops posting results
Monitoring¶
- [ ] Public status pages — shareable, unauthenticated status page per tenant with uptime history and current status
- [ ] Incident timeline — structured incident log with start/end times, severity, and linked entities
- [ ] Synthetic browser checks — Playwright-based checks for full page load validation
- [ ] Multi-step check sequences — chain requests (login → action → verify) into a single check
- [ ] Check result retention UI — configure per-entity retention and view storage usage from the dashboard
Alerting¶
- [ ] PagerDuty integration — native adapter alongside Slack/Discord (not just via webhook)
- [ ] Opsgenie integration — native adapter
- [ ] Incident routing — route different entity types or severities to different on-call schedules
- [ ] Escalation policies — re-escalate if primary channel doesn't acknowledge within N minutes
Platform¶
- [ ] Blueprint-scoped and check-scoped API tokens — limit a key to a specific blueprint type or individual check
- [ ] Audit log UI — browse state transitions, alert deliveries, and config changes in the dashboard
- [ ] SSO / SAML — enterprise identity provider integration
- [ ] Webhooks for config events — notify external systems when blueprints or entities are created or updated
- [ ] Kanban / workflow view — entity status as a board with drag-and-drop for custom states
Developer experience¶
- [ ] Terraform provider — manage blueprints, entities, and checks as infrastructure code
- [ ] OpenAPI spec — auto-generated OpenAPI 3.1 spec for the REST API
- [ ] SDK libraries — Python and TypeScript/Node client libraries