Welcome to cronhost

cronhost is a powerful service for scheduling HTTP requests using familiar cron syntax. Whether you need to trigger webhooks, monitor APIs, send notifications, or automate workflows, cronhost makes it simple and reliable.

What is cronhost?

cronhost allows you to:

  • Schedule HTTP requests using standard cron expressions
  • Monitor API health with automatic retries and timeout handling
  • Trigger webhooks on precise schedules across any timezone
  • Automate workflows by calling your APIs at exactly the right time
  • Track execution history with detailed job logs and error reporting

Quick Example

Create a schedule that checks your API health every 5 minutes:

curl -X POST "https://cronho.st/api/v1/schedules" \
  -H "x-api-key: your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "name": "API Health Monitor",
    "cronExpression": "*/5 * * * *",
    "timezone": "UTC",
    "endpoint": "https://your-api.com/health",
    "httpMethod": "GET"
  }'

Getting Started

Core Features

Use Cases

API Monitoring

Monitor your APIs by scheduling health checks every few minutes. Get immediate visibility into downtime and response issues.

Webhook Triggers

Send scheduled webhooks to integrate with third-party services, trigger deployments, or notify external systems.

Data Processing

Schedule batch jobs, data exports, report generation, or cleanup tasks to run at optimal times.

Notifications

Send periodic notifications, reminders, or status updates by calling your notification APIs on schedule.

Developer Resources

Why Choose cronhost?

  • Reliable Execution: Built on robust infrastructure with 99.9% uptime
  • Global Scale: Supports scheduling across all timezones worldwide
  • Developer Friendly: Clean APIs, comprehensive docs, and TypeScript SDK
  • Transparent Monitoring: Detailed execution logs and error reporting
  • Flexible Pricing: Pay only for what you use, starting free

Ready to automate your HTTP requests? Get started with our quickstart guide or explore the API documentation.