Skip to main content

Enterprise Tier

Project and data plane management

Isolated projects are created here, the gateways that serve them are provisioned, the data planes that host those gateways are deployed, and runtimes are moved between data planes without disruption. Models must be enabled in the organization catalog before they can be granted to a project; that catalog work is covered in Provision models and providers.


Three objects underpin these guides; the full treatment is in Key concepts and Planes and core components.

  • A project is the logical boundary that owns models, API keys, Model Context Protocol (MCP) servers and profiles, routing and policy, budgets, and members. It is also the isolation boundary: each project sees and serves only its own configuration.
  • A gateway is a single inference endpoint (one customer-facing URL) provisioned by a data plane and mapped to exactly one project. By default a project gets one gateway when a data plane is selected; on Enterprise, additional gateways can optionally be attached for high availability (see Gateway sets and DNS-level failover). A project has no endpoint until at least one gateway is provisioned for it.
  • A data plane is the layer, deployed in a Kubernetes cluster, that provisions and manages gateways. One data plane can host many gateways, and one management plane can manage many data planes.