P

prefect.io

Prefect is a workflow orchestration platform for building, scheduling, and monitoring Python workflows and data pipelines. It is available as a managed cloud service and as a self-hosted server.

4 integrations · MCP · REST · CLI

Prefect exposes REST APIs for Prefect Cloud and self-hosted Prefect Server, a Python-installed `prefect` CLI, and an MCP server package (`prefect-mcp`) for agent access.

discovered 2mo ago
MCP servers1
REST · OpenAPI2
CLI1
Credentials
Prefect Cloud API keybearerGet token

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.

Self-hosted Prefect API basic auth stringbasicGet credentials

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.

conventions · 0/8 published

Publish these signals → /publishing