Can I set API Key by myself instead of obtaining it from UI?
API Key can be obtained from UI /settings/api
. But is it possible to set it with config or environment variable by owner? That would be more convenient for CI/CD.
Can I set API Key by myself instead of obtaining it from UI?
API Key can be obtained from UI /settings/api
. But is it possible to set it with config or environment variable by owner? That would be more convenient for CI/CD.
Hi @perseus-algol The only supported way to get your API key is through the UI.
I’ll move this over to feature requests for now - could you also give some details as to why this would be more convenient for you and your use case? That would help the product team
Sure. The use case is following. I want to setup n8n with services, accessing n8n REST API with CI/CD. And I want this system just work right after deployment without any extra actions in UI.