Checking NordRouter via Yaak
- Create a workspace and a new HTTP request.
- Method:
POST. - URL:
https://nordrouter.com/v1/chat/completions. - In Auth, select Bearer and paste
sk-nr-…. - 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.