DevZero Logo
DevZero

Create a GitHub runner installation

Creates a GitHub runner installation for teams to use DevZero platform to run GitHub Actions

POST
/github/runners/teams/{team_id}/installations
/github/runners/teams/{team_id}/installations

Request Body

application/jsonOptional

regionstring

Region for the installation (defaults to first available if not provided)

Path Parameters

team_id
Required
string

team id

Header Parameters

Authorization
Required
string

sub claim pulled from the JWT that derives the user ID

curl -X POST "https://api.devzero.io/backend/v0/github/runners/teams/string/installations" \
  -H "Authorization: string" \
  -H "Content-Type: application/json" \
  -d '{
    "region": "string"
  }'

OK

{
  "region": "string"
}