---
title: "Mint a project-scoped GitHub App install URL"
method: POST
path: "/api/v1/projects/{projectId}/integrations/github/install-url"
tags: ["GitHub integration"]
---

# Mint a project-scoped GitHub App install URL

`POST /api/v1/projects/{projectId}/integrations/github/install-url`

Resulting install is bound to one project and is NOT listed by `GET /api/v1/integrations/github/installations`.

## Path parameters

- `projectId` string, uuid, required

## Response `200`

OK

- object
  - `install_url` string, uri, required

## Other responses

- `400` — Malformed input
- `401` — Missing / wrong-type / revoked token
- `404` — Resource not found in this org
- `503` — GitHub App not configured server-side

---

[API](https://skmtc.net/superlog/apis/superlog-management-api.md) · [All operations](https://skmtc.net/superlog/apis/superlog-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/superlog/superlog-management-api/revisions/2f60b7ba8dc6/schema)
