Network Policies can be applied to Blueprints in two ways:Documentation Index
Fetch the complete documentation index at: https://docs.runloop.ai/llms.txt
Use this file to discover all available pages before exploring further.
- Build-time policy: Restricts network access during the blueprint build process
- Runtime policy: Applies to all Devboxes created from the blueprint
Build-time Network Policy
Apply a network policy during the blueprint build to restrict what the build process can access. This is useful when your build commands need to download packages from specific registries.The build-time
network_policy_id only affects the build process. It does not affect Devboxes created from the blueprint.Runtime Network Policy for Devboxes
To apply a network policy to all Devboxes created from the blueprint, setnetwork_policy_id in launch_parameters:
Using Both Build and Runtime Policies
You can use different policies for build and runtime:Devboxes can override the Blueprint’s runtime network policy by specifying a different
network_policy_id at creation time.Next Steps
- Manage blueprint lifecycle - Delete blueprints and configure launch parameters
- Learn more about Network Policies - Full documentation on network policy configuration
- Troubleshoot blueprint builds - Debug failed builds
