Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.hoop.dev/docs/llms.txt

Use this file to discover all available pages before exploring further.

SSH Key Setup for GitHub

To access GitHub through Hoop, you need an SSH key registered with your GitHub account.

Generate SSH Key (if you don’t have one)

ssh-keygen -t rsa -b 4096 -f ~/.ssh/github_key -N ""

Register Key with GitHub

  • Go to GitHub Settings → SSH and GPG keys → New SSH key
  • Paste your public key (cat ~/.ssh/github_key.pub)
  • Give it a name (e.g., “GitHub Access”)
  • Click “Add SSH key”

Display Your Public Key

cat ~/.ssh/github_key.pub