Create a custom role in Comp AI. Create custom roles and resolve permission sets for organization-level access control.
Documentation Index
Fetch the complete documentation index at: https://www.trycomp.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication
Name of the custom role
2 - 50"Compliance Lead"
Permissions for the role. Keys are resource names, values are arrays of allowed actions.
{
"control": ["read", "update"],
"policy": ["read", "update"],
"risk": ["read"]
}Obligations for the role. Boolean flags for requirements like compliance.
{ "compliance": true }