# Create RBAC role Create a new RBAC role for a platform. Endpoint: POST /api/core/rbac/roles/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Request fields (application/json): - `name` (string, required) - `platform_key` (string, required) Platform key where this role belongs - `actions` (array, required) List of actions/permissions this role can perform (e.g., ['Ibl.Mentor/Settings/read', 'Ibl.Mentor/Settings/write']) ## Response 201 fields (application/json): - `id` (integer, required) - `name` (string, required) - `platform` (object, required) Platform information (read-only) - `platform.key` (string, required) The platform key - `platform.name` (string,null) The name of the platform - `actions` (array, required) List of actions/permissions this role can perform (e.g., ['Ibl.Mentor/Settings/read', 'Ibl.Mentor/Settings/write'])