Is it possible to create a new project and api key form node js server
TL;DR
Developers cannot create projects using API keys as they are project-specific. Only console users have this access. To create a new project and API key from a Node.js server, you need to authenticate the request through the console user's credentials or use a different method.
Steven
11 Oct, 2024, 21:44
No it is not as API keys grant access in a particular project.
Only Console users have access to create projects.