You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Engineering Loop on loop authenticates to OpenRouter with the "NOC Agent" key (its openrouter_api_key in Vault kv/engineering-loop is the NOC key). Observed during the launch-proof dogfood: the loop's runs 402'd on the NOC Agent key's daily limit, and raising the NOC key's quota unblocked the loop.
Why it matters
Quota contention: loop runs (multi-minute, high-token coding passes) and the noc-agent investigation traffic share one daily spend cap; either can starve the other.
The Engineering Loop on
loopauthenticates to OpenRouter with the "NOC Agent" key (itsopenrouter_api_keyin Vaultkv/engineering-loopis the NOC key). Observed during the launch-proof dogfood: the loop's runs 402'd on the NOC Agent key's daily limit, and raising the NOC key's quota unblocked the loop.Why it matters
Ask
kv/engineering-loopasopenrouter_api_key(replacing the NOC key there); leave the NOC Agent key tokv/noc-agent.Acceptance
loopandnocuse distinct OpenRouter keys; a loop run cannot consume noc-agent's daily budget (and vice versa).