Github Org

A GitHub Organization is commonplace for larger more organized API producers, establishing a place where you can find SDKs and other code used for integration, but also machine-readable artifacts, issues, discussions, and other useful outputs from everyday API operations that will help provide nutrients for an API ecosystem.

Also known as: GitHub Org, GH Organization, Source Organization

Standards

HTTP Headers

HeaderDirectionSpecDescription
Authorization request RFC 9110 Bearer token (PAT, fine-grained PAT, or GitHub App installation token).
X-RateLimit-Limit response GitHub REST API Per-hour request budget for the calling identity.
X-RateLimit-Remaining response GitHub REST API Remaining requests in the current window.
Link response RFC 8288 Pagination links (rel="next", rel="prev", rel="last").

Well-Known Paths

Media Types

Link Relations

Risk & Compliance

Security: Org-level access tokens, especially classic PATs with `admin:org`, can read private repos, manage members, and rotate secrets. Prefer fine-grained PATs or GitHub Apps with least-privilege installation scopes; enable SAML SSO and 2FA enforcement; review OpenSSF Scorecard signals (branch protection, code review) at the org level.

Tools

Suggested Metrics

Example Implementations

Related Properties

Tags


All Community Properties