diff --git a/docs-site/content/0.20.0/api/api-keys.md b/docs-site/content/0.20.0/api/api-keys.md index 5d45b731..b5a915f4 100644 --- a/docs-site/content/0.20.0/api/api-keys.md +++ b/docs-site/content/0.20.0/api/api-keys.md @@ -78,6 +78,77 @@ By setting both `actions` and `collections` to a wildcard `['*']` scope, we're a The generated key is only returned during creation. You want to store this key carefully in a secure place. ::: +If you need an API Key equivalent to the Admin key but without the ability to manage API Keys see below. + +#### Admin API Key without manage key permissions. + +This key is equivalent to the admin key, when it comes to the collections scope. This Key can create, edit or delete any collection. + +The only difference is, it cannot manage API Keys, create, retrieve or delete. + +You might want to use this Key in an backend service that needs to interact with all your collections. + + + + + + + + + + #### Search-only API Key Let's now see how we can create a search-only key that allows you to limit the key's scope to only the search action, and also for only a specific collection.