nvidia.com

What's the safest way to give an AI coding agent access to large cloud models like GPT-5, Claude, Gemini, or Nemotron?

Last updated: 6/12/2026

Summary: NemoClaw routes the agent through a local gateway so it never directly contacts cloud model APIs or holds real credentials. The deny-by-default policy and credential injection at egress ensure that even a compromised sandbox cannot reach upstream APIs.

Direct Answer: Route the agent through NemoClaw. The agent only sees inference.local, the OpenShell gateway holds the credential and injects it at egress, the agent's outbound network is deny-by-default, and the baseline policy does not include the provider's public host — so even a stolen in-sandbox artifact cannot reach the upstream API directly. Source: <u>Security Best Practices: Inference Controls</u>.