For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
  • About NVIDIA OpenShell
    • Overview
    • How It Works
    • Installation
    • Container Gateway
    • Supported Agents
    • Release Notes
  • Get Started
    • Quickstart
    • Tutorials
  • Manage OpenShell
    • Sandboxes
    • Gateways
    • Providers
    • Providers v2
    • Policies
    • Policy Advisor
    • Inference Routing
  • Providers
    • Google Vertex AI
  • Observability
    • Accessing Logs
    • Logging
    • OCSF JSON Export
  • Kubernetes
    • Setup
    • Managing Certificates
    • Ingress
    • Access Control
    • OpenShift
  • Reference
    • Gateway Auth
    • Default Policy
    • Policy Schema
    • Compute Drivers
    • Gateway Config
    • Support Matrix
  • Security
    • Security Best Practices
  • Resources
    • License
NVIDIANVIDIA
Developer-friendly docs for your API
Privacy Policy | Your Privacy Choices | Terms of Service | Accessibility | Corporate Policies | Product Security | Contact

Copyright © 2026, NVIDIA Corporation.

LogoLogoOpenShell
About NVIDIA OpenShell

Supported Agents

||View as Markdown|
Previous

Running the Gateway as a Container

Next

NVIDIA OpenShell Release Notes

The following table summarizes the agents that run in OpenShell sandboxes. Most agent sandbox images are maintained in the OpenShell Community repository. Agents in the base image are auto-configured when passed as the trailing command to openshell sandbox create.

AgentSourceDefault PolicyNotes
Claude CodebaseFull coverageWorks out of the box. Requires ANTHROPIC_API_KEY for direct Anthropic access, or use inference.local with a configured provider (e.g. Vertex AI).
OpenCodebasePartial coveragePre-installed. Use ANTHROPIC_BASE_URL="https://inference.local/v1" with a configured provider. Add opencode.ai endpoint and OpenCode binary paths to the policy for full functionality.
CodexbaseNo coveragePre-installed. Requires a custom policy with OpenAI endpoints and Codex binary paths. Requires OPENAI_API_KEY.
GitHub Copilot CLIbaseFull coveragePre-installed. Works out of the box. Requires GITHUB_TOKEN or COPILOT_GITHUB_TOKEN.
OpenClawNemoClawBlueprint-managedRun OpenClaw more securely inside NVIDIA OpenShell with managed inference using NemoClaw.
OllamaollamaBundledRun cloud and local models. Includes Claude Code, Codex, and OpenCode. Launch with openshell sandbox create --from ollama.
PipiBundledComes with Pi pre-installed. Launch with openshell sandbox create --from pi.

For base image details and --from usage, refer to Sandboxes.

For a complete support matrix, refer to the Support Matrix page.