Quick Start
Get ArchGraph running in 5 minutes.
1. Sign up
Go to archgraph.dev and sign up with your GitHub account.
2. Connect a repository
From the dashboard, click Connect Repository. You can either:
- Private repo: Install the ArchGraph GitHub App on your repository
- Public catalog: Browse and connect popular open-source repos instantly
3. Wait for extraction
ArchGraph clones your repo, parses the code with tree-sitter, resolves call chains with SCIP (Pro plan), and imports everything into the knowledge graph.
| Repo size | Extraction time |
|---|---|
| < 10K LOC | ~1-5 seconds |
| 10-50K LOC | ~10-30 seconds |
| 50-200K LOC | ~30-120 seconds |
| 200K+ LOC | ~2-5 minutes |
4. Create an API key
Go to Dashboard > API Keys and click Create API Key. Copy the key -- it will only be shown once.
5. Connect your AI agent
See Connect an Agent for setup instructions for Claude, Cursor, and Windsurf.
What's next?
- Example Queries -- Common questions to ask
- MCP Tools -- Full tool reference
- Supported Languages -- Language support details