v1

latestSwagger 2.0MIT2026-08-06120162320.1 KB
app-setup

Add an SSH-key to a specific app

Add an SSH-key to a specific app. After creating an app, you need to register the SSH key so that Bitrise will be able to access and clone your repository during the build process. This requires the app slug of your newly created app.

post/apps/{app-slug}/register-ssh-key

Path parameters

app-slugstring required

App slug

Request body

auth_ssh_private_keystring required

The private part of the SSH key you would like to use

auth_ssh_public_keystring required

The public part of the SSH key you would like to use

is_register_key_into_provider_serviceboolean

If it's set to true, the provided SSH key will be registered at the provider of the application

Response

OK

statusstring