Skip to content

Namespaces

Routeplane’s design uses namespaces to scope credentials, policies, and usage to a single deployment. The current local binary does not expose namespace-management commands or a hosted management API.

Use separate local configs, provider accounts, and daemon instances when you need hard separation between projects or environments. See the [CLI reference](/concepts/cli) for commands that ship today.

The intended isolation model remains useful when planning a local deployment: credentials should be least-privilege, and a workload should not be able to affect unrelated workloads. This page deliberately avoids command examples because the management surface is not available.