I'd like to be able to create an API key that is independent of my personal user account, so that we can:
  • not break integrations as people join / leave team
  • be able to rotate API keys on a regular basis for better security
  • have different API keys per integration to be able to disable one API key without breaking other integrations
Thanks