P

Prefect Cloud REST API

REST discovered

Details
URL
https://api.prefect.cloud/api/accounts/{account_id}/workspaces/{workspace_id}
Docs
https://docs.prefect.io/v3/api-ref/rest-api
Authentication
Prefect Cloud API key bearer discovered Get token ↗
Authorization: Bearer <credential>

Create an API key in How to manage API keys. You can then configure it with Connect to Prefect Cloud by setting PREFECT_API_KEY and PREFECT_API_URL, or by running prefect cloud login / prefect cloud login --key <YOUR-KEY> as described in Settings and profiles.