Foundry uses a two-level hierarchy to organize AI workloads:
| Concept | Purpose | Analogy |
|---|---|---|
| Hub | Top-level governance container. Manages shared resources, networking, RBAC, and policies | The IT department's control plane |
| Project | Isolated workspace for building AI apps. Contains deployments, agents, indexes, evaluations | A team's development environment |
Production Hub (Central IT manages) ├── Customer Service Project (CS team) ├── Internal Search Project (Platform team) └── Analytics Agent Project (Data team) Development Hub (Lower restrictions) ├── Sandbox Project (Anyone can experiment) └── POC Project (Innovation team)