Code Fundi
Key points: Code Fundi turns any repository into a searchable, blast-radius-aware codebase map. Use the web app, MCP, or editor extension, and automate the same capabilities with the V2 HTTP API.
Code Fundi is The Codebase Map for AI Agents, Teams and Applications. Stop agents from silently breaking code they never touched: index a repo once, then search logic, map dependencies, and inspect the blast radius of every change.
What you can do
| Capability | In the product | API |
|---|---|---|
| Semantic and grep search | Search on /search | POST /v2/search (chat: false) |
| Search plus grounded AI | Research on /research | POST /v2/search (chat: true, NDJSON) |
| Blast-radius impact | Blast radius on /blast | POST /v2/repos/{repo_id}/radius |
| Index a repository | Index codebase | POST /v2/repos/index/new |
| LLM-ready Markdown context | Repo to Markdown | GET /v2/repos/{repo_id}/blueprint, GET /v2/files/... |
Plans, credits, and limits
Plans (FREE, DEV, STARTUP, PRO, ENTERPRISE) control history depth, indexing caps, documentation depth, search behaviour, and credit consumption. Read Credits and tiers.
Where to go next
Last updated on