Inline Profiles
Teams defined directly in the organization config file.
Configuration
Section titled “Configuration”{ "profiles": { "backend": { "description": "Backend team", "additional_plugins": ["java-tools@internal"] }, "frontend": { "description": "Frontend team", "additional_plugins": ["react-tools@internal"] }, "data": { "description": "Data engineering", "additional_plugins": ["python-tools@internal"] } }}Best for small organizations where centralized management is acceptable.