Skip to content

Conversation

@mottig30
Copy link

new file:   src/oss/python/integrations/providers/plainid.mdx

Overview

This documentation is included the adding of plain ID(https://www.plainid.com) integration with Langchain.

Type of change

Type:
New documentation page

Related issues/PRs

  • GitHub issue:
  • Feature PR:
  • Linear issue:
  • Slack thread:

Checklist

  • [ x] I have read the contributing guidelines
  • [ 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
  • I have gotten approval from the relevant reviewers

Additional notes

	new file:   src/oss/python/integrations/providers/plainid.mdx
@github-actions github-actions bot added langchain For docs changes to LangChain python For content related to the Python version of LangChain projects oss labels Oct 23, 2025
@mdrxy mdrxy added the new-integration New LangChain partner integration label Nov 5, 2025
Comment on lines 1 to 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>
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

langchain For docs changes to LangChain new-integration New LangChain partner integration oss python For content related to the Python version of LangChain projects

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants