DagsHub website screenshot

DagsHub

DagsHub is a GitHub-like platform for ML and data teams that combines code, data (DVC), experiments (MLflow), and labeling. It exposes a Gitea-compatible REST API for repository operations plus DagsHub-specific endpoints for data and experiments.

DagsHub publishes 8 APIs on the APIs.io network, including Branches API, Issues API, Orgs API, and 5 more. Tagged areas include ML, MLOps, Data Versioning, Git, and MLflow.

DagsHub’s developer surface includes authentication, developer portal, pricing, engineering blog, and 8 more developer resources.

34.7/100 thin ▬ flat Agent 31/100 agent aware Full breakdown ↓
scored 2026-07-28 · rubric v0.6
AccessSelf serve
11 APIs
MLMLOpsData VersioningGitMLflow

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-28 · rubric v0.6
Composite quality — 34.7/100 · thin
Contract Quality 11.7 / 25
Developer Ergonomics 4.3 / 20
Commercial Clarity 7.9 / 20
Operational Transparency 3.4 / 13
Governance 0.0 / 12
Discoverability 7.4 / 10
Agent readiness — 31/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
MCP Server 0 / 12
Machine-Readable Auth 10 / 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/dagshub: 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 11

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

DagsHub REST API

DagsHub's primary REST API mirrors the Gitea API for repositories, issues, pulls, branches, and users, with DagsHub-specific extensions for data, experiments, and annotations. T...

DagsHub MLflow Tracking Endpoint

Each DagsHub repo provides a hosted MLflow tracking server endpoint. Point `MLFLOW_TRACKING_URI` at the repo's `.mlflow` URL and authenticate with a token.

DagsHub DVC / S3-Compatible Storage

DagsHub provides a DVC remote and S3-compatible storage endpoint per repo for versioned data and model artifacts.

DagsHub Branches API

The Branches API from DagsHub — 2 operation(s) for branches.

DagsHub Issues API

The Issues API from DagsHub — 3 operation(s) for issues.

DagsHub Orgs API

The Orgs API from DagsHub — 2 operation(s) for orgs.

DagsHub PullRequests API

The PullRequests API from DagsHub — 2 operation(s) for pullrequests.

DagsHub Repos API

The Repos API from DagsHub — 2 operation(s) for repos.

DagsHub Storage API

The Storage API from DagsHub — 2 operation(s) for storage.

DagsHub User API

The User API from DagsHub — 3 operation(s) for user.

DagsHub Users API

The Users API from DagsHub — 2 operation(s) for users.

Scroll for all 11

Open Collections 1

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

DagsHub REST API

OPEN COLLECTION

Pricing Plans 1

Published pricing tiers and plan structures.

Dagshub Plans Pricing

1 plans

PLANS

Rate Limits 1

Documented rate limits and quota policies.

Dagshub Rate Limits

1 limits

RATE LIMITS

FinOps 1

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

Security Posture 2

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

Dagshub Authentication

http · 2 schemes

SECURITY

Dagshub Domain Security

TLSv1.3 · DMARC

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Dagshub Agentic Access

26 operations · 8 acting

26 operations · 8 acting

AGENTIC

Resources

Get Started 1

Portal, sign-up, and the first successful call

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: dagshub
url: https://raw.githubusercontent.com/api-evangelist/dagshub/refs/heads/main/apis.yml
name: DagsHub
kind: company
description: DagsHub is a GitHub-like platform for ML and data teams that combines code, data (DVC), experiments (MLflow),
  and labeling. It exposes a Gitea-compatible REST API for repository operations plus DagsHub-specific endpoints for data
  and experiments.
accessModel:
  pricing: unknown
  onboarding: self-serve
  trial: false
  try_now: false
  public: false
  label: Self-serve signup
  confidence: high
  source:
  - plans
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/dagshub.png
tags:
- ML
- MLOps
- Data Versioning
- Git
- MLflow
created: '2026-05-08'
modified: '2026-05-08'
specificationVersion: '0.19'
apis:
- aid: dagshub:dagshub-rest-api
  name: DagsHub REST API
  humanURL: https://dagshub.com/docs/reference/api/
  baseURL: https://dagshub.com/api/v1
  tags:
  - REST
  - Repos
  - Issues
  - Branches
  description: DagsHub's primary REST API mirrors the Gitea API for repositories, issues, pulls, branches, and users, with
    DagsHub-specific extensions for data, experiments, and annotations. Token-based authentication.
  properties:
  - type: Documentation
    url: https://dagshub.com/docs/reference/api/
  - type: Authentication
    url: https://dagshub.com/docs/reference/api/authentication/
- aid: dagshub:dagshub-mlflow
  name: DagsHub MLflow Tracking Endpoint
  humanURL: https://dagshub.com/docs/integration_guide/mlflow_tracking/
  baseURL: https://dagshub.com/{user}/{repo}.mlflow
  tags:
  - MLflow
  - Experiment Tracking
  description: Each DagsHub repo provides a hosted MLflow tracking server endpoint. Point `MLFLOW_TRACKING_URI` at the repo's
    `.mlflow` URL and authenticate with a token.
  properties:
  - type: Documentation
    url: https://dagshub.com/docs/integration_guide/mlflow_tracking/
- aid: dagshub:dagshub-dvc-remote
  name: DagsHub DVC / S3-Compatible Storage
  humanURL: https://dagshub.com/docs/integration_guide/dvc/
  baseURL: https://dagshub.com/{user}/{repo}.dvc
  tags:
  - DVC
  - Storage
  - S3 Compatible
  description: DagsHub provides a DVC remote and S3-compatible storage endpoint per repo for versioned data and model artifacts.
  properties:
  - type: Documentation
    url: https://dagshub.com/docs/integration_guide/dvc/
- aid: dagshub:dagshub-branches-api
  name: DagsHub Branches API
  description: The Branches API from DagsHub — 2 operation(s) for branches.
  humanURL: https://dagshub.com/docs/reference/api/
  baseURL: https://dagshub.com/api/v1
  tags:
  - Branches
  properties:
  - type: OpenAPI
    url: openapi/dagshub-branches-api-openapi.yml
- aid: dagshub:dagshub-issues-api
  name: DagsHub Issues API
  description: The Issues API from DagsHub — 3 operation(s) for issues.
  humanURL: https://dagshub.com/docs/reference/api/
  baseURL: https://dagshub.com/api/v1
  tags:
  - Issues
  properties:
  - type: OpenAPI
    url: openapi/dagshub-issues-api-openapi.yml
- aid: dagshub:dagshub-orgs-api
  name: DagsHub Orgs API
  description: The Orgs API from DagsHub — 2 operation(s) for orgs.
  humanURL: https://dagshub.com/docs/reference/api/
  baseURL: https://dagshub.com/api/v1
  tags:
  - Orgs
  properties:
  - type: OpenAPI
    url: openapi/dagshub-orgs-api-openapi.yml
- aid: dagshub:dagshub-pullrequests-api
  name: DagsHub PullRequests API
  description: The PullRequests API from DagsHub — 2 operation(s) for pullrequests.
  humanURL: https://dagshub.com/docs/reference/api/
  baseURL: https://dagshub.com/api/v1
  tags:
  - PullRequests
  properties:
  - type: OpenAPI
    url: openapi/dagshub-pullrequests-api-openapi.yml
- aid: dagshub:dagshub-repos-api
  name: DagsHub Repos API
  description: The Repos API from DagsHub — 2 operation(s) for repos.
  humanURL: https://dagshub.com/docs/reference/api/
  baseURL: https://dagshub.com/api/v1
  tags:
  - Repos
  properties:
  - type: OpenAPI
    url: openapi/dagshub-repos-api-openapi.yml
- aid: dagshub:dagshub-storage-api
  name: DagsHub Storage API
  description: The Storage API from DagsHub — 2 operation(s) for storage.
  humanURL: https://dagshub.com/docs/reference/api/
  baseURL: https://dagshub.com/api/v1
  tags:
  - Storage
  properties:
  - type: OpenAPI
    url: openapi/dagshub-storage-api-openapi.yml
- aid: dagshub:dagshub-user-api
  name: DagsHub User API
  description: The User API from DagsHub — 3 operation(s) for user.
  humanURL: https://dagshub.com/docs/reference/api/
  baseURL: https://dagshub.com/api/v1
  tags:
  - User
  properties:
  - type: OpenAPI
    url: openapi/dagshub-user-api-openapi.yml
- aid: dagshub:dagshub-users-api
  name: DagsHub Users API
  description: The Users API from DagsHub — 2 operation(s) for users.
  humanURL: https://dagshub.com/docs/reference/api/
  baseURL: https://dagshub.com/api/v1
  tags:
  - Users
  properties:
  - type: OpenAPI
    url: openapi/dagshub-users-api-openapi.yml
common:
- type: AgenticAccess
  url: agentic-access/dagshub-agentic-access.yml
- type: DomainSecurity
  url: security/dagshub-domain-security.yml
- type: Authentication
  url: authentication/dagshub-authentication.yml
- type: LinkedIn
  url: https://www.linkedin.com/company/dagshub
- type: Website
  url: https://dagshub.com/
- type: Portal
  url: https://dagshub.com/docs/
- type: Pricing
  url: https://dagshub.com/pricing
- type: GitHubOrganization
  url: https://github.com/DagsHub
- type: Plans
  url: plans/dagshub-plans-pricing.yml
- type: RateLimits
  url: rate-limits/dagshub-rate-limits.yml
- type: FinOps
  url: finops/dagshub-finops.yml
- url: https://dagshub.com/blog/feed/
  type: Blog
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com