Connecting
In the dashboard, open Connectors, find Higgsfield and press Connect. The key you enter is checked against Higgsfield before anything is saved, so a key that is refused never becomes a connection that fails later.What you will need
Getting the credential
- Sign in at higgsfield.ai and open the API section
- Create an API key — you get a key id and a key secret, and this connector needs both
- Paste both into the connector
Notes
- Everything is asynchronous. Starting a job returns a
request_idandstatus: "queued". Callget_request_statusuntil the status iscompleted. Jobs can also endfailed,canceledornsfw. - Finished media is copied onto BoostGPT storage, so the link the agent hands back keeps working. Higgsfield keeps its own outputs for about seven days.
- Authentication uses both halves of the key: the header is
Key <id>:<secret>.