# Automated Workflows

Workflows help you to automate certain tasks while managing your images using Pixboost service. Workflows consist of API endpoints that you could use from your applications. Currently, Pixboost supports the following endpoints:

* [Cache Invalidation](/workflows/cache-invalidation.md)
* [Warmup](/workflows/warmup.md)

To call a workflow API, you will need to create an API secret first. Please, read about creating and managing API secrets [here](/workflows/api-secrets.md).

Example of the workflow could be a CDN cache invalidation when a source image updated. You can find a reference implementation of such a scenario [here](https://github.com/Pixboost/aws-s3-invalidate-cdn)

![](/files/-LmtPzRTu4vV6OkKuqBJ)

## Pricing

There is a number of calls that you allowed to do on each billing plan. Please, refer to the [pricing page](https://pixboost.com/prices/) to see the exact numbers.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.pixboost.com/workflows.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
