Hugging Face
Where to issue a Hugging Face access token and connect it to Nora.Hugging Face integrations let your agents query the Inference API, push to model/dataset repos, and fetch private model weights.
Where to apply for credentials
Hugging Face Access Tokens
1
Sign in
Open huggingface.co and sign in.
2
Create a token
Settings → Access Tokens → New token. Pick: - Read — for inference API calls + downloading
public/private models you have access to. - Write — additionally allows pushing to your repos.
3
Copy the token
Starts with
hf_....Connect in Nora
Paste the token, optionally set a default model ID (e.g.meta-llama/Llama-3-8B-Instruct), and click Connect. Nora calls GET https://huggingface.co/api/whoami-v2 and reports your username on success.

