Make your integration available to the community.
Important: New integrations should be standalone packages, not PRs to the LangChain monorepo.While LangChain maintains a small subset of first-party and high-usage integrations (like OpenAI, Anthropic, and Ollama) in the main repository, new integrations should be published as separate PyPI packages and repositories (e.g., langchain-yourservice) that users install alongside the core LangChain packages. You do not submit a PR to add your integration directly to the main LangChain repository.
Now that your package is implemented and tested, you can publish it and add documentation to make it discoverable by the community. python :::
To reference existing documentation, you can look at the list of integrations and find similar ones to yours.To view a given documentation page in raw markdown, use the dropdown button next to “Copy page” on the top right of the page and select “View as Markdown”.

Submitting a PR

Make a fork of the LangChain docs repository under a personal GitHub account, and clone it locally. Create a new branch for your integration. Copy the template and modify them using your favorite markdown text editor. Make sure to refer to and follow the documentation guide when writing your documentation.
We may reject PRs or ask for modification if:
Please be patient as we handle a large volume of PRs. We will review your PR as soon as possible and provide feedback or merge it. Do not repeatedly tag maintainers about your PR.

Next steps

Congratulations! Your integration is now published and documented, making it available to the entire LangChain community.

Co-marketing

Get in touch with the LangChain marketing team to explore co-marketing opportunities.
::: TODO