Skip to main content

Enterprise Tier

Project and data plane management

A project is the boundary that keeps one team's or one application's setup separate from the next, and a data plane is the capacity that runs it. These guides cover the operator tasks for both: creating isolated projects, provisioning the gateways that serve them, deploying the data planes that host those gateways, and moving runtimes between data planes without disruption.


Three objects underpin every guide in this section. A short definition of each follows; 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. A project has no endpoint until a gateway is bound to 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.