# Exo Docs ## Docs - [Introduction](https://docs.exowizz.com/api-reference/introduction.md): Authentication, base URL, and response format for the Exo API. - [Create a record](https://docs.exowizz.com/api-reference/resources/create.md): Creates a new record for the specified resource. - [Delete a record](https://docs.exowizz.com/api-reference/resources/delete.md): Deletes a record. - [List resources](https://docs.exowizz.com/api-reference/resources/list.md): Returns all registered Exo resources and their metadata. - [List records](https://docs.exowizz.com/api-reference/resources/show.md): Returns a paginated list of records for a specific resource. - [Get a record](https://docs.exowizz.com/api-reference/resources/show-instance.md): Returns a single record by its ID. - [Update a record](https://docs.exowizz.com/api-reference/resources/update.md): Updates an existing record. - [Get current user](https://docs.exowizz.com/api-reference/resources/whoami.md): Returns the authenticated user's identity. - [Create a subscription](https://docs.exowizz.com/api-reference/webhooks/create.md): Creates a new webhook subscription. - [Delete a subscription](https://docs.exowizz.com/api-reference/webhooks/delete.md): Deletes a webhook subscription. - [List subscriptions](https://docs.exowizz.com/api-reference/webhooks/list.md): Returns all webhook subscriptions for the authenticated user. - [Webhook payload](https://docs.exowizz.com/api-reference/webhooks/payload.md): Format of webhook delivery requests sent by Exo. - [Retry a failed delivery](https://docs.exowizz.com/api-reference/webhooks/retry.md): Queues a manual retry for a failed webhook delivery. - [Get a subscription](https://docs.exowizz.com/api-reference/webhooks/show.md): Returns a single webhook subscription. - [Update a subscription](https://docs.exowizz.com/api-reference/webhooks/update.md): Updates an existing webhook subscription. - [Overview](https://docs.exowizz.com/cloud/overview.md): Learn how Exo Cloud connects your Laravel app to Zapier, Make, and n8n. - [Setup](https://docs.exowizz.com/cloud/setup.md): Authenticate with Exo Cloud, generate your schema, and upload it. - [CLI commands](https://docs.exowizz.com/commands.md): All Artisan commands provided by the Exo package. - [Configuration](https://docs.exowizz.com/configuration.md): All configuration options available in config/exo.php. - [Your first resource](https://docs.exowizz.com/first-resource.md): Create one Resource, then see the API and triggers it unlocks. - [Introduction](https://docs.exowizz.com/index.md): Exo connects your Laravel app to Zapier, Make, n8n, and other automation platforms — automatically. - [Quickstart](https://docs.exowizz.com/quickstart.md): Get your first Exo resource live in 2-3 minutes. - [CRUD operations](https://docs.exowizz.com/resources/crud.md): Define validation rules and customize how records are created, updated, and deleted. - [Overview](https://docs.exowizz.com/resources/overview.md): Understand how Exo resources work and what methods are available. - [Ownership & authorization](https://docs.exowizz.com/resources/ownership.md): Control who can access and modify each resource's records. - [Search & queries](https://docs.exowizz.com/resources/search.md): Add search to your resources and customize the underlying queries. - [Transformers](https://docs.exowizz.com/resources/transformers.md): Control which fields appear in API responses and webhook payloads. - [Overview](https://docs.exowizz.com/webhooks/overview.md): Learn how Exo webhooks notify external services when your data changes. - [Verifying signatures](https://docs.exowizz.com/webhooks/security.md): Verify that webhook deliveries are authentic using HMAC signatures. - [Subscriptions](https://docs.exowizz.com/webhooks/subscriptions.md): Create and manage webhook subscriptions through the API or the dashboard. ## Optional - [Home Page](https://exowizz.com) - [Blog](https://exowizz.com/blog)