Skip to main content
Private preview. fremforge is in private preview — invited customers only. Content is still subject to change. Request access →

JetBrains AI Assistant

JetBrains AI Assistant (built into IntelliJ, PyCharm, GoLand, WebStorm, RustRover) supports custom Git hosts via the IDE’s “GitHub Enterprise” account type.

One-shot setup

  1. Settings → Version Control → GitHub
  2. Click +GitHub Enterprise
  3. Server: https://frem.sh/_app
  4. Token: paste your ffp_… PAT (scopes: repo:read, repo:write, issues:read, issues:write)
  5. Click Log In.

Once added, you can:

  • VCS → Git → Clone lists your fremforge repos in the GitHub tab.
  • Pull Requests tool window lists fremforge PRs.
  • AI Assistant’s @-mentions + repo-aware queries see fremforge code through this connection.

Verify

curl -sf https://frem.sh/_app/api/v1/orgs/<org>/repos -H "authorization: Bearer $FREMFORGE_PAT" | jq '.[].full_name'

That list should match what appears in the IDE’s GitHub Enterprise repo list.

Sovereignty note

JetBrains AI Assistant runs against JetBrains’ inference backend or whichever model you configure. fremforge is not in that path. Your fremforge PAT is purely for Git + REST API access.