Skip to main contentRunComfy’s API endpoints require Bearer token authentication for secure access. Include your API key in the Authorization header like this: Authorization: Bearer YOUR_API_KEY
Get an API Key
Sign in to RunComfy, click your avatar in the top‑right.
Then find API Token under Account.
If you Regenerate your API key, the old key is revoked immediately, update all integrations and deployment environments accordingly.
Protect your API key by keeping it out of client-side environments such as browsers, mobile apps, or GUI tools. Instead, route requests through a server-side proxy to keep the key safe and follow best practices for API integrations.