Skip to content

Verificare NordRouter con Yaak

  1. Crea un workspace e una nuova richiesta HTTP.
  2. Metodo: POST.
  3. URL: https://nordrouter.com/v1/chat/completions.
  4. In Auth seleziona Bearer e inserisci sk-nr-….
  5. Body → JSON:
json
{
  "model": "anthropic/claude-sonnet-4.6",
  "messages": [{ "role": "user", "content": "Ciao!" }]
}

Yaak aggiunge automaticamente Content-Type: application/json. Puoi salvare la chiave in una variabile d'ambiente per non includerla nel workspace esportato.

Sito ufficiale: Yaak.

Tutti i programmi