[PR #2224] [MERGED] docs: add Ampersend toolkit integration documentation #2244

Closed
opened 2026-02-17 17:23:13 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2224
Author: @matiasedgeandnode
Created: 1/14/2026
Status: Merged
Merged: 1/23/2026
Merged by: @mdrxy

Base: mainHead: ampersend/toolkit-docs


📝 Commits (1)

  • c238f8d docs: add Ampersend toolkit integration documentation

📊 Changes

4 files changed (+189 additions, -0 deletions)

View changed files

📝 src/oss/python/integrations/providers/all_providers.mdx (+8 -0)
src/oss/python/integrations/providers/ampersend.mdx (+22 -0)
src/oss/python/integrations/tools/ampersend.mdx (+157 -0)
📝 src/oss/python/integrations/tools/index.mdx (+2 -0)

📄 Description

Overview

Add documentation for the langchain-ampersend integration, which enables LangChain agents to pay for and use remote AI agent services. Payments are handled transparently via the x402 protocol, with A2A as the communication layer.

Type of change

Type: New documentation page

Related issues/PRs

  • GitHub issue: N/A
  • Feature PR: N/A

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed

Additional notes

  • Added new file: src/oss/python/integrations/tools/ampersend.mdx
  • Updated src/oss/python/integrations/tools/index.mdx:
    • Added Ampersend to the Finance category table
    • Added Ampersend card to the "All tools and toolkits" section (alphabetically)
  • No changes needed to docs.json - tool pages are linked from the index

AI Disclosure: This documentation was drafted with assistance from Claude Code (claude.ai/code). The content has been reviewed for accuracy against the actual SDK implementation.


🔄 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/2224 **Author:** [@matiasedgeandnode](https://github.com/matiasedgeandnode) **Created:** 1/14/2026 **Status:** ✅ Merged **Merged:** 1/23/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `ampersend/toolkit-docs` --- ### 📝 Commits (1) - [`c238f8d`](https://github.com/langchain-ai/docs/commit/c238f8dfd7469dc7767da3cc613b323038c00c59) docs: add Ampersend toolkit integration documentation ### 📊 Changes **4 files changed** (+189 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/python/integrations/providers/all_providers.mdx` (+8 -0) ➕ `src/oss/python/integrations/providers/ampersend.mdx` (+22 -0) ➕ `src/oss/python/integrations/tools/ampersend.mdx` (+157 -0) 📝 `src/oss/python/integrations/tools/index.mdx` (+2 -0) </details> ### 📄 Description ## Overview Add documentation for the `langchain-ampersend` integration, which enables LangChain agents to pay for and use remote AI agent services. Payments are handled transparently via the x402 protocol, with A2A as the communication layer. ## Type of change **Type:** New documentation page ## Related issues/PRs - GitHub issue: N/A - Feature PR: N/A ## Checklist - [x] I have read the [contributing guidelines](README.md) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [x] I have updated navigation in `src/docs.json` if needed ## Additional notes - Added new file: `src/oss/python/integrations/tools/ampersend.mdx` - Updated `src/oss/python/integrations/tools/index.mdx`: - Added Ampersend to the Finance category table - Added Ampersend card to the "All tools and toolkits" section (alphabetically) - No changes needed to `docs.json` - tool pages are linked from the index --- **AI Disclosure:** This documentation was drafted with assistance from Claude Code (claude.ai/code). The content has been reviewed for accuracy against the actual SDK implementation. --- <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-02-17 17:23:13 -05:00
yindo closed this issue 2026-02-17 17:23:13 -05:00
yindo changed title from [PR #2224] docs: add Ampersend toolkit integration documentation to [PR #2224] [MERGED] docs: add Ampersend toolkit integration documentation 2026-06-05 18:17:26 -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#2244