> ## Documentation Index
> Fetch the complete documentation index at: https://docs.runaether.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Get GitHub Install URL

> Get the URL to install the GitHub App

Returns the URL to initiate the GitHub App installation flow. Redirect the user to this URL to connect their GitHub account.

## Authentication

Requires a valid Bearer token.

## Response

<ResponseField name="url" type="string" required>
  The GitHub App installation URL.
</ResponseField>

<ResponseExample>
  ```json 200 theme={null}
  {
    "url": "https://github.com/apps/aether-dev/installations/new"
  }
  ```
</ResponseExample>

## Errors

| Status | Description                             |
| ------ | --------------------------------------- |
| `401`  | Unauthorized — missing or invalid token |
