- Prefect Python SDK: used to build, test, and execute workflows.
- Prefect REST API: used by workflow clients and the Prefect UI for orchestration and data retrieval.
- Prefect Cloud REST API documentation is available at https://app.prefect.cloud/api/docs.
- The REST API documentation for a locally hosted open-source Prefect server is available in the Prefect REST API Reference.
/docs
endpoint of your PREFECT_API_URL
- for example, if you ran prefect server start
with no additional configuration you can find this reference at http://localhost:4200/docs.