---
title: "Get enabled feature flags"
method: GET
path: "/api/features"
tags: ["system"]
---

# Get enabled feature flags

`GET /api/features`

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

## Response `200`

Feature flags

- object
  - `max_upload_size` integer — Maximum file upload size in bytes.
  - `free_tier_credits` integer, nullable — [cloud-only] Credits available to free-tier users. Local ComfyUI returns null.
  - `posthog_api_host` string, uri, nullable — [cloud-only] PostHog analytics proxy URL for frontend telemetry. Local ComfyUI returns null.
  - `max_concurrent_jobs` integer, nullable — [cloud-only] Maximum concurrent jobs the authenticated user can run. Local ComfyUI returns null.
  - `workflow_templates_version` string, 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

- **2026-05-05** `0d50eed29d03` — 6 info
  - added the optional property `free_tier_credits` to the response with the `200` status
  - added the optional property `max_concurrent_jobs` to the response with the `200` status
  - added the optional property `max_upload_size` to the response with the `200` status
  - added the optional property `posthog_api_host` to the response with the `200` status
  - …2 more
- **2026-04-24** `a66055fa384e` — 4 warning, 5 info
  - the optional response header `Cache-Control` removed for the status `200`
  - the optional response header `Vary` removed for the status `200`
  - removed the optional property `max_upload_size` from the response with the `200` status
  - removed the optional property `supports_preview_metadata` from the response with the `200` status
  - …5 more

[Change history](https://skmtc.dev/comfy-org/apis/comfyui-api/changes/api/features/get.md)

---

[API](https://skmtc.dev/comfy-org/apis/comfyui-api.md) · [All operations](https://skmtc.dev/comfy-org/apis/comfyui-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/comfy-org/comfyui-api/revisions/09a5075587c8/schema)
