Skip to main content
POST
Get Forge Github Install Link Endpoint

Body

application/json

Request to create a GitHub App installation link.

return_to
string | null

URL to return to after completing the GitHub App installation.

Response

Successful Response

Engine GitHub App connect-link response. Returned by /forge/github/install. install_url is now the OAuth authorize URL — the user lands on GitHub OAuth first, the callback enumerates what they can actually see, and either auto-routes to a fresh install or shows a server-rendered picker. Field name kept for backwards compatibility with the FE, but the contents changed.

install_url
string
required