V2 HTTP API
Base URL: https://api.codefundi.app. Auth: header X-API-Key. Auth kickoff routes are documented under Authentication.
V2 is the codebase-map API: unified search (and research via chat: true), repository indexing, blast radius, blueprint / scope, file documentation, history, usage stats, and API keys.
Common query parameters:
| Parameter | Description |
|---|---|
limit | Page size (1–100, default 20) |
offset | Pagination offset (default 0) |
order_by | Sort field (per-route default) |
order | asc or desc |
Endpoint groups
Practical combinations
- Index → search: Repositories
POST /v2/repos/index/new→ poll status → Search withrepo_idsorrepo_urls. - Research: same as (1) with
chat: true; consume NDJSON. - Blast radius: Blast radius
POST …/radiusafter the repo is indexed (DEV plan or higher). - Markdown context: Blueprint + Files for LLM-ready docs.
Last updated on