Skip to content
Open
1 change: 1 addition & 0 deletions docs
Submodule docs added at a4e8a6
15 changes: 15 additions & 0 deletions src/oss/python/integrations/providers/plainid.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: PlainID
---

[PlainID](https://www.plainid.com/) provides policy-based authorization (PBAC) and centralized policy enforcement.
With LangChain, you can integrate PlainID checks to ensure only authorized users or tenants can invoke tools
or access RAG data in your LLM applications.

## Installation and Setup

<CodeGroup>
```bash pip
pip install langchain_plainid
uv add langchain_plainid
</CodeGroup>
Comment on lines 1 to 34
Copy link
Member

Choose a reason for hiding this comment

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

This is rather thin? We'll need more

Copy link
Author

Choose a reason for hiding this comment

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

Hi
I Enriched the documentation and added links for further informations