SourceHut website screenshot

SourceHut

Privacy-focused software development platform with GraphQL APIs for managing Git and Mercurial repositories, mailing lists, issue trackers, CI build services, wikis, paste, and static web hosting. All services expose OAuth 2.0-authenticated GraphQL endpoints with webhook support.

SourceHut publishes 9 APIs on the APIs.io network. Tagged areas include Git, Mercurial, Source Control, Continuous Integration, and Mailing Lists.

SourceHut’s developer surface includes documentation, engineering blog, pricing, and 7 more developer resources.

37.2/100 thin ▲ 8.2 Agent 19/100 agent aware Full breakdown ↓
scored 2026-07-28 · rubric v0.6
AccessPaid
9 APIs
GitMercurialSource ControlContinuous IntegrationMailing ListsIssue TrackingDeveloper ToolsOpen SourcePrivacyGraphQL

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-28 · rubric v0.6
Composite quality — 37.2/100 · thin
Contract Quality 10.8 / 25
Developer Ergonomics 2.2 / 20
Commercial Clarity 10.0 / 20
Operational Transparency 6.8 / 13
Governance 0.0 / 12
Discoverability 7.4 / 10
Agent readiness — 19/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 0 / 10
MCP Server 0 / 12
Machine-Readable Auth 0 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/sourcehut: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 9

Individual APIs this provider publishes, each with its own machine-readable definition.

git.sr.ht GraphQL API

GraphQL API for managing Git repositories, branches, commits, tags, artifacts, access control lists, and repository webhooks on SourceHut.

hg.sr.ht GraphQL API

GraphQL API for managing Mercurial repositories on SourceHut, including repository operations, webhooks, and access control.

builds.sr.ht GraphQL API

GraphQL API for submitting and managing continuous integration build jobs across Linux distributions and BSDs on SourceHut.

todo.sr.ht GraphQL API

GraphQL API for managing bug trackers and ticket systems for software projects on SourceHut.

lists.sr.ht GraphQL API

GraphQL API for managing mailing lists and email-based code review workflows on SourceHut, powered by git send-email conventions.

meta.sr.ht GraphQL API

GraphQL API for account management, OAuth 2.0 token and client administration, SSH keys, PGP keys, and user profile operations on SourceHut.

paste.sr.ht GraphQL API

GraphQL API for creating and managing text pastes on SourceHut.

man.sr.ht GraphQL API

GraphQL API for creating and managing wiki and manual pages hosted on SourceHut using git-backed Markdown content.

pages.sr.ht GraphQL API

GraphQL API for managing static web hosting on SourceHut, deploying sites to srht.site domains.

Scroll for all 9

GraphQL 1

GraphQL schemas published by this provider.

Sourcehut GraphQL API

Sourcehut (sr.ht) exposes GraphQL APIs for each of its services, including Git repository hosting, Mercurial hosting, continuous integration builds, issue tracking, mailing list...

GRAPHQL

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Sourcehut Rate Limits

3 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Security Posture 1

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Sourcehut Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Resources

Documentation 1

Reference material describing how the API behaves

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 1

Authentication, authorization, and security posture

Operate 2

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: sourcehut
name: SourceHut
description: Privacy-focused software development platform with GraphQL APIs for managing Git and Mercurial repositories,
  mailing lists, issue trackers, CI build services, wikis, paste, and static web hosting. All services expose OAuth 2.0-authenticated
  GraphQL endpoints with webhook support.
accessModel:
  pricing: paid
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Paid
  confidence: medium
  source:
  - plans
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/sourcehut.png
url: https://raw.githubusercontent.com/api-evangelist/sourcehut/refs/heads/main/apis.yml
created: '2026-06-13'
modified: '2026-06-13'
specificationVersion: '0.19'
tags:
- Git
- Mercurial
- Source Control
- Continuous Integration
- Mailing Lists
- Issue Tracking
- Developer Tools
- Open Source
- Privacy
- GraphQL
apis:
- aid: sourcehut:git-sr-ht
  name: git.sr.ht GraphQL API
  description: GraphQL API for managing Git repositories, branches, commits, tags, artifacts, access control lists, and repository
    webhooks on SourceHut.
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://docs.sourcehut.org/git.sr.ht/
  baseURL: https://git.sr.ht/graphql
  tags:
  - Git
  - Repositories
  - Source Control
  - Webhooks
  - GraphQL
  properties:
  - type: Documentation
    url: https://docs.sourcehut.org/git.sr.ht/
  - type: GraphQL
    url: https://git.sr.ht/graphql
  - url: graphql/sourcehut-graphql.md
    type: GraphQL
- aid: sourcehut:hg-sr-ht
  name: hg.sr.ht GraphQL API
  description: GraphQL API for managing Mercurial repositories on SourceHut, including repository operations, webhooks, and
    access control.
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://docs.sourcehut.org/hg.sr.ht/
  baseURL: https://hg.sr.ht/graphql
  tags:
  - Mercurial
  - Repositories
  - Source Control
  - GraphQL
  properties:
  - type: Documentation
    url: https://docs.sourcehut.org/hg.sr.ht/
  - type: GraphQL
    url: https://hg.sr.ht/graphql
- aid: sourcehut:builds-sr-ht
  name: builds.sr.ht GraphQL API
  description: GraphQL API for submitting and managing continuous integration build jobs across Linux distributions and BSDs
    on SourceHut.
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://docs.sourcehut.org/builds.sr.ht/
  baseURL: https://builds.sr.ht/graphql
  tags:
  - Continuous Integration
  - Build Automation
  - CI/CD
  - GraphQL
  properties:
  - type: Documentation
    url: https://docs.sourcehut.org/builds.sr.ht/
  - type: GraphQL
    url: https://builds.sr.ht/graphql
- aid: sourcehut:todo-sr-ht
  name: todo.sr.ht GraphQL API
  description: GraphQL API for managing bug trackers and ticket systems for software projects on SourceHut.
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://docs.sourcehut.org/todo.sr.ht/
  baseURL: https://todo.sr.ht/graphql
  tags:
  - Issue Tracking
  - Bug Tracker
  - Project Management
  - GraphQL
  properties:
  - type: Documentation
    url: https://docs.sourcehut.org/todo.sr.ht/
  - type: GraphQL
    url: https://todo.sr.ht/graphql
- aid: sourcehut:lists-sr-ht
  name: lists.sr.ht GraphQL API
  description: GraphQL API for managing mailing lists and email-based code review workflows on SourceHut, powered by git send-email
    conventions.
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://docs.sourcehut.org/lists.sr.ht/
  baseURL: https://lists.sr.ht/graphql
  tags:
  - Mailing Lists
  - Email
  - Code Review
  - GraphQL
  properties:
  - type: Documentation
    url: https://docs.sourcehut.org/lists.sr.ht/
  - type: GraphQL
    url: https://lists.sr.ht/graphql
- aid: sourcehut:meta-sr-ht
  name: meta.sr.ht GraphQL API
  description: GraphQL API for account management, OAuth 2.0 token and client administration, SSH keys, PGP keys, and user
    profile operations on SourceHut.
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://man.sr.ht/meta.sr.ht/
  baseURL: https://meta.sr.ht/graphql
  tags:
  - Account Management
  - OAuth
  - Authentication
  - GraphQL
  properties:
  - type: Documentation
    url: https://man.sr.ht/meta.sr.ht/
  - type: GraphQL
    url: https://meta.sr.ht/graphql
- aid: sourcehut:paste-sr-ht
  name: paste.sr.ht GraphQL API
  description: GraphQL API for creating and managing text pastes on SourceHut.
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://docs.sourcehut.org/paste.sr.ht/
  baseURL: https://paste.sr.ht/graphql
  tags:
  - Paste
  - Text Sharing
  - GraphQL
  properties:
  - type: Documentation
    url: https://docs.sourcehut.org/paste.sr.ht/
  - type: GraphQL
    url: https://paste.sr.ht/graphql
- aid: sourcehut:man-sr-ht
  name: man.sr.ht GraphQL API
  description: GraphQL API for creating and managing wiki and manual pages hosted on SourceHut using git-backed Markdown content.
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://docs.sourcehut.org/man.sr.ht/
  baseURL: https://man.sr.ht/graphql
  tags:
  - Wiki
  - Documentation
  - Markdown
  - GraphQL
  properties:
  - type: Documentation
    url: https://docs.sourcehut.org/man.sr.ht/
  - type: GraphQL
    url: https://man.sr.ht/graphql
- aid: sourcehut:pages-sr-ht
  name: pages.sr.ht GraphQL API
  description: GraphQL API for managing static web hosting on SourceHut, deploying sites to srht.site domains.
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://docs.sourcehut.org/pages.sr.ht/
  baseURL: https://pages.sr.ht/graphql
  tags:
  - Static Hosting
  - Web Pages
  - GraphQL
  properties:
  - type: Documentation
    url: https://docs.sourcehut.org/pages.sr.ht/
  - type: GraphQL
    url: https://pages.sr.ht/graphql
common:
- type: DomainSecurity
  url: security/sourcehut-domain-security.yml
- type: Website
  url: https://sourcehut.org
- type: Documentation
  url: https://man.sr.ht
- type: Blog
  url: https://sourcehut.org/blog/
- type: Pricing
  url: https://sourcehut.org/pricing/
- type: StatusPage
  url: https://status.sr.ht
- type: GitHubOrg
  url: https://git.sr.ht/~sircmpwn
- type: Plans
  url: https://raw.githubusercontent.com/api-evangelist/sourcehut/refs/heads/main/plans/sourcehut-plans-pricing.yml
- type: RateLimits
  url: https://raw.githubusercontent.com/api-evangelist/sourcehut/refs/heads/main/rate-limits/sourcehut-rate-limits.yml
- type: FinOps
  url: https://raw.githubusercontent.com/api-evangelist/sourcehut/refs/heads/main/finops/sourcehut-finops.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com