Kickstart API Key as KeyManager?
- 
 Hello, I can see on this page that a Key Manager only can be created with admin or kickstart. When I have a look at the kickstart docs, I cannot find how to do that. There are all other api key features explained, but not the keyManager setting. From the first page I can see in the return data of the api keys, which field must be set to do it, but this is only guessing and might be good to be clarified. 
- 
 Hiya, Thanks for letting us know. The way to have a keyManagerAPI key in kickstart is to add the"keyManager":trueattribute. I'll update the docs.For anyone else looking for this, here's a sample apiKeyskickstart section setting up akeyManagerkey:"apiKeys": [ { "key": "bf69486b-4733-4470-a592-f1bfce7af580", "description": "Standard development API key", "keyManager": true } ],
- 
 The doc has been updated and the website will be updated when it has been reviewed: https://github.com/FusionAuth/fusionauth-site/pull/1016 
