(ctx context.Context, arg InsertMemoryResourceMonitorParams)
| 962 | InsertLicense(ctx context.Context, arg InsertLicenseParams) (License, error) |
| 963 | InsertMCPServerConfig(ctx context.Context, arg InsertMCPServerConfigParams) (MCPServerConfig, error) |
| 964 | InsertMemoryResourceMonitor(ctx context.Context, arg InsertMemoryResourceMonitorParams) (WorkspaceAgentMemoryResourceMonitor, error) |
| 965 | // Inserts any group by name that does not exist. All new groups are given |
| 966 | // a random uuid, are inserted into the same organization. They have the default |
| 967 | // values for avatar, display name, and quota allowance (all zero values). |
no outgoing calls