system

Get enabled feature flags

Returns a dictionary of feature flag names to their enabled state. Cloud deployments may include additional typed fields alongside the boolean flags.

get/api/features

Response

Feature flags

max_upload_sizeinteger

Maximum file upload size in bytes.

free_tier_creditsinteger nullable

[cloud-only] Credits available to free-tier users. Local ComfyUI returns null.

posthog_api_hoststring uri nullable

[cloud-only] PostHog analytics proxy URL for frontend telemetry. Local ComfyUI returns null.

max_concurrent_jobsinteger nullable

[cloud-only] Maximum concurrent jobs the authenticated user can run. Local ComfyUI returns null.

workflow_templates_versionstring nullable

[cloud-only] Version identifier for the workflow templates bundle. Local ComfyUI returns null.

workflow_templates_source'dynamic_config_override' | 'workflow_templates_version_json' nullable

[cloud-only] How the templates version was resolved. Local ComfyUI returns null.

Changes