Skip to main content
PUT
Connect Hugging Face account

Authorizations

Authorization
string
header
required

API key with the vk_ prefix. Create one from the dashboard.

Body

application/json
token
string
required

Hugging Face access token (huggingface.co/settings/tokens) with write scope. Stored encrypted at rest; never returned by the API.

Response

Token validated against HF whoami and stored (encrypted). Jobs may now request hf_push.

configured
boolean
required
username
string | null

The HF account the token belongs to (from whoami at connect time).