---
title: "Introduction"
space: "Cloud"
url: "https://docs.frappe.io/cloud/api"
updated: "2026-09-16"
---

The Frappe Cloud API allows you to manage your sites and bench groups using HTTP requests.

For API usage examples and guidance, refer to [this Gist](https://gist.github.com/tamoystr/95b4a1cf44c500627e2654cf73063e3).

## Discovering other endpoints

The Gist is not an exhaustive reference of all available endpoints. You can explore the [Frappe Press codebase](https://github.com/frappe/press) to discover additional endpoints and use an LLM to help understand their implementation and construct API requests.