Bitbucket - App Password deprecation in favour of API Tokens

Description of the feature request

Bitbucket App Passwords is deprecated and cannot be created anymore. They will stop working June/2026. Currently, the only 2 ways to authenticate via Bitrise UI are:

  • SSH (but from Bitbucket Cloud, this is for read-only access)
  • App Password (gives read-write access, but cannot be created anymore)

Would it be possible to support Bitbucket API Tokens, please?

Use case / for what or how I would use it

My pipeline registers tags in the repository automatically, so I need write access to my repo hosted on Bitbucket Cloud.