Resolve an agent-supplied identifier to a Riftmap repository row.
Designed for AI coding agents and CI integrations: an agent in
github.com/myorg/repo can ask Riftmap for the matching repository
without enumerating the workspace. Provide exactly one of url or
full_path.
URL matching first attempts a normalised clone_url match, then falls
back to the org/repo segment of the URL against full_path. Returns
409 if more than one repo matches.
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.
Git remote URL (https or ssh form, with or without .git suffix).
Repository full path within its host (e.g. 'myorg/repo'). Case-insensitive.
Successful Response
Basic repository record.