auth_status
Check Comfy Cloud credential status before running workflows with partner-API nodes to self-diagnose auth issues. Read-only; returns whoami payload and flags, never secrets.
Instructions
Comfy Cloud credential status for partner-API nodes (read-only; never returns secrets).
Wraps comfy cloud whoami. Call before running a workflow whose nodes hit
partner APIs (Seedream / Veo / Kling / Gemini / …) to self-diagnose.
Returns comfy-cli's whoami payload as-is (signed_in, auth_method,
api_key_source, base_url, plus expired/session/
stale_base_url when a session exists — session already redacted
upstream) plus registration_env_key_present.
BLIND SPOT: a COMFY_API_KEY in the MCP client's registration env is NOT
reflected in api_key_source — whoami inspects only the cloud-purpose key
slot. registration_env_key_present (bool presence only, never the value)
covers that path and is ALWAYS a TOP-LEVEL key in the returned mapping; on
the rare non-dict whoami payload it is the raw payload, not the flag, that
nests — under whoami.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||