Return the dependency graph for a connected org.
Without root: full graph for the org.
With root=<repo_id>: subgraph anchored at that repo, including up to
depth hops in both directions (upstream + downstream). Designed for AI
coding agents that want a focused neighbourhood instead of the whole org.
Nodes are repositories; edges are resolved dependencies from the most recent completed scan. Format is G6-compatible.
Documentation Index
Fetch the complete documentation index at: https://docs.riftmap.dev/llms.txt
Use this file to discover all available pages before exploring further.
Optional repository ID to anchor a subgraph view. When set, the response is limited to the root plus its upstream and downstream neighbours within depth hops. Omit for the full org graph.
BFS depth from root in each direction. Ignored when root is omitted.
1 <= x <= 10Minimum edge confidence to traverse during subgraph BFS. Ignored when root is omitted.
0 <= x <= 1