Skip to main content
With the HF integration enabled (server-side FORGE_HF_OAUTH_* configuration), the platform works with per-user HF identities — no more sharing a single team token.

What it enables

1

Open the HuggingFace page

Console sidebar → HuggingFace (/integrations/hf). The entry is hidden when the integration is not enabled.
2

OAuth authorization

Read-only scopes by default (read-repos, gated-repos). Once the platform enables write access (FORGE_HF_OAUTH_WRITE_ENABLED=true), re-authorize to obtain the push scope.

On the CLI side

The --push-repo repo name is strictly validated (org/name form, preventing option injection); a failed push does not affect the local export artifact.