Your First Sandbox
The
-- separator is for the reader to visually separate nono flags from the command and its arguments. It’s not strictly required if there is no ambiguity, but it’s a good habit to get into to avoid mistakes as you add more flags.Pre-Built Profiles
To get you going quickly, we provide pre-built profiles for popular AI agents and tools. These profiles bundle the right permissions for each tool, so you can get up and running with a single command. Just search for your favorite coding agent from the registryIf the agent you want to use cannot be found, create an issue to request consideration for adding it to the registry, or better yet, fork an existing profile and submit a PR with the new agent profile! See Profiles & Groups for details on how to create your own profiles.
Build your own profile
It’s likely that you are going to want to customize the pre-built profiles or create your own for different tools and needs. You can do this easily withnono profile init which will create a new profile based on an existing one, with the option to customize it interactively.
--profile claude just like the pre-built ones.
From here, move to Profiles & Groups for more indepth details on how to create and manage profiles, groups, and the policy engine.
Next Steps
- CLI Reference - Complete flag documentation
- Examples - Common usage patterns