Skip to content

feat(integrations): add support for provenexpert#5545

Open
alex-onepage wants to merge 7 commits intoNangoHQ:masterfrom
alex-onepage:feat/add-provenexpert-provider
Open

feat(integrations): add support for provenexpert#5545
alex-onepage wants to merge 7 commits intoNangoHQ:masterfrom
alex-onepage:feat/add-provenexpert-provider

Conversation

@alex-onepage
Copy link

@alex-onepage alex-onepage commented Mar 1, 2026

Summary

  • Add ProvenExpert as a new integration (Basic Auth authentication)
  • Create documentation with quickstart guide and connection setup instructions
  • Add provider logo

Files Changed

  • packages/providers/providers.yaml - New provider entry
  • docs/api-integrations/provenexpert.mdx - Main integration page
  • docs/api-integrations/provenexpert/connect.mdx - Connection setup guide
  • docs/snippets/generated/provenexpert/PreBuiltTooling.mdx - Tooling overview
  • docs/snippets/generated/provenexpert/PreBuiltUseCases.mdx - Use cases placeholder
  • packages/webapp/public/images/template-logos/provenexpert.svg - Provider logo
  • docs/docs.json - Navigation entry

Test plan

  • npx tsx scripts/validation/providers/validate.ts passes

Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com


It also defines credential patterns/examples and proxy verification settings for the ProvenExpert provider configuration.

Possible Issues

• Ensure the docs image referenced at /api-integrations/provenexpert/form.png exists in the built docs output.
• Confirm ProvenExpert endpoint v1/rating/summary/get supports Basic Auth at https://www.provenexpert.com/api/.


This summary was automatically generated by @propel-code-bot

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@alex-onepage alex-onepage marked this pull request as draft March 1, 2026 15:57
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@alex-onepage alex-onepage marked this pull request as ready for review March 1, 2026 18:03
propel-code-bot[bot]

This comment was marked as outdated.

Add production-credentials follow-up sentence in quickstart Step 4 and
trailing spaces for Markdown line break on guide link.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
propel-code-bot[bot]

This comment was marked as outdated.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
propel-code-bot[bot]

This comment was marked as outdated.

Copy link
Contributor

@hassan254-prog hassan254-prog left a comment

Choose a reason for hiding this comment

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

Thanks for the contribution, few comments inline otherwise looks good.

- Change base_url to /api/ and prefix verification endpoint with v1/
- Add periods to credential descriptions
- Add pattern and example for both API ID and API Key fields
- Update proxy examples in docs to use v1/ prefix

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.

Suggested changes focus on securing the API key field in provider config.

Status: Changes Suggested | Risk: Medium

Issues Identified & Suggestions
  • Mark API key field as secret to avoid exposure: packages/providers/providers.yaml
Review Details

📁 8 files reviewed | 💬 1 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

👍 / 👎 individual comments to help improve reviews for you

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 found; the integration and documentation updates look correct and complete.

Status: No Issues Found | Risk: Low

Review Details

📁 8 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

Matches aircall-basic pattern for BASIC auth providers with API keys.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.

3 participants