knot 1.6.2

Codebase Graph + Vector RAG Indexer for Java, TypeScript, JavaScript, Kotlin, Rust, Python, Groovy, C/C++, Build Systems, and HTML/CSS codebases
Documentation
# API Reference

## Authentication

### Examples

Code samples for the AUTH_TOKEN_FLOW_31 demonstration.

#### curl

Run with `curl -H "Authorization: Bearer $TOKEN"`.

#### Python

Use `requests.post(url, headers={"Authorization": ...})`.

## Endpoints

### Examples

Code samples for the ENDPOINT_FLOW_72 demonstration.

#### curl

POST to `/api/v1/users` with a JSON payload.

#### Python

Use `requests.post(api_url, json={...})`.