Skip to content

feat: Add DoltHub provider#5535

Open
julianknutsen wants to merge 1 commit intoNangoHQ:masterfrom
julianknutsen:add-dolthub-provider
Open

feat: Add DoltHub provider#5535
julianknutsen wants to merge 1 commit intoNangoHQ:masterfrom
julianknutsen:add-dolthub-provider

Conversation

@julianknutsen
Copy link

@julianknutsen julianknutsen commented Feb 27, 2026

Add DoltHub as a built-in provider with API_KEY authentication.

DoltHub is a collaborative SQL database platform built on Dolt, the version-controlled MySQL-compatible database. Its API enables programmatic access to databases, pull requests, and collaboration features.

Key details:

  • Auth mode: API_KEY with token ${apiKey} authorization header prefix (not Bearer), matching DoltHub's API authentication scheme
  • Base URL: https://www.dolthub.com/api/v1alpha1
  • DoltHub API documentation

DoltHub is a collaborative SQL database platform built on Dolt (the
version-controlled MySQL-compatible database). This adds API_KEY auth
support with the correct `token` prefix for their v1alpha1 API.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy link
Contributor

@propel-code-bot propel-code-bot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues were identified with the addition of the DoltHub provider.

Status: No Issues Found | Risk: Low

Review Details

📁 1 files reviewed | 💬 0 comments

Instruction Files
├── .claude/
│   ├── agents/
│   │   └── nango-docs-migrator.md
│   └── skills/
│       ├── agent-builder-skill/
│       │   ├── EXAMPLES.md
│       │   └── SKILL.md
│       ├── creating-integration-docs/
│       │   └── SKILL.md
│       └── creating-skills-skill/
│           └── SKILL.md
├── AGENTS.md
└── GEMINI.md

@julianknutsen julianknutsen changed the title Add DoltHub provider feat: Add DoltHub provider Feb 27, 2026
@TBonnin TBonnin requested a review from hassan254-prog March 3, 2026 16:39
@julianknutsen
Copy link
Author

Thank you @TBonnin and @hassan254-prog!

@TBonnin
Copy link
Collaborator

TBonnin commented Mar 5, 2026

@julianknutsen Thank you for your contribution. Adding a new provider requires to update the docs/logo/etc... You can look at a recent examples here https://github.com/NangoHQ/nango/pulls?q=is%3Apr+is%3Amerged+label%3Aapi+
Can you make the other required changes? Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants