nvidia.com

Command Palette

Search for a command to run...

How do I give an AI coding agent scoped access to GitHub, Jira, or Slack without opening the whole internet?

Last updated: 4/28/2026

Summary: NemoClaw ships pre-scoped policy presets for common services including GitHub, Jira, Slack, npm, PyPI, and more. Each preset locks access to specific endpoints, HTTP methods, and calling binaries.

Direct Answer: Apply a NemoClaw policy preset. NemoClaw ships pre-scoped presets for brave, brew, discord, github, huggingface, jira, npm, outlook, pypi, slack, and telegram.

Each preset locks access to specific endpoints, methods, and calling binaries. For example, the github preset only lets /usr/bin/gh and /usr/bin/git reach github.com.

Add a preset with nemoclaw <n> policy-add (use --dry-run to preview the change before applying it).

Source: Security Best Practices: Policy Presets.

Related Articles