App Reference Overview
Seiri is a cloud platform for push/heartbeat monitoring of jobs, cron, and workers — plus status pages, SLA views, and Kubernetes health.
You can use the dashboard, the Ping API, the Management API, CLI, or Terraform.
Domains
| Host | Role |
|---|---|
cloud.seiri.app | Dashboard + management API |
ping.seiri.app | Heartbeat ingest (+ @ping.seiri.app email) |
status.seiri.app | Public status pages |
sso.seiri.app | Authentication issuer |
Key surfaces
- Core → Webhooks — Periodic / Cron / On-Demand monitors; copy endpoint IDs
- Ping API —
GET/POST /webhook/{endpoint-id}/success|fail - Management API — authenticated CRUD for webhooks and related resources
- CLI —
seirictl(API + ping) andseiri(job runner) - MCP —
@seiri-app/mcpfor Cursor / Claude / agent stacks - Terraform —
seiri-app/seiriprovider - Services — Cron Jobs, SLA & Uptime, Status Pages, Email Pings
- Infrastructure → Kubernetes — seiri-kube-agent
Tip: Agents should start at Integrate a job, MCP, or Ping API.