Skip to content

Checking NordRouter via Yaak

  1. Create a workspace and a new HTTP request.
  2. Method: POST.
  3. URL: https://nordrouter.com/v1/chat/completions.
  4. In Auth, select Bearer and paste sk-nr-….
  5. Body → JSON:
json
{
  "model": "anthropic/claude-sonnet-4.6",
  "messages": [{ "role": "user", "content": "Привет!" }]
}

Yaak will automatically add Content-Type: application/json. The key can be placed in an environment variable so as not to store it in the exported workspace.

Official website:Yaak.

All programs