iblai-rbac
Installation
SKILL.md
iblai-rbac
Drive the organization's role-based access control from the API: define
roles and policies, attach them to groups and users, check permissions, share
agents and teams, and toggle what students may do — the org-wide "who can do
what" surface under …/dm/api/core/rbac/….
Auth & conventions
- Base URL:
https://api.iblai.app - Header:
Authorization: Api-Token $IBLAI_API_KEYon every request. - Path vars:
{org}=$IBLAI_ORG(a.k.a.platform_key),{username}=$IBLAI_USERNAME. - Not connected yet? Run
/iblai-loginfirst to populateIBLAI_ORG,IBLAI_USERNAME, andIBLAI_API_KEY. - The RBAC developer docs phrase auth as
Authorization: Token <key>— that is the same platform key; useApi-Token.