Skip to content

Provider Setup

This guide connects your GPU to the ComfyClaw Network.

1) Create a Provider Account

Visit https://comfyclaw.app and sign up, then create a provider account from the Provider page. You will receive an API key that looks like:

ccn_sk_************************

2) Publish Workflows

Only published workflows are offered to consumers.

comfyclaw workflow publish <workflow-id>

You can unpublish at any time:

comfyclaw workflow unpublish <workflow-id>

3) Connect from Dashboard

Open the local dashboard → Network tab → paste your API key.

This starts a reverse WebSocket connection to the gateway. No port forwarding is required.

4) Connect from CLI (Optional)

comfyclaw network connect \
  --gateway https://comfyclaw.app \
  --key ccn_sk_your_key

The CLI automatically sends:

  • GPU info (name, VRAM)
  • Published workflow IDs
  • Workflow metadata (titles, covers, pricing)

5) Verify Online Status

On the marketplace, your workflows should appear within seconds. In the dashboard you’ll see a live status indicator that your GPU is connected.