Create an autolink
documentedCreate an autolink between a code reference and a database reference.
POST /repos/{owner}/{repo}/autolinksRepositoriesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.github.com/repos/{{$owner}}/{{$repo}}/autolinks" \
-X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "User-Agent: keychains" \
-d '{"key_prefix":"{{$key_prefix}}","url_template":"{{$url_template}}","is_alphanumeric":{{$is_alphanumeric}}}'