From f703baa8c182097ac1f3effd1daac3caa47c398c Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 02:43:56 +0000 Subject: [PATCH] Fix incorrect account URL in OpenAPI spec Update comfy.org/account to platform.comfy.org/profile/api-keys Generated-By: mintlify-agent --- openapi-cloud.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi-cloud.yaml b/openapi-cloud.yaml index f00c797e4..f61b6f241 100644 --- a/openapi-cloud.yaml +++ b/openapi-cloud.yaml @@ -2318,7 +2318,7 @@ components: name: X-API-Key description: | API key authentication. Generate an API key from your account settings - at https://comfy.org/account. Pass the key in the X-API-Key header. + at https://platform.comfy.org/profile/api-keys. Pass the key in the X-API-Key header. schemas: PromptRequest: type: object