Quick Start
Get started with cronhost and create your first scheduled HTTP request in just a few minutes.1. Get Your API Key
First, you’ll need an API key to authenticate with the cronhost API.- Visit the cronhost Dashboard
- Sign up for a free account or log in
- Navigate to Settings
- Generate a new API key and copy it
Keep your API key secure! Don’t expose it in client-side code or public
repositories.
2. Create Your First Schedule
Using cURL
Here’s how to create a simple schedule that checks an API every hour:Using the TypeScript SDK
For a better developer experience, use our official TypeScript SDK:3. Understanding Cron Expressions
cronhost uses standard 5-field cron expressions:Common Examples
Expression | Description |
---|---|
0 9 * * * | Every day at 9 AM |
*/15 * * * * | Every 15 minutes |
0 0 * * 0 | Every Sunday at midnight |
0 12 1 * * | First day of every month at noon |
30 14 * * 1-5 | Weekdays at 2:30 PM |
3. Choosing the Right Timezone
All schedules require a timezone to ensure your HTTP requests run at the correct local time. Use IANA timezone identifiers for accuracy:Need help choosing a timezone? Check out our Timezone
Reference for a complete list of supported IANA identifiers and
regional examples.
4. Monitor Your Schedule
Check Schedule Status
View Job History
Using the SDK
5. Common Use Cases
API Health Monitoring
Monitor your API endpoints and get notified of downtime:Webhook Triggers
Send scheduled webhooks to external services:Data Processing
Schedule batch jobs for data processing:6. Managing Schedules
Update a Schedule
Temporarily Disable
Manual Trigger
7. Error Handling
Always handle errors gracefully:Next Steps
Explore the API
Dive deeper into all available endpoints
SDK Documentation
Learn about advanced SDK features
Job Monitoring
Monitor execution history and debug issues
Best Practices
Learn tips for production usage
Need Help?
- API Issues: Check our API documentation
- SDK Questions: See the SDK reference
- Support: Email us at help@cronho.st
- Status: Check status.cronho.st for service status