> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cronapi.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Schedule recurring webhooks and one-time delayed jobs with a simple REST API

CronAPI lets you schedule HTTP webhook calls on a recurring cron schedule or as one-time delayed jobs. Manage everything through the REST API or the web dashboard.

## Key features

* **Cron scheduling** — Define recurring webhooks using standard cron expressions
* **One-time jobs** — Schedule a single webhook call for a specific future time
* **Custom requests** — Configure HTTP method, headers, and JSON body for each webhook
* **Execution tracking** — View run history with status codes, response times, and errors
* **API-first** — Full REST API with Bearer token authentication

## Get started

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Create your first cron in under 5 minutes.
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    Generate an API key and authenticate your requests.
  </Card>

  <Card title="API reference" icon="code" href="/api-reference/introduction">
    Explore all available endpoints.
  </Card>

  <Card title="Core concepts" icon="book" href="/concepts/crons">
    Understand crons, jobs, and runs.
  </Card>
</CardGroup>
