P

Prefect Server REST API

REST discovered

Details
Docs
https://docs.prefect.io/v3/api-ref/rest-api
Authentication
Self-hosted Prefect API basic auth string basic discovered Get credentials ↗
Authorization: Basic <credential>

For a self-hosted Prefect server, enable Basic Authentication by setting server.api.auth_string="admin:pass" on the server, then configure the same value on clients as api.auth_string="admin:pass" or environment variable PREFECT_API_AUTH_STRING, as documented in How to secure a self-hosted Prefect server. This is configured by the server operator; there is no hosted minting flow from Prefect Cloud.