Good question, yes.
I don't. All the developers have already done that manually, so we clone the repositories over ssh. But I can not currently require them to also create an HTTP password or an access token for tool use.
So my tool starts with SSH access and would like to call the submitted_together API, which is not currently available in the SSH API,
and I think the shortest path to that is to use an ephemeral access token, that we can generate over SSH, then call the REST API and cleanup the access token.
If we had submitted together over SSH I could use that directly, but I do think that is a larger lift than this.
I could take a look if you think it is a good idea and would prefer that I did the work.
Thanks