[PR #2990] docs: add Sardis provider integration page #3071

Open
opened 2026-06-05 18:21:00 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2990
Author: @EfeDurmaz16
Created: 3/8/2026
Status: 🔄 Open

Base: mainHead: docs/add-sardis-provider


📝 Commits (1)

  • 85dbc22 docs: add Sardis provider integration page

📊 Changes

1 file changed (+107 additions, -0 deletions)

View changed files

src/oss/python/integrations/providers/sardis.mdx (+107 -0)

📄 Description

Summary

  • Adds Sardis as a community integration provider
  • Sardis enables AI agents to make policy-controlled payments through non-custodial MPC wallets
  • Package: sardis-langchain on PyPI

What is Sardis?

Sardis is the Payment OS for the Agent Economy — infrastructure enabling AI agents to make real financial transactions safely with spending policy guardrails.

Tools provided

  • SardisPaymentTool — Execute policy-controlled payments
  • SardisBalanceTool — Check balance and spending limits
  • SardisPolicyCheckTool — Pre-check payment policy compliance

Links: Website | Docs | GitHub


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/2990 **Author:** [@EfeDurmaz16](https://github.com/EfeDurmaz16) **Created:** 3/8/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `docs/add-sardis-provider` --- ### 📝 Commits (1) - [`85dbc22`](https://github.com/langchain-ai/docs/commit/85dbc229f9278b67738850322264fef51aefad86) docs: add Sardis provider integration page ### 📊 Changes **1 file changed** (+107 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `src/oss/python/integrations/providers/sardis.mdx` (+107 -0) </details> ### 📄 Description ## Summary - Adds Sardis as a community integration provider - Sardis enables AI agents to make policy-controlled payments through non-custodial MPC wallets - Package: [`sardis-langchain`](https://pypi.org/project/sardis-langchain/) on PyPI ## What is Sardis? Sardis is the Payment OS for the Agent Economy — infrastructure enabling AI agents to make real financial transactions safely with spending policy guardrails. ## Tools provided - `SardisPaymentTool` — Execute policy-controlled payments - `SardisBalanceTool` — Check balance and spending limits - `SardisPolicyCheckTool` — Pre-check payment policy compliance Links: [Website](https://sardis.sh) | [Docs](https://sardis.sh/docs) | [GitHub](https://github.com/EfeDurmaz16/sardis) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 18:21:00 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#3071