{"slug":"prefect-cloud","name":"Prefect Cloud","owner":null,"repo":null,"category":"orchestration-workflows","lang":"","blurb":"Python-native workflow orchestration for data, ML, and agents — turn functions into observable, retryable flows with scheduling, and a managed control plane plus MCP gateway.","use_cases":"[]","alternatives":[],"stars":0,"pushed_at":null,"synced_at":null,"kind":"api","one_liner":"Python-native workflow orchestration for data, ML, and agents — turn functions into observable, retryable flows with scheduling, and a managed control plane plus MCP gateway.","website":"https://www.prefect.io","docs_url":"https://docs.prefect.io","signup_url":"https://app.prefect.cloud","pricing_model":"freemium","pricing_note":"Free Hobby tier (2 users, 5 workflows); Starter $100/mo; Pro ~$500/mo; seat-based, no per-task charges","auth_type":"api-key","agent_signup":"self-serve-instant-key","agent_signup_note":"Free Hobby account creates an API key instantly; service accounts (paid tiers) give non-human tokens for CI/CD automation.","mcp_server":"","sdks":["Python","REST"],"code_sample":"{\"lang\":\"python\",\"code\":\"from prefect import flow, task\\n\\n@task(retries=3)\\ndef extract():\\n    return [1, 2, 3]\\n\\n@flow\\ndef pipeline():\\n    return sum(extract())\\n\\nif __name__ == \\\"__main__\\\":\\n    pipeline()\"}","tags":["orchestration","python","data-pipelines","ml","scheduling"],"useCases":[],"codeSample":{"lang":"python","code":"from prefect import flow, task\n\n@task(retries=3)\ndef extract():\n    return [1, 2, 3]\n\n@flow\ndef pipeline():\n    return sum(extract())\n\nif __name__ == \"__main__\":\n    pipeline()"},"oneLiner":"Python-native workflow orchestration for data, ML, and agents — turn functions into observable, retryable flows with scheduling, and a managed control plane plus MCP gateway.","docsUrl":"https://docs.prefect.io","signupUrl":"https://app.prefect.cloud","pricingModel":"freemium","pricingNote":"Free Hobby tier (2 users, 5 workflows); Starter $100/mo; Pro ~$500/mo; seat-based, no per-task charges","authType":"api-key","agentSignup":"self-serve-instant-key","agentSignupNote":"Free Hobby account creates an API key instantly; service accounts (paid tiers) give non-human tokens for CI/CD automation.","mcpServer":""}