Skip to Content
Code Fundi for VS Code · Cursor: install the extension →
DocsIntroduction

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

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.

Code Fundi codebase observability

What you can do

CapabilityIn the productAPI
Semantic and grep searchSearch on /searchPOST /v2/search (chat: false)
Search plus grounded AIResearch on /researchPOST /v2/search (chat: true, NDJSON)
Blast-radius impactBlast radius on /blastPOST /v2/repos/{repo_id}/radius
Index a repositoryIndex codebasePOST /v2/repos/index/new
LLM-ready Markdown contextRepo to MarkdownGET /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