# Untimely

> Untimely schedules recurring prompts, reminders, and agent-triggered actions inside flexible time windows.

## Core Links

- [Homepage](https://untimely.app): Product overview for flexible recurring schedules.
- [Pricing](https://untimely.app/pricing): Free and pro plan details. The free tier supports up to 3 events.
- [Blog](https://untimely.app/blog): Practical notes on random reminders and softer scheduling.
- [Comparisons](https://untimely.app/compare/untimely-vs-cron-job-org): How Untimely compares with cron-job.org, Vercel Cron, Cloudflare Cron, and Datadog Monitors.
- [Reliability](https://untimely.app/reliability): Delivery semantics, retry policy, run-history retention, and the incident pipeline.
- [OpenAPI](https://untimely.app/openapi.json): Machine-readable API contract for event creation and status.
- [Agent guide](https://untimely.app/AGENTS.md): How agents should use API keys and create events.
- [Full agent context](https://untimely.app/llms-full.txt): Longer product, API, and integration reference.

## Agent Summary

Agents can create random-window or fixed-time events through the canonical `/api/events` API after signed-in users create API keys in dashboard settings. Supported action types are EMAIL, WEBHOOK, and SLACK (SLACK and `contentType: "gpt"` require a Pro plan).
