← Back to registry

.well-known/code-graph discovery

Look up a repo's code-knowledge graph without parsing the full registry.json. This page is part of the Code-Knowledge-Graph Protocol (CKGP).

Add ?format=json to get the result as inline JSON.

How this works

  1. We first check our aggregator index at /.well-known/repos.json.
  2. If the repo isn't registered here, we probe the producer's own https://raw.githubusercontent.com/<owner>/<repo>/<branch>/.well-known/code-graph.json.
  3. If neither exists, you can add the repo.

Programmatic alternative for agents: curl -fsSL https://looptech-ai.github.io/understand-quickly/.well-known/repos.json