These endpoints proxy GitHub through BuildPixel’s backend, using the org’s GitHub App installation. The dashboard uses them during project creation; you can call them directly if you’re scripting.Documentation Index
Fetch the complete documentation index at: https://docs.buildpixel.io/llms.txt
Use this file to discover all available pages before exploring further.
GET /github/repos/:installationId
List repositories the App can see.
GET /github/branches/:installationId
List branches for a repo.
Query params:
repoFullName=mystudio/mygame(required)q=<text>— branch name search
GET /github/uproject/:installationId
Detect the .uproject file and parse its key fields.
Query params:
repoFullName=mystudio/mygame(required)branch=main(optional, default branch if omitted)
404 uproject_not_found— no.uprojectat depth ≤ 3409 multiple_uprojects— multiple matches; pick one and passuprojectPathexplicitly when creating the project