Create an API key for CI and not tied to a user?

I have an API key which is used to create deploys/releases.

We had to create a fake user account in order to have this API key not tied to the specific user account of whoever created.

Is it not possible to create an API key connected to the org or project? The key goes into our CI server.

We’re working on something which will let you create org-coupled tokens, but it’s not ready for prime time yet. The best solution currently is to create a dummy user on your account and utilize that. We know it’s not a great solution though, so apologies in advance!