[PR #3405] docs: add langchain-ai-identity integration (AI Identity) #3460

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3405
Author: @Levaj2000
Created: 4/1/2026
Status: 🔄 Open

Base: mainHead: add/langchain-ai-identity


📝 Commits (1)

  • 6fe996a docs: add langchain-ai-identity integration (AI Identity)

📊 Changes

2 files changed (+150 additions, -0 deletions)

View changed files

📝 packages.yml (+7 -0)
src/oss/integrations/providers/ai_identity.mdx (+143 -0)

📄 Description

Adds AI Identity to the LangChain integrations directory.

AI Identity is an IAM platform for AI agents — gives each agent its own cryptographic API key, scoped permissions, and a tamper-proof audit trail. Acts as a gateway proxy between LangChain agents and external APIs.

Package: langchain-ai-identity (pip install langchain-ai-identity)
Repo: github.com/Levaj2000/AI-Identity (sdk/langchain/)

Components added:

  • AIIdentityChatOpenAI: drop-in ChatOpenAI with gateway enforcement
  • AIIdentityToolkit: wraps tools with per-call policy checks
  • AIIdentityCallbackHandler: logs all LLM/tool events to audit trail
  • create_ai_identity_agent(): one-call AgentExecutor factory

Summary

Adds AI Identity to the LangChain integrations directory — an IAM platform for AI agents that gives each agent its own cryptographic API key, scoped permissions, and tamper-proof audit logs via a proxy gateway. Think "Okta for AI agents" — deploy in 15 minutes, not 15 weeks.

Package: langchain-ai-identity (pip install langchain-ai-identity)
Repo: github.com/Levaj2000/AI-Identity (sdk/langchain/)

Changes

packages.yml — added langchain-ai-identity entry

src/oss/integrations/providers/ai_identity.mdx — new provider page

Checklist

I have read the contributing guidelines

All code examples have been tested and work correctly

I have used root relative paths for internal links


🔄 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/3405 **Author:** [@Levaj2000](https://github.com/Levaj2000) **Created:** 4/1/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `add/langchain-ai-identity` --- ### 📝 Commits (1) - [`6fe996a`](https://github.com/langchain-ai/docs/commit/6fe996af49b70b3b7714e7c8d07d8d403efa73eb) docs: add langchain-ai-identity integration (AI Identity) ### 📊 Changes **2 files changed** (+150 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `packages.yml` (+7 -0) ➕ `src/oss/integrations/providers/ai_identity.mdx` (+143 -0) </details> ### 📄 Description Adds AI Identity to the LangChain integrations directory. AI Identity is an IAM platform for AI agents — gives each agent its own cryptographic API key, scoped permissions, and a tamper-proof audit trail. Acts as a gateway proxy between LangChain agents and external APIs. Package: langchain-ai-identity (pip install langchain-ai-identity) Repo: github.com/Levaj2000/AI-Identity (sdk/langchain/) Components added: - AIIdentityChatOpenAI: drop-in ChatOpenAI with gateway enforcement - AIIdentityToolkit: wraps tools with per-call policy checks - AIIdentityCallbackHandler: logs all LLM/tool events to audit trail - create_ai_identity_agent(): one-call AgentExecutor factory ## Summary Adds AI Identity to the LangChain integrations directory — an IAM platform for AI agents that gives each agent its own cryptographic API key, scoped permissions, and tamper-proof audit logs via a proxy gateway. Think "Okta for AI agents" — deploy in 15 minutes, not 15 weeks. Package: langchain-ai-identity (pip install langchain-ai-identity) Repo: github.com/Levaj2000/AI-Identity (sdk/langchain/) ## Changes packages.yml — added langchain-ai-identity entry src/oss/integrations/providers/ai_identity.mdx — new provider page ## Checklist I have read the contributing guidelines All code examples have been tested and work correctly I have used **root relative** paths for internal links --- <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:23:11 -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#3460