Skip to main content
RunComfy’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

Get your API key from the Profile page (click your profile icon in the upper-right). Alt RunComfy Profile Button Then find API Token under Account. Alt RunComfy API Token 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.