Prefect Cloud REST API
The Prefect Cloud REST API provides programmatic access to Prefect Cloud for orchestrating and managing workflows, deployments, flow runs, task runs, artifacts, and automations. The API follows RESTful conventions with pluralized collection names, snake_case route names, and supports an OpenAPI 3.0 compliant specification. Clients authenticate using API keys passed as Bearer tokens in request headers.
Documentation
Documentation
https://docs.prefect.io/v3/api-ref/rest-api
APIReference
https://app.prefect.cloud/api/docs
Authentication
https://docs.prefect.io/v3/manage/cloud/manage-users/api-keys
GettingStarted
https://docs.prefect.io/v3/get-started/quickstart
Specifications
OpenAPI
https://raw.githubusercontent.com/api-evangelist/prefect/refs/heads/main/openapi/prefect-openapi.json
AsyncAPI
https://raw.githubusercontent.com/api-evangelist/prefect/refs/heads/main/asyncapi.yml