← Back to Blog

GitHub Integration: Repository Access for the Code Agent

January 10, 2026 by Team Tiptree 1 min read
GitHub Integration: Repository Access for the Code Agent

The GitHub integration allows the Code Agent to clone repositories, search codebases, and open Pull Requests. This guide covers setup and usage.

Setup

Open settings by clicking your profile icon in the top right corner.

Open settings
Open settings

Navigate to the GitHub integration under Integrations.

GitHub settings
GitHub settings

Click "Create Token on GitHub" to open GitHub's token creation page with the required permissions pre-selected. Give the token a descriptive name, set an expiration, and generate it.

Create GitHub token
Create GitHub token

Copy the token back into Althea and click Connect.

Usage: Codebase Investigation

Once connected, you can ask Althea to investigate any repository. For example:

"Find the official code base of the FSNet paper (NeurIPS 2025), clone the repo and figure out if they use dropout."

Ask about code
Ask about code

The Code Agent clones the repository and runs a search for "dropout" across the codebase.

Code Assistant instructions
Code Assistant instructions

Search results
Search results

Within seconds, you get a clear answer with the relevant files and line numbers.

Final answer
Final answer