Complete these steps in the Scalekit dashboard before using this app. Full order: Scalekit connector → GitHub OAuth callback → user verification → env vars → deploy.
GITHUB_CONNECTION_NAME. In GitHub's OAuth App settings, set Authorization callback URL to the Redirect URI shown on the Scalekit connection — not this app's URL.Configure these on Render (or in a local .env for development). See the README for least-privilege OpenAI key setup.
SCALEKIT_ENVIRONMENT_URL, SCALEKIT_CLIENT_ID, and SCALEKIT_CLIENT_SECRET.OPENAI_API_KEY and OPENAI_MODEL (default gpt-4.1-mini). Leave OPENAI_BASE_URL empty for OpenAI direct. For a proxy, set OPENAI_BASE_URL and use the proxy token as the key.SESSION_SECRET with openssl rand -hex 32. On Render, render.yaml auto-generates this.Connect your GitHub account once. The app links your session to your OAuth token — no user ID field.
Paste a GitHub repository URL or an owner/repo value. Public repositories work with any connected account. Private repositories require access.
Resources Scalekit Docs Connectors Examples Deploy to Render