Skip to main content

Welcome to Kodo Status

Kodo Status helps you communicate service health to your users with beautiful status pages and comprehensive monitoring.

Key Features

  • Status Pages - Beautiful, customizable status pages for your services
  • Uptime Monitoring - HTTP endpoint monitoring with automatic status updates
  • Heartbeat Monitoring - Monitor cron jobs, workers, and background tasks
  • Incident Management - Create and manage incidents with subscriber notifications
  • Multi-channel Notifications - Slack, Discord, email, webhooks, and more
  • Client-side Tracking - JavaScript error tracking with the Beacon SDK

Base URL

All API requests should be made to:
https://kodostatus.com/api/v1

Authentication

Authenticate your API requests using the X-API-Key header:
curl "https://kodostatus.com/api/v1/incidents" \
  -H "X-API-Key: your_api_key_here"
Get your API key from the Dashboard.