Tsinghua University GitLab

Tsinghua runs its own GitLab instance at git.tsinghua.edu.cn, on its own registrable domain and behind its own identity service — the sign-in page's only form posts to /users/auth/thuid. GitLab exposes a substantial REST and GraphQL API, but this deployment gates all of it behind THU ID authentication, publishes no public projects to an anonymous visitor, and offers no outside credentialing path. It is recorded as a surface because it is a genuine institution-operated developer platform, and no contract is saved under it because the API contract is GitLab's product API, identical across every GitLab installation, and would credit Tsinghua with GitLab's engineering.

API entry from apis.yml

apis.yml Raw ↑
aid: tsinghua:gitlab
name: Tsinghua University GitLab
description: Tsinghua runs its own GitLab instance at git.tsinghua.edu.cn, on its own registrable domain
  and behind its own identity service — the sign-in page's only form posts to /users/auth/thuid. GitLab
  exposes a substantial REST and GraphQL API, but this deployment gates all of it behind THU ID authentication,
  publishes no public projects to an anonymous visitor, and offers no outside credentialing path. It is
  recorded as a surface because it is a genuine institution-operated developer platform, and no contract
  is saved under it because the API contract is GitLab's product API, identical across every GitLab installation,
  and would credit Tsinghua with GitLab's engineering.
humanURL: https://git.tsinghua.edu.cn/
tags:
- Source Control
- GitLab
- Developer Platform
- Gated
properties:
- type: Documentation
  url: https://git.tsinghua.edu.cn/
- type: Authentication
  url: authentication/tsinghua-authentication.yml
x-operator: institution
x-operator-evidence: Host git.tsinghua.edu.cn is Tsinghua's own registrable domain and the instance authenticates
  against Tsinghua's own identity provider (/users/auth/thuid). The software is GitLab's; the deployment,
  the data and the identity binding are Tsinghua's.
x-vendor: GitLab
x-probe:
- url: https://git.tsinghua.edu.cn/
  status: 200
  note: redirects to /users/sign_in — GitLab sign-in shell, 582 bytes, no anonymous project access
  checked: '2026-08-19'