# Playbook Docs ## Docs - [Overview](https://docs.playbook3d.com/api-reference/overview.md): Playbook 3D is a generative media platform designed for running ComfyUI in the cloud, enabling users to build, manage, and deploy AI workflows as scalable, serverless APIs or shareable playgrounds. - [Run Workflow by ID](https://docs.playbook3d.com/api-reference/run/run-workflow-team_id.md): Enqueues or starts a run of the given workflow ID under the specified team and run ID. The `origin` field determines the calling context (e.g. '2' for Unity). - [Get Run Result by Run ID](https://docs.playbook3d.com/api-reference/run_workflow/get-run-result_id.md): Returns a signed URL (or other info) for the output associated with a given run ID. - [Get Run IDs](https://docs.playbook3d.com/api-reference/run_workflow/get_run_id.md): Returns a fresh run_id (UUID) that you can use to identify or track a workflow execution. - [Get Runs](https://docs.playbook3d.com/api-reference/runs/get-runs.md): Gets playbook runs. - [JS SDK](https://docs.playbook3d.com/api-reference/sdk-libraries/sdk-js.md) - [Python SDK](https://docs.playbook3d.com/api-reference/sdk-libraries/sdk-python.md) - [Unity SDK](https://docs.playbook3d.com/api-reference/sdk-libraries/sdk-unity.md) - [Get Teams](https://docs.playbook3d.com/api-reference/teams/get-teams.md): Returns a list of all teams associated with the authenticated user. - [Upload Image](https://docs.playbook3d.com/api-reference/uploads/post-image.md): Uploads image to playbook server - [Upload Video](https://docs.playbook3d.com/api-reference/uploads/post-video.md): Uploads video to Playbook3d's servers - [Get Users](https://docs.playbook3d.com/api-reference/users/get-users.md): Gets the current Playbook User - [Cancel Workflow Run](https://docs.playbook3d.com/api-reference/workflows/cancel-team_id-run_id.md): Cancels an ongoing workflow run - [Delete Workflows by ID](https://docs.playbook3d.com/api-reference/workflows/delete-workflows-workflow_id.md): Deletes the specified workflow by ID (could be a soft-delete or permanent, depending on server logic). Requires both JWT and x-api-key. - [Get Workflows](https://docs.playbook3d.com/api-reference/workflows/get-workflows.md): Retrieves all workflows associated with the current user or their teams. - [Get Workflows by ID](https://docs.playbook3d.com/api-reference/workflows/get-workflows-workflow_id.md): Retrieves a single workflow record by ID. Requires both JWT and x-api-key. - [Patch Workflows by ID](https://docs.playbook3d.com/api-reference/workflows/patch-workflows-workflow_id.md): Updates fields of a workflow specified by workflow_id. Requires JWT and x-api-key. - [Post Workflows](https://docs.playbook3d.com/api-reference/workflows/post-workflows.md): Creates a new workflow associated with the specified team (and owned by the user sending the request). - [Collaboration & Sharing](https://docs.playbook3d.com/platform/get-started/collaboration-sharing.md): Playbook is optimized for team collaboration. Teams give you access to a dedicated environment where you can create, structure, and organize your ComfyUI workflows, LoRAs, and results. - [Import ComfyUI Workflow (Coming soon)](https://docs.playbook3d.com/platform/get-started/import-comfyui.md) - [Introduction to Playbook 3D](https://docs.playbook3d.com/platform/get-started/introduction.md) - [Subscription Plans](https://docs.playbook3d.com/platform/get-started/subscription-plans.md) - [Blender Add-On](https://docs.playbook3d.com/platform/integrations/blender.md): Playbook's Blender Plugin streams render passes (depth, beauty, mask, outline) from Blender into ComfyUI Workflows. - [Houdini (Coming Soon)](https://docs.playbook3d.com/platform/integrations/houdini.md): Integrating Houdini with ComfyUI. ## OpenAPI Specs - [openapi](https://docs.playbook3d.com/openapi.json) ## Optional - [GitHub](https://github.com/playbook3d) - [Community](https://discord.gg/FDFEa836Pc)