+ We strongly recommend a Granola workspace API key. Workspace keys can + read public notes and spaces where "Allow Granola API + access" is enabled. New spaces enable API access by default, so + admins should review space settings before connecting. +
++ You can also use a personal API key with Public notes selected and + Personal notes left unchecked. +
+ {allowBlankApiKey ? ( ++ Leave blank to keep the existing API key. +
+ ) : null} + {fieldErrors.apiKey ? ( +{fieldErrors.apiKey[0]}
+ ) : null} +{formError}
+ ) : null} + > + ); +} + function GrafanaConnectionFields({ form, fieldErrors, @@ -1119,6 +1205,14 @@ export function Integrations() { Partial