Skip to main content

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.

Returns the current GitHub App connection status for the authenticated user.

Authentication

Requires a valid Bearer token.

Response

connected
boolean
required
Whether at least one GitHub App installation is connected.
installations
array
required
GitHub App installations connected to the authenticated user.
{
  "connected": true,
  "installations": [
    {
      "installation_id": 12345678,
      "account_login": "my-org",
      "account_type": "Organization",
      "connected_at": "2026-05-15T19:00:00Z"
    }
  ]
}

Errors

StatusDescription
401Unauthorized — missing or invalid token