Skip to content

Inline Profiles

Teams defined directly in the organization config file.

org-config.json
{
"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.