# Cuey ## Docs - [Authentication](https://docs.cuey.dev/api-reference/authentication.md): Authenticate requests to the Cuey API - [Crons](https://docs.cuey.dev/api-reference/crons.md): Schedule recurring webhooks - [Create Cron](https://docs.cuey.dev/api-reference/crons/create.md): Create a new cron job - [Delete Cron](https://docs.cuey.dev/api-reference/crons/delete.md): Delete a cron job. This will also delete all events created by that cron job. - [Get Cron](https://docs.cuey.dev/api-reference/crons/get.md): Get a single cron job by ID - [List Crons](https://docs.cuey.dev/api-reference/crons/list.md): Get a paginated list of cron jobs with optional filters - [Update Cron](https://docs.cuey.dev/api-reference/crons/update.md): Update an existing cron job. When a cron is updated, all pending events created by that cron are automatically deleted. - [Errors](https://docs.cuey.dev/api-reference/errors.md): Error responses and error codes - [Events](https://docs.cuey.dev/api-reference/events.md): Schedule one-time webhooks - [Create Event](https://docs.cuey.dev/api-reference/events/create.md): Create a new scheduled event - [Delete Event](https://docs.cuey.dev/api-reference/events/delete.md): Delete an event. Only pending events that were created manually (not by cron jobs) can be deleted. - [Get Event](https://docs.cuey.dev/api-reference/events/get.md): Get a single event by ID - [List Events](https://docs.cuey.dev/api-reference/events/list.md): Get a paginated list of events with optional filters - [Update Event](https://docs.cuey.dev/api-reference/events/update.md): Update an existing event. Only pending events can be updated. - [Introduction](https://docs.cuey.dev/api-reference/introduction.md): Cuey REST API overview - [Building Blocks](https://docs.cuey.dev/concepts/building-blocks.md): Understanding events and crons in Cuey - [Common Use Cases](https://docs.cuey.dev/concepts/common-use-cases.md): Real-world examples and use cases for Cuey - [Cron Expressions](https://docs.cuey.dev/concepts/cron-expressions.md): Guide to writing cron expressions for recurring jobs - [Retry Configuration](https://docs.cuey.dev/concepts/retry-configuration.md): Configure retry logic for failed webhook deliveries - [Retrying Events](https://docs.cuey.dev/concepts/retrying-events.md): What happens when webhook delivery fails - [Webhook URLs](https://docs.cuey.dev/concepts/webhook-urls.md): Understanding webhook URL formats - [Introduction](https://docs.cuey.dev/index.md): Welcome to Cuey - Webhook scheduling made simple - [Advanced Configuration](https://docs.cuey.dev/typescript-client/advanced-configuration.md): Advanced configuration options for the Cuey TypeScript client - [Crons](https://docs.cuey.dev/typescript-client/crons.md): Manage recurring cron jobs with the TypeScript client - [Create Cron](https://docs.cuey.dev/typescript-client/crons/create.md): Create a new recurring cron job - [Delete Cron](https://docs.cuey.dev/typescript-client/crons/delete.md): Delete a cron job - [Get Cron](https://docs.cuey.dev/typescript-client/crons/get.md): Retrieve a single cron job by ID - [List Crons](https://docs.cuey.dev/typescript-client/crons/list.md): List all cron jobs with optional pagination and filters - [Update Cron](https://docs.cuey.dev/typescript-client/crons/update.md): Update an existing cron job - [Error Handling](https://docs.cuey.dev/typescript-client/error-handling.md): Handle errors in the Cuey TypeScript client - [Events](https://docs.cuey.dev/typescript-client/events.md): Manage scheduled events with the TypeScript client - [Create Event](https://docs.cuey.dev/typescript-client/events/create.md): Schedule a new one-time event - [Delete Event](https://docs.cuey.dev/typescript-client/events/delete.md): Delete a pending event - [Get Event](https://docs.cuey.dev/typescript-client/events/get.md): Retrieve a single event by ID - [List Events](https://docs.cuey.dev/typescript-client/events/list.md): List all events with optional pagination and filters - [Update Event](https://docs.cuey.dev/typescript-client/events/update.md): Update an existing pending event - [Installation](https://docs.cuey.dev/typescript-client/installation.md): Install the Cuey TypeScript client - [Overview](https://docs.cuey.dev/typescript-client/overview.md): Introduction to the Cuey TypeScript client - [Quick Start](https://docs.cuey.dev/typescript-client/quickstart.md): Get started with Cuey in minutes - [Types Reference](https://docs.cuey.dev/typescript-client/types-reference.md): Complete TypeScript types reference for the Cuey client ## OpenAPI Specs - [openapi](https://docs.cuey.dev/api-reference/openapi.json)