x-cpod-domain: apps
Apps
App identity registry, admin catalog RBAC (roles + group mappings), and runtime install view for effective permissions.
8 tables·client.apps
Tables
Click a table for its schema and APIApp
5fA registered application identity with its own app_id used for MCP tool registration.
/api/v1/appsregistermeregisterToolslistToolsCatalogApp
4fAdmin catalog app with roles[] and requested_permissions. Use create/list for setup; distinct from apps.register identity.
/api/v1/appscreatelistRoleMappings
3fTenant group/user → in-app role mappings on the install document.
/api/v1/apps/{appId}/role-mappingsgetRoleMappingssetRoleMappingsAppInstallView
4fRuntime effective role and permissions for the calling user (after setup). Query by app_code.
/api/v1/app-installgetInstallViewAppContext
3fShort-lived signed platform context for app runtime / MCP.
/api/v1/apps/{appId}/contextmintContextAppReconsent
2fApprove pending permission-expansion reconsent for a tenant install.
/api/v1/apps/{appId}/reconsentapproveReconsentAppInstallsDashboard
2fCross-tenant installs view (global_admin).
/api/v1/apps/{appId}/installslistInstallsAppMcpTool
5fAn MCP tool registered under an application identity.
/api/v1/apps/{appId}/mcp/toolsregisterToolslistTools