GitHub Integration
Link a GitHub repository to your Custom GPT via OpenAPI schema
Repository Details
Enter the GitHub repository you want to expose to your GPT.
Type 2+ characters to search GitHub. Add a token below to include private repos.
Required for private repositories. The token is stored securely and used only in the generated schema's bearer auth.
Select Operations
Choose which GitHub API operations your GPT can perform. 2 selected
Saved Integrations
Loading integrations…
How to use in OpenAI
- Save an integration and click the icon to view its schema.
- Copy the schema JSON.
- In your Custom GPT editor, go to Actions → Create new action.
- Paste the schema into the Schema field.
- If using a token, set Authentication to Bearer and enter your GitHub PAT.