# Docs by LangChain > Documentation for LangSmith, Fleet, and our open source packages. ## Docs - [Build](https://docs.langchain.com/build-overview.md): Build agents with LangChain, LangGraph, and Deep Agents. - [Home](https://docs.langchain.com/index.md) - [Use docs programmatically](https://docs.langchain.com/use-these-docs.md): Connect LangChain documentation to your AI tools and workflows ## Open source (Python) - [Errors](https://docs.langchain.com/oss/python/common-errors.md) - [Context overview](https://docs.langchain.com/oss/python/concepts/context.md) - [Memory overview](https://docs.langchain.com/oss/python/concepts/memory.md) - [Runtimes, frameworks, and harnesses](https://docs.langchain.com/oss/python/concepts/products.md): Understand the differences between LangChain, LangGraph, and Deep Agents and when to use each one - [Providers and models](https://docs.langchain.com/oss/python/concepts/providers-and-models.md): Understand how LangChain uses providers to give you a single API for any model from any provider - [Contributing to code](https://docs.langchain.com/oss/python/contributing/code.md) - [Co-marketing](https://docs.langchain.com/oss/python/contributing/comarketing.md) - [Contributing to documentation](https://docs.langchain.com/oss/python/contributing/documentation.md) - [Implement a LangChain integration](https://docs.langchain.com/oss/python/contributing/implement-langchain.md) - [Contributing integrations](https://docs.langchain.com/oss/python/contributing/integrations-langchain.md) - [Contributing](https://docs.langchain.com/oss/python/contributing/overview.md) - [Publish an integration](https://docs.langchain.com/oss/python/contributing/publish-langchain.md) - [Using standard tests](https://docs.langchain.com/oss/python/contributing/standard-tests-langchain.md) - [A2A server](https://docs.langchain.com/oss/python/deepagents/a2a.md) - [Agent Client Protocol (ACP)](https://docs.langchain.com/oss/python/deepagents/acp.md): Expose Deep Agents over the Agent Client Protocol (ACP) to integrate with code editors and IDEs. - [Async subagents](https://docs.langchain.com/oss/python/deepagents/async-subagents.md): Launch background subagents that run concurrently while the supervisor continues interacting with the user - [Backends](https://docs.langchain.com/oss/python/deepagents/backends.md): Choose and configure filesystem backends for Deep Agents. You can specify routes to different backends, implement virtual filesystems, and enforce policies. - [Changelog](https://docs.langchain.com/oss/python/deepagents/changelog-js.md) - [Changelog](https://docs.langchain.com/oss/python/deepagents/changelog-py.md) - [Deep Agents Code](https://docs.langchain.com/oss/python/deepagents/code-link.md): Terminal coding agent built on the Deep Agents SDK - [Comparison with Claude Agent SDK](https://docs.langchain.com/oss/python/deepagents/comparison.md): Compare LangChain Deep Agents with the Claude Agent SDK to choose the right tool for your use case. - [Build a content builder agent](https://docs.langchain.com/oss/python/deepagents/content-builder.md): Build a content writing agent with brand memory, skills, subagents, and image generation - [Context engineering in Deep Agents](https://docs.langchain.com/oss/python/deepagents/context-engineering.md): Control what context your deep agent has access to and how it is managed across long-running tasks - [Customize Deep Agents](https://docs.langchain.com/oss/python/deepagents/customization.md): Learn how to customize Deep Agents with system prompts, tools, subagents, and more - [Build a data analysis agent](https://docs.langchain.com/oss/python/deepagents/data-analysis.md): Build an agent that analyzes data files, generates visualizations, and shares results - [Build a deep research agent](https://docs.langchain.com/oss/python/deepagents/deep-research.md): Build a multi-step web research agent with subagent delegation - [Dynamic subagents](https://docs.langchain.com/oss/python/deepagents/dynamic-subagents.md): Use interpreters to dispatch and orchestrate Deep Agents subagents from code - [Event streaming](https://docs.langchain.com/oss/python/deepagents/event-streaming.md): Stream subagents, messages, tool calls, and final output from Deep Agents. - [Fault tolerance](https://docs.langchain.com/oss/python/deepagents/fault-tolerance.md): Make your deep agent resilient with rate limiting, retries, fallbacks, and error handling - [Forked subagents](https://docs.langchain.com/oss/python/deepagents/forked-subagents.md): Inherit the parent's conversation and system prompt instead of starting a subagent cold - [Overview](https://docs.langchain.com/oss/python/deepagents/frontend/overview.md): Build UIs that display real-time subagent streams, task progress, and sandbox for Deep Agents - [Sandbox](https://docs.langchain.com/oss/python/deepagents/frontend/sandbox.md): Build an IDE-like UI for a coding agent backed by a sandbox environment - [Subagent streaming](https://docs.langchain.com/oss/python/deepagents/frontend/subagent-streaming.md): Display specialist subagents with streaming content, progress tracking, and collapsible cards - [Todo list](https://docs.langchain.com/oss/python/deepagents/frontend/todo-list.md): Track agent progress with a real-time todo list synced from agent state - [Going to production](https://docs.langchain.com/oss/python/deepagents/going-to-production.md): Take your deep agent to production with persistent memory, sandboxes, resilience middleware, and deployment options - [Human-in-the-loop](https://docs.langchain.com/oss/python/deepagents/human-in-the-loop.md): Learn how to configure human approval for sensitive tool operations - [Interpreters](https://docs.langchain.com/oss/python/deepagents/interpreters.md): Run lightweight code inside Deep Agents to compose tools, orchestrate subagents, and transform structured data - [Model Context Protocol](https://docs.langchain.com/oss/python/deepagents/mcp.md) - [Memory](https://docs.langchain.com/oss/python/deepagents/memory.md): Add persistent memory to agents built with Deep Agents so they learn and improve across conversations - [Models](https://docs.langchain.com/oss/python/deepagents/models.md): Configure model providers and parameters for Deep Agents - [Multimodal inputs and outputs](https://docs.langchain.com/oss/python/deepagents/multimodal.md): Use images, audio, video, and documents with Deep Agents when your model supports multimodal inputs and tool results - [OpenWiki](https://docs.langchain.com/oss/python/deepagents/openwiki.md): Generate and maintain repository wikis that coding agents discover through AGENTS.md - [Deep Agents overview](https://docs.langchain.com/oss/python/deepagents/overview.md): Build agents that can plan, use subagents, and leverage file systems for complex tasks - [Permissions](https://docs.langchain.com/oss/python/deepagents/permissions.md): Control filesystem access with declarative permission rules for Deep Agents - [Profiles](https://docs.langchain.com/oss/python/deepagents/profiles.md): Package per-provider and per-model defaults that Deep Agents applies when a model is selected - [Quickstart](https://docs.langchain.com/oss/python/deepagents/quickstart.md): Build your first deep agent in minutes - [Retrieval Augmented Generation (RAG) with Deep Agents](https://docs.langchain.com/oss/python/deepagents/rag.md): RAG patterns for Deep Agents, including skills-guided retrieval, rubric grading, and a tutorial that indexes LangChain docs, offloads chunks to the filesystem, and delegates analysis to subagents - [Retrieval](https://docs.langchain.com/oss/python/deepagents/retrieval.md) - [Grading rubrics](https://docs.langchain.com/oss/python/deepagents/rubric.md): LLM-as-a-judge grading for agents that iterate against a rubric until done - [Sandboxes](https://docs.langchain.com/oss/python/deepagents/sandboxes.md): Execute code in isolated environments with sandbox backends - [Skills](https://docs.langchain.com/oss/python/deepagents/skills.md): Learn how to extend your deep agent's capabilities with skills - [Streaming](https://docs.langchain.com/oss/python/deepagents/streaming.md): Stream real-time updates from deep agent runs and subagent execution - [Subagents](https://docs.langchain.com/oss/python/deepagents/subagents.md): Learn how to use subagents to delegate work and keep context clean - [Tools](https://docs.langchain.com/oss/python/deepagents/tools.md): Connect Deep Agents to custom functions, APIs, databases, and any MCP server - [Question Answering with HanaSparqlQAAgent](https://docs.langchain.com/oss/python/integrations/agents/sap_hana_sparql_qa_agent.md): Integrate with the HanaSparqlQAAgent type using LangChain Python. - [Backend integrations](https://docs.langchain.com/oss/python/integrations/backends/index.md): Community-built filesystem backends for Deep Agents. - [Redis cache for LangChain integration](https://docs.langchain.com/oss/python/integrations/caches/redis_llm_caching.md): Integrate with the Redis cache for LangChain cache using LangChain Python. - [AgentSystems Notary](https://docs.langchain.com/oss/python/integrations/callbacks/agentsystems_notary.md): Cryptographically verifiable audit trails for LangChain applications. - [Bigquery callback handler integration](https://docs.langchain.com/oss/python/integrations/callbacks/google_bigquery.md): Log events from LangChain and LangGraph to Google BigQuery for monitoring, auditing, and analyzing your LLM applications with real-time analytics. - [Question Answering with `HanaSparqlQAChain`](https://docs.langchain.com/oss/python/integrations/chains/sap_hana_sparql_qa_chain.md) - [ChatAmazonNova integration](https://docs.langchain.com/oss/python/integrations/chat/amazon_nova.md): Integrate with the ChatAmazonNova chat model using LangChain Python. - [ChatAnthropic integration](https://docs.langchain.com/oss/python/integrations/chat/anthropic.md): Integrate with the ChatAnthropic chat model using LangChain Python. - [(Deprecated) experimental Anthropic tools wrapper integration](https://docs.langchain.com/oss/python/integrations/chat/anthropic_functions.md): Integrate with (Deprecated) experimental Anthropic tools wrapper chat model using LangChain Python. - [Microsoft Foundry Chat Models integration](https://docs.langchain.com/oss/python/integrations/chat/azure_ai.md): Integrate with the AzureAIOpenAIApiChatModel chat model using LangChain Python. - [AzureChatOpenAI integration](https://docs.langchain.com/oss/python/integrations/chat/azure_chat_openai.md): Integrate with the AzureChatOpenAI chat model using LangChain Python. - [ChatBaseten integration](https://docs.langchain.com/oss/python/integrations/chat/baseten.md): Integrate with the ChatBaseten chat model using LangChain Python. - [ChatBedrock integration](https://docs.langchain.com/oss/python/integrations/chat/bedrock.md): Integrate with the ChatBedrock chat model using LangChain Python. - [ChatCerebras integration](https://docs.langchain.com/oss/python/integrations/chat/cerebras.md): Integrate with the ChatCerebras chat model using LangChain Python. - [ChatCohere integration](https://docs.langchain.com/oss/python/integrations/chat/cohere.md): Integrate with the Cohere chat model using LangChain Python. - [ChatCrusoe integration](https://docs.langchain.com/oss/python/integrations/chat/crusoe.md): Integrate with the ChatCrusoe chat model using LangChain Python. - [ChatDatabricks integration](https://docs.langchain.com/oss/python/integrations/chat/databricks.md): Integrate with the ChatDatabricks chat model using LangChain Python. - [ChatDeepSeek integration](https://docs.langchain.com/oss/python/integrations/chat/deepseek.md): Integrate with the ChatDeepSeek chat model using LangChain Python. - [ChatFireworks integration](https://docs.langchain.com/oss/python/integrations/chat/fireworks.md): Integrate with the ChatFireworks chat model using LangChain Python. - [ChatAnthropicVertex integration](https://docs.langchain.com/oss/python/integrations/chat/google_anthropic_vertex.md): Integrate with the ChatAnthropicVertex chat model using LangChain Python. - [ChatGoogleGenerativeAI integration](https://docs.langchain.com/oss/python/integrations/chat/google_generative_ai.md): Integrate with the ChatGoogleGenerativeAI chat model using LangChain Python. - [ChatVertexAI integration](https://docs.langchain.com/oss/python/integrations/chat/google_vertex_ai.md): Integrate with the ChatVertexAI chat model using LangChain Python. - [ChatGroq integration](https://docs.langchain.com/oss/python/integrations/chat/groq.md): Integrate with the ChatGroq chat model using LangChain Python. - [ChatHuggingFace integration](https://docs.langchain.com/oss/python/integrations/chat/huggingface.md): Integrate with the ChatHuggingFace chat model using LangChain Python. - [ChatWatsonx integration](https://docs.langchain.com/oss/python/integrations/chat/ibm_watsonx.md): Integrate with the ChatWatsonx chat model using LangChain Python. - [Chat model integrations](https://docs.langchain.com/oss/python/integrations/chat/index.md): Integrate with chat models using LangChain Python. - [ChatLiteLLM and ChatLiteLLMRouter integration](https://docs.langchain.com/oss/python/integrations/chat/litellm.md): Integrate with the ChatLiteLLM and ChatLiteLLMRouter chat model using LangChain Python. - [ChatMistralAI integration](https://docs.langchain.com/oss/python/integrations/chat/mistralai.md): Integrate with the ChatMistralAI chat model using LangChain Python. - [ChatNVIDIA integration](https://docs.langchain.com/oss/python/integrations/chat/nvidia_ai_endpoints.md): Integrate with ChatNVIDIA and ChatNVIDIADynamo chat models using LangChain Python. - [ChatOCIModelDeployment integration](https://docs.langchain.com/oss/python/integrations/chat/oci_data_science.md): Integrate with the ChatOCIModelDeployment chat model using LangChain Python. - [OCI Generative AI Integration for LangChain](https://docs.langchain.com/oss/python/integrations/chat/oci_generative_ai.md): Integrate with OCI Generative AI chat models using LangChain Python. - [ChatOllama integration](https://docs.langchain.com/oss/python/integrations/chat/ollama.md): Integrate with the ChatOllama chat model using LangChain Python. - [ChatOpenAI integration](https://docs.langchain.com/oss/python/integrations/chat/openai.md): Integrate with the ChatOpenAI chat model using LangChain Python. - [ChatOpenRouter integration](https://docs.langchain.com/oss/python/integrations/chat/openrouter.md): Integrate with the ChatOpenRouter chat model using LangChain Python. - [ChatParallel integration](https://docs.langchain.com/oss/python/integrations/chat/parallel.md): Integrate with the ChatParallel chat model using LangChain Python. - [ChatPerplexity integration](https://docs.langchain.com/oss/python/integrations/chat/perplexity.md): Integrate with the ChatPerplexity chat model using LangChain Python. - [ChatQwen integration](https://docs.langchain.com/oss/python/integrations/chat/qwen.md): Integrate with the ChatQwen chat model using LangChain Python. - [ChatQwQ integration](https://docs.langchain.com/oss/python/integrations/chat/qwq.md): Integrate with the ChatQwQ chat model using LangChain Python. - [ChatSambanova integration](https://docs.langchain.com/oss/python/integrations/chat/sambanova.md): Integrate with the ChatSambanova chat model using LangChain Python. - [ChatTogether integration](https://docs.langchain.com/oss/python/integrations/chat/together.md): Integrate with the ChatTogether chat model using LangChain Python. - [ChatUpstage integration](https://docs.langchain.com/oss/python/integrations/chat/upstage.md): Integrate with the ChatUpstage chat model using LangChain Python. - [vLLM integration](https://docs.langchain.com/oss/python/integrations/chat/vllm.md): Integrate with the vLLM chat model using LangChain Python. - [ChatXAI integration](https://docs.langchain.com/oss/python/integrations/chat/xai.md): Integrate with the ChatXAI chat model using LangChain Python. - [CockroachDB chat message history](https://docs.langchain.com/oss/python/integrations/chat_message_histories/cockroachdb.md): Store chat conversation history in CockroachDB using LangChain Python. - [Checkpointer integrations](https://docs.langchain.com/oss/python/integrations/checkpointers/index.md): Integrate with checkpointer backends for LangGraph persistence. - [AstraDB integration](https://docs.langchain.com/oss/python/integrations/document_loaders/astradb.md): Integrate with the AstraDB document loader using LangChain Python. - [Azure blob storage loader integration](https://docs.langchain.com/oss/python/integrations/document_loaders/azure_blob_storage.md): Integrate with the Azure blob storage loader document loader using LangChain Python. - [Docling integration](https://docs.langchain.com/oss/python/integrations/document_loaders/docling.md): Integrate with the Docling document loader using LangChain Python. - [Docugami integration](https://docs.langchain.com/oss/python/integrations/document_loaders/docugami.md): Integrate with the Docugami document loader using LangChain Python. - [Example](https://docs.langchain.com/oss/python/integrations/document_loaders/example_data/example.md) - [Google alloydb for postgresql integration](https://docs.langchain.com/oss/python/integrations/document_loaders/google_alloydb.md): Integrate with the Google alloydb for postgresql document loader using LangChain Python. - [Google bigquery integration](https://docs.langchain.com/oss/python/integrations/document_loaders/google_bigquery.md): Integrate with the Google bigquery document loader using LangChain Python. - [Google bigtable integration](https://docs.langchain.com/oss/python/integrations/document_loaders/google_bigtable.md): Integrate with the Google bigtable document loader using LangChain Python. - [Google Classroom integration](https://docs.langchain.com/oss/python/integrations/document_loaders/google_classroom.md): Integrate with the Google Classroom document loader using LangChain Python. - [Google cloud SQL for SQL server integration](https://docs.langchain.com/oss/python/integrations/document_loaders/google_cloud_sql_mssql.md): Integrate with the Google cloud SQL for SQL server document loader using LangChain Python. - [Google cloud SQL for mysql integration](https://docs.langchain.com/oss/python/integrations/document_loaders/google_cloud_sql_mysql.md): Integrate with the Google cloud SQL for mysql document loader using LangChain Python. - [Google cloud storage directory integration](https://docs.langchain.com/oss/python/integrations/document_loaders/google_cloud_storage_directory.md): Integrate with the Google cloud storage directory document loader using LangChain Python. - [Google cloud storage file integration](https://docs.langchain.com/oss/python/integrations/document_loaders/google_cloud_storage_file.md): Integrate with the Google cloud storage file document loader using LangChain Python. - [Google firestore in datastore mode integration](https://docs.langchain.com/oss/python/integrations/document_loaders/google_datastore.md): Integrate with the Google firestore in datastore mode document loader using LangChain Python. - [Google drive integration](https://docs.langchain.com/oss/python/integrations/document_loaders/google_drive.md): Integrate with the Google drive document loader using LangChain Python. - [Google firestore (native mode) integration](https://docs.langchain.com/oss/python/integrations/document_loaders/google_firestore.md): Integrate with the Google firestore (native mode) document loader using LangChain Python. - [Google memorystore for Redis integration](https://docs.langchain.com/oss/python/integrations/document_loaders/google_memorystore_redis.md): Integrate with the Google memorystore for Redis document loader using LangChain Python. - [Google spanner integration](https://docs.langchain.com/oss/python/integrations/document_loaders/google_spanner.md): Integrate with the Google spanner document loader using LangChain Python. - [Google speech-to-text audio transcripts integration](https://docs.langchain.com/oss/python/integrations/document_loaders/google_speech_to_text.md): Integrate with the Google speech-to-text audio transcripts document loader using LangChain Python. - [Document loader integrations](https://docs.langchain.com/oss/python/integrations/document_loaders/index.md): Integrate with document loaders using LangChain Python. - [LangSmithLoader integration](https://docs.langchain.com/oss/python/integrations/document_loaders/langsmith.md): Integrate with the LangSmithLoader document loader using LangChain Python. - [Oracle autonomous database integration](https://docs.langchain.com/oss/python/integrations/document_loaders/oracleadb_loader.md): Integrate with the Oracle autonomous database document loader using LangChain Python. - [Oracle AI vector search document processing integration](https://docs.langchain.com/oss/python/integrations/document_loaders/oracleai.md): Integrate with the Oracle AI vector search document processing document loader using LangChain Python. - [Dell powerscale integration](https://docs.langchain.com/oss/python/integrations/document_loaders/powerscale.md): Integrate with the Dell powerscale document loader using LangChain Python. - [Unstructured integration](https://docs.langchain.com/oss/python/integrations/document_loaders/unstructured_file.md): Integrate with the Unstructured document loader using LangChain Python. - [Upstage integration](https://docs.langchain.com/oss/python/integrations/document_loaders/upstage.md): Integrate with the Upstage document loader using LangChain Python. - [AI21SemanticTextSplitter integration](https://docs.langchain.com/oss/python/integrations/document_transformers/ai21_semantic_text_splitter.md): Integrate with the AI21SemanticTextSplitter document transformer using LangChain Python. - [Cross encoder reranker integration](https://docs.langchain.com/oss/python/integrations/document_transformers/cross_encoder_reranker.md): Rerank retrieved documents with open-source cross-encoder models using LangChain Python. - [Google cloud Vertex AI reranker integration](https://docs.langchain.com/oss/python/integrations/document_transformers/google_cloud_vertexai_rerank.md): Integrate with the Google cloud Vertex AI reranker document transformer using LangChain Python. - [Google cloud document AI integration](https://docs.langchain.com/oss/python/integrations/document_transformers/google_docai.md): Integrate with the Google cloud document AI document transformer using LangChain Python. - [Google translate integration](https://docs.langchain.com/oss/python/integrations/document_transformers/google_translate.md): Integrate with the Google translate document transformer using LangChain Python. - [Localai reranker integration](https://docs.langchain.com/oss/python/integrations/document_transformers/localai_rerank.md): Integrate with the Localai reranker document transformer using LangChain Python. - [VoyageAI reranker integration](https://docs.langchain.com/oss/python/integrations/document_transformers/voyageai-reranker.md): Integrate with the VoyageAI reranker document transformer using LangChain Python. - [AzureOpenAIEmbeddings integration](https://docs.langchain.com/oss/python/integrations/embeddings/azure_openai.md): Integrate with the AzureOpenAIEmbeddings embedding model using LangChain - [BasetenEmbeddings integration](https://docs.langchain.com/oss/python/integrations/embeddings/baseten.md): Integrate with the BasetenEmbeddings embedding model using LangChain Python. - [BedrockEmbeddings integration](https://docs.langchain.com/oss/python/integrations/embeddings/bedrock.md): Integrate with the BedrockEmbeddings embedding model using LangChain Python. - [BGE on Hugging Face integration](https://docs.langchain.com/oss/python/integrations/embeddings/bge_huggingface.md): Integrate with BGE embedding models on Hugging Face using LangChain Python. - [CohereEmbeddings integration](https://docs.langchain.com/oss/python/integrations/embeddings/cohere.md): Integrate with the CohereEmbeddings embedding model using LangChain Python. - [DatabricksEmbeddings integration](https://docs.langchain.com/oss/python/integrations/embeddings/databricks.md): Integrate with the DatabricksEmbeddings embedding model using LangChain - [Elasticsearch integration](https://docs.langchain.com/oss/python/integrations/embeddings/elasticsearch.md): Integrate with the Elasticsearch embedding model using LangChain Python. - [FireworksEmbeddings integration](https://docs.langchain.com/oss/python/integrations/embeddings/fireworks.md): Integrate with the FireworksEmbeddings embedding model using LangChain Python. - [GoogleGenerativeAIEmbeddings integration](https://docs.langchain.com/oss/python/integrations/embeddings/google_generative_ai.md): Integrate with Google Gemini API embedding models using LangChain Python. - [Google Vertex AI integration](https://docs.langchain.com/oss/python/integrations/embeddings/google_vertex_ai.md): Integrate with the Google Vertex AI embedding model using LangChain Python. - [Hugging Face integration](https://docs.langchain.com/oss/python/integrations/embeddings/huggingfacehub.md): Integrate with Hugging Face embedding models using LangChain Python. - [WatsonxEmbeddings integration](https://docs.langchain.com/oss/python/integrations/embeddings/ibm_watsonx.md): Integrate with the WatsonxEmbeddings embedding model using LangChain Python. - [Embedding model integrations](https://docs.langchain.com/oss/python/integrations/embeddings/index.md): Integrate with embedding models using LangChain Python. - [Instructor embeddings on Hugging Face integration](https://docs.langchain.com/oss/python/integrations/embeddings/instruct_embeddings.md): Integrate with Instructor-style embedding models on Hugging Face using LangChain Python. - [MistralAIEmbeddings integration](https://docs.langchain.com/oss/python/integrations/embeddings/mistralai.md): Integrate with the MistralAIEmbeddings embedding model using LangChain - [NVIDIAEmbeddings integration](https://docs.langchain.com/oss/python/integrations/embeddings/nvidia_ai_endpoints.md): Integrate with the NVIDIAEmbeddings embedding model using LangChain Python. - [OCI Generative AI Integration for LangChain](https://docs.langchain.com/oss/python/integrations/embeddings/oci_generative_ai.md): Integrate with OCI Generative AI embeddings using LangChain Python. - [OllamaEmbeddings integration](https://docs.langchain.com/oss/python/integrations/embeddings/ollama.md): Integrate with the OllamaEmbeddings embedding model using LangChain Python. - [OpenAIEmbeddings integration](https://docs.langchain.com/oss/python/integrations/embeddings/openai.md): Integrate with the OpenAIEmbeddings embedding model using LangChain Python. - [Oracle AI vector search generate integration](https://docs.langchain.com/oss/python/integrations/embeddings/oracleai.md): Integrate with the Oracle AI vector search generate embedding model using LangChain Python. - [PerplexityEmbeddings integration](https://docs.langchain.com/oss/python/integrations/embeddings/perplexity.md): Integrate with Perplexity's embedding models using LangChain Python. - [Pinecone integration](https://docs.langchain.com/oss/python/integrations/embeddings/pinecone.md): Integrate with the Pinecone embedding model using LangChain Python. - [SambanovaEmbeddings integration](https://docs.langchain.com/oss/python/integrations/embeddings/sambanova.md): Integrate with the SambanovaEmbeddings embedding model using LangChain Python. - [Sentence Transformers on Hugging Face integration](https://docs.langchain.com/oss/python/integrations/embeddings/sentence_transformers.md): Integrate with Sentence Transformers embedding models using LangChain - [Text embeddings inference integration](https://docs.langchain.com/oss/python/integrations/embeddings/text_embeddings_inference.md): Integrate with the Text embeddings inference embedding model using LangChain Python. - [TogetherEmbeddings integration](https://docs.langchain.com/oss/python/integrations/embeddings/together.md): Integrate with the TogetherEmbeddings embedding model using LangChain - [UpstageEmbeddings integration](https://docs.langchain.com/oss/python/integrations/embeddings/upstage.md): Integrate with the UpstageEmbeddings embedding model using LangChain Python. - [Voyage AI integration](https://docs.langchain.com/oss/python/integrations/embeddings/voyageai.md): Integrate with the Voyage AI embedding model using LangChain Python. - [Amazon neptune with cypher integration](https://docs.langchain.com/oss/python/integrations/graphs/amazon_neptune_open_cypher.md): Integrate with the Amazon neptune with cypher graph using LangChain Python. - [Kuzu integration](https://docs.langchain.com/oss/python/integrations/graphs/kuzu_db.md): Integrate with the Kuzu graph using LangChain Python. - [Memgraph integration](https://docs.langchain.com/oss/python/integrations/graphs/memgraph.md): Integrate with the Memgraph using LangChain Python. - [Neo4j integration](https://docs.langchain.com/oss/python/integrations/graphs/neo4j_cypher.md): Integrate with the Neo4j graph using LangChain Python. - [SAP HANA Cloud Knowledge Graph Engine](https://docs.langchain.com/oss/python/integrations/graphs/sap_hana_rdf_graph.md) - [Timbr integration](https://docs.langchain.com/oss/python/integrations/graphs/timbr.md): Integrate with the Timbr graph using LangChain Python. - [AI21LLM integration](https://docs.langchain.com/oss/python/integrations/llms/ai21.md): Integrate with the AI21LLM using LangChain Python. - [AIMLAPI integration](https://docs.langchain.com/oss/python/integrations/llms/aimlapi.md): Integrate with the AIMLAPI LLM using LangChain Python. - [AnthropicLLM integration](https://docs.langchain.com/oss/python/integrations/llms/anthropic.md): Integrate with the AnthropicLLM using LangChain Python. - [Azure OpenAI integration](https://docs.langchain.com/oss/python/integrations/llms/azure_openai.md): Integrate with the Azure OpenAI LLM using LangChain Python. - [Bedrock integration](https://docs.langchain.com/oss/python/integrations/llms/bedrock.md): Integrate with the Bedrock LLM using LangChain Python. - [Cohere integration](https://docs.langchain.com/oss/python/integrations/llms/cohere.md): Integrate with the Cohere LLM using LangChain Python. - [GoogleGenerativeAI integration](https://docs.langchain.com/oss/python/integrations/llms/google_generative_ai.md): Get started using legacy Gemini LLMs in LangChain. - [Google cloud Vertex AI integration](https://docs.langchain.com/oss/python/integrations/llms/google_vertex_ai.md): Integrate with the Google cloud Vertex AI LLM using LangChain Python. - [Huggingface endpoints integration](https://docs.langchain.com/oss/python/integrations/llms/huggingface_endpoint.md): Integrate with the Huggingface endpoints LLM using LangChain Python. - [Hugging Face local pipelines integration](https://docs.langchain.com/oss/python/integrations/llms/huggingface_pipelines.md): Integrate with the Hugging Face local pipelines LLM using LangChain Python. - [IBM watsonx.ai integration](https://docs.langchain.com/oss/python/integrations/llms/ibm_watsonx.md): Integrate with the IBM watsonx.ai LLM using LangChain Python. - [ModelScopeEndpoint integration](https://docs.langchain.com/oss/python/integrations/llms/modelscope_endpoint.md): Integrate with the ModelScopeEndpoint LLM using LangChain Python. - [NVIDIA integration](https://docs.langchain.com/oss/python/integrations/llms/nvidia_ai_endpoints.md): Integrate with the NVIDIA LLM using LangChain Python. - [Ollama integration](https://docs.langchain.com/oss/python/integrations/llms/ollama.md): Integrate with the Ollama LLM using LangChain Python. - [OpenAI integration](https://docs.langchain.com/oss/python/integrations/llms/openai.md): Integrate with the OpenAI LLM using LangChain Python. - [Openvino integration](https://docs.langchain.com/oss/python/integrations/llms/openvino.md): Integrate with the Openvino LLM using LangChain Python. - [Pipeshift integration](https://docs.langchain.com/oss/python/integrations/llms/pipeshift.md): Integrate with the Pipeshift LLM using LangChain Python. - [Predictionguard integration](https://docs.langchain.com/oss/python/integrations/llms/predictionguard.md): Integrate with the Predictionguard LLM using LangChain Python. - [SageMakerEndpoint integration](https://docs.langchain.com/oss/python/integrations/llms/sagemaker.md): Integrate with the SageMakerEndpoint LLM using LangChain Python. - [Together AI integration](https://docs.langchain.com/oss/python/integrations/llms/together.md): Integrate with the Together AI LLM using LangChain Python. - [Store integrations](https://docs.langchain.com/oss/python/integrations/long-term-memory/index.md): Integrate with store backends for LangGraph long-term memory. - [Anthropic middleware integration](https://docs.langchain.com/oss/python/integrations/middleware/anthropic.md): Integrate with the Anthropic middleware using LangChain Python. - [AWS middleware integration](https://docs.langchain.com/oss/python/integrations/middleware/aws.md): Integrate with AWS middleware using LangChain Python. - [Microsoft Foundry middleware integration](https://docs.langchain.com/oss/python/integrations/middleware/azure_ai.md): Integrate with the Azure AI middleware using LangChain Python. - [Middleware integrations](https://docs.langchain.com/oss/python/integrations/middleware/index.md): Integrate with middleware using LangChain Python. - [NVIDIA middleware integration](https://docs.langchain.com/oss/python/integrations/middleware/nvidia.md): Integrate with the NVIDIA middleware using LangChain Python. - [OpenAI middleware integration](https://docs.langchain.com/oss/python/integrations/middleware/openai.md): Integrate with the OpenAI middleware using LangChain Python. - [Aerospike integrations](https://docs.langchain.com/oss/python/integrations/providers/aerospike.md): Integrate with Aerospike for LangGraph checkpointing and store persistence using LangChain Python. - [AgentSystems](https://docs.langchain.com/oss/python/integrations/providers/agentsystems.md): Governance infrastructure for AI systems. - [AI21 labs integrations](https://docs.langchain.com/oss/python/integrations/providers/ai21.md): Integrate with AI21 labs using LangChain Python. - [AI/ML API integrations](https://docs.langchain.com/oss/python/integrations/providers/aimlapi.md): Integrate with AI/ML API using LangChain Python. - [Alibaba cloud integrations](https://docs.langchain.com/oss/python/integrations/providers/alibaba_cloud.md): Integrate with Alibaba cloud using LangChain Python. - [All LangChain Python integration providers](https://docs.langchain.com/oss/python/integrations/providers/all_providers.md) - [Anthropic (Claude) integrations](https://docs.langchain.com/oss/python/integrations/providers/anthropic.md): Integrate with Anthropic (Claude) using LangChain Python. - [any-llm integrations](https://docs.langchain.com/oss/python/integrations/providers/anyllm.md): Integrate with any-llm using LangChain Python. - [Astra DB integrations](https://docs.langchain.com/oss/python/integrations/providers/astradb.md): Integrate with Astra DB using LangChain Python. - [AWS (Amazon) integrations](https://docs.langchain.com/oss/python/integrations/providers/aws.md): Integrate with AWS (Amazon) using LangChain Python. - [Azure AI integrations](https://docs.langchain.com/oss/python/integrations/providers/azure_ai.md): Integrate with Azure AI using LangChain Python. - [Baseten integrations](https://docs.langchain.com/oss/python/integrations/providers/baseten.md): Integrate with Baseten using LangChain Python. - [Box integrations](https://docs.langchain.com/oss/python/integrations/providers/box.md): Integrate with Box using LangChain Python. - [Browserbase integrations](https://docs.langchain.com/oss/python/integrations/providers/browserbase.md): Integrate with Browserbase using LangChain Python. - [Cala](https://docs.langchain.com/oss/python/integrations/providers/cala.md) - [Cerebras integrations](https://docs.langchain.com/oss/python/integrations/providers/cerebras.md): Integrate with Cerebras using LangChain Python. - [Chroma integrations](https://docs.langchain.com/oss/python/integrations/providers/chroma.md): Integrate with Chroma using LangChain Python. - [CockroachDB integrations](https://docs.langchain.com/oss/python/integrations/providers/cockroachdb.md): Integrate with CockroachDB using LangChain Python. - [Cohere integrations](https://docs.langchain.com/oss/python/integrations/providers/cohere.md): Integrate with Cohere using LangChain Python. - [Context integrations](https://docs.langchain.com/oss/python/integrations/providers/context.md): Integrate with Context using LangChain Python. - [CrateDB integrations](https://docs.langchain.com/oss/python/integrations/providers/cratedb.md): Integrate with CrateDB using LangChain Python. - [Databricks integrations](https://docs.langchain.com/oss/python/integrations/providers/databricks.md): Integrate with Databricks using LangChain Python. - [Datadog tracing integrations](https://docs.langchain.com/oss/python/integrations/providers/datadog.md): Integrate with Datadog tracing using LangChain Python. - [Daytona integrations](https://docs.langchain.com/oss/python/integrations/providers/daytona.md): Integrate with Daytona using LangChain Python. - [DeepSeek integrations](https://docs.langchain.com/oss/python/integrations/providers/deepseek.md): Integrate with DeepSeek using LangChain Python. - [Dell integrations](https://docs.langchain.com/oss/python/integrations/providers/dell.md): Integrate with Dell using LangChain Python. - [Discord integrations](https://docs.langchain.com/oss/python/integrations/providers/discord-shikenso.md): Integrate with Discord using LangChain Python. - [Docling integrations](https://docs.langchain.com/oss/python/integrations/providers/docling.md): Integrate with Docling using LangChain Python. - [Docugami integrations](https://docs.langchain.com/oss/python/integrations/providers/docugami.md): Integrate with Docugami using LangChain Python. - [Egnyte](https://docs.langchain.com/oss/python/integrations/providers/egnyte.md) - [Elasticsearch integrations](https://docs.langchain.com/oss/python/integrations/providers/elasticsearch.md): Integrate with Elasticsearch using LangChain Python. - [Exa integrations](https://docs.langchain.com/oss/python/integrations/providers/exa_search.md): Integrate with Exa using LangChain Python. - [Fireworks integrations](https://docs.langchain.com/oss/python/integrations/providers/fireworks.md): Integrate with Fireworks AI using LangChain Python. - [Google integrations](https://docs.langchain.com/oss/python/integrations/providers/google.md): Integrate with Google using LangChain Python. - [Graph RAG integrations](https://docs.langchain.com/oss/python/integrations/providers/graph_rag.md): Integrate with Graph RAG using LangChain Python. - [Graphsignal integrations](https://docs.langchain.com/oss/python/integrations/providers/graphsignal.md): Integrate with Graphsignal using LangChain Python. - [Groq integrations](https://docs.langchain.com/oss/python/integrations/providers/groq.md): Integrate with Groq using LangChain Python. - [Helicone integrations](https://docs.langchain.com/oss/python/integrations/providers/helicone.md): Integrate with Helicone using LangChain Python. - [Hugging Face integrations](https://docs.langchain.com/oss/python/integrations/providers/huggingface.md): Integrate with Hugging Face using LangChain Python. - [IBM integrations](https://docs.langchain.com/oss/python/integrations/providers/ibm.md): Integrate with IBM using LangChain Python. - [Johnsnowlabs integrations](https://docs.langchain.com/oss/python/integrations/providers/johnsnowlabs.md): Integrate with Johnsnowlabs using LangChain Python. - [Konlpy integrations](https://docs.langchain.com/oss/python/integrations/providers/konlpy.md): Integrate with Konlpy using LangChain Python. - [Kùzu integrations](https://docs.langchain.com/oss/python/integrations/providers/kuzu.md): Integrate with Kùzu using LangChain Python. - [LangChain decorators integrations](https://docs.langchain.com/oss/python/integrations/providers/langchain_decorators.md): Integrate with LangChain decorators using LangChain Python. - [Langfair integrations](https://docs.langchain.com/oss/python/integrations/providers/langfair.md): Integrate with Langfair using LangChain Python. - [Langfuse integrations](https://docs.langchain.com/oss/python/integrations/providers/langfuse.md): Integrate with Langfuse using LangChain Python. - [LiteLLM integrations](https://docs.langchain.com/oss/python/integrations/providers/litellm.md): Integrate with LiteLLM using LangChain Python. - [Localai integrations](https://docs.langchain.com/oss/python/integrations/providers/localai.md): Integrate with Localai using LangChain Python. - [Log10 integrations](https://docs.langchain.com/oss/python/integrations/providers/log10.md): Integrate with Log10 using LangChain Python. - [Memgraph integrations](https://docs.langchain.com/oss/python/integrations/providers/memgraph.md): Integrate with Memgraph using LangChain Python. - [Metal integrations](https://docs.langchain.com/oss/python/integrations/providers/metal.md): Integrate with Metal using LangChain Python. - [Microsoft integrations](https://docs.langchain.com/oss/python/integrations/providers/microsoft.md): Integrate with Microsoft using LangChain Python. - [Milvus integrations](https://docs.langchain.com/oss/python/integrations/providers/milvus.md): Integrate with Milvus using LangChain Python. - [Mindsdb integrations](https://docs.langchain.com/oss/python/integrations/providers/mindsdb.md): Integrate with Mindsdb using LangChain Python. - [MistralAI integrations](https://docs.langchain.com/oss/python/integrations/providers/mistralai.md): Integrate with MistralAI using LangChain Python. - [MLflow integrations](https://docs.langchain.com/oss/python/integrations/providers/mlflow_tracking.md): Integrate with MLflow using LangChain Python. - [Modal integrations](https://docs.langchain.com/oss/python/integrations/providers/modal.md): Integrate with Modal using LangChain Python. - [Modelscope integrations](https://docs.langchain.com/oss/python/integrations/providers/modelscope.md): Integrate with Modelscope using LangChain Python. - [MongoDB integrations](https://docs.langchain.com/oss/python/integrations/providers/mongodb.md): Integrate with MongoDB using LangChain Python. - [MongoDB atlas integrations](https://docs.langchain.com/oss/python/integrations/providers/mongodb_atlas.md): Integrate with MongoDB atlas using LangChain Python. - [Motörhead integrations](https://docs.langchain.com/oss/python/integrations/providers/motorhead.md): Integrate with Motörhead using LangChain Python. - [Neo4j integrations](https://docs.langchain.com/oss/python/integrations/providers/neo4j.md): Integrate with Neo4j using LangChain Python. - [NVIDIA](https://docs.langchain.com/oss/python/integrations/providers/nvidia.md): Integrate with NVIDIA using LangChain Python. - [OCI Generative AI Integration for LangChain](https://docs.langchain.com/oss/python/integrations/providers/oci.md): Integrate with OCI Generative AI using LangChain Python. - [Ollama integrations](https://docs.langchain.com/oss/python/integrations/providers/ollama.md): Integrate with Ollama using LangChain Python. - [Open agent spec integrations](https://docs.langchain.com/oss/python/integrations/providers/open_agent_spec.md): Integrate with Open agent spec using LangChain Python. - [OpenAI integrations](https://docs.langchain.com/oss/python/integrations/providers/openai.md): Integrate with OpenAI using LangChain Python. - [OpenRouter integrations](https://docs.langchain.com/oss/python/integrations/providers/openrouter.md): Access models from multiple providers through OpenRouter's unified API using LangChain Python. - [OracleAI vector search integrations](https://docs.langchain.com/oss/python/integrations/providers/oracleai.md): Integrate with OracleAI vector search using LangChain Python. - [LangChain Python integrations](https://docs.langchain.com/oss/python/integrations/providers/overview.md): Integrate with providers using LangChain Python. - [Parallel integrations](https://docs.langchain.com/oss/python/integrations/providers/parallel.md): Integrate with Parallel using LangChain Python. - [Perplexity integrations](https://docs.langchain.com/oss/python/integrations/providers/perplexity.md): Integrate with Perplexity using LangChain Python. - [Pinecone integrations](https://docs.langchain.com/oss/python/integrations/providers/pinecone.md): Integrate with Pinecone using LangChain Python. - [Pipeshift integrations](https://docs.langchain.com/oss/python/integrations/providers/pipeshift.md): Integrate with Pipeshift using LangChain Python. - [PlainID integrations](https://docs.langchain.com/oss/python/integrations/providers/plainid.md): Integrate with PlainID using LangChain Python. - [Portkey integrations](https://docs.langchain.com/oss/python/integrations/providers/portkey/index.md): Integrate with Portkey using LangChain Python. - [Log, trace, and monitor Portkey integrations](https://docs.langchain.com/oss/python/integrations/providers/portkey/logging_tracing_portkey.md): Integrate with Log, trace, and monitor Portkey using LangChain Python. - [Prediction guard integrations](https://docs.langchain.com/oss/python/integrations/providers/predictionguard.md): Integrate with Prediction guard using LangChain Python. - [Privy integrations](https://docs.langchain.com/oss/python/integrations/providers/privy.md): Integrate with Privy using LangChain Python. - [Qdrant integrations](https://docs.langchain.com/oss/python/integrations/providers/qdrant.md): Integrate with Qdrant using LangChain Python. - [Ray serve integrations](https://docs.langchain.com/oss/python/integrations/providers/ray_serve.md): Integrate with Ray serve using LangChain Python. - [Redis integrations](https://docs.langchain.com/oss/python/integrations/providers/redis.md): Integrate with Redis using LangChain Python. - [Remembrall integrations](https://docs.langchain.com/oss/python/integrations/providers/remembrall.md): Integrate with Remembrall using LangChain Python. - [Replicate integrations](https://docs.langchain.com/oss/python/integrations/providers/replicate.md): Integrate with Replicate using LangChain Python. - [Sambanova integrations](https://docs.langchain.com/oss/python/integrations/providers/sambanova.md): Integrate with Sambanova using LangChain Python. - [Sap integrations](https://docs.langchain.com/oss/python/integrations/providers/sap.md): Integrate with Sap using LangChain Python. - [Shale protocol integrations](https://docs.langchain.com/oss/python/integrations/providers/shaleprotocol.md): Integrate with Shale protocol using LangChain Python. - [Supadata](https://docs.langchain.com/oss/python/integrations/providers/supadata.md) - [Tableau integrations](https://docs.langchain.com/oss/python/integrations/providers/tableau.md): Integrate with Tableau using LangChain Python. - [Tavily integrations](https://docs.langchain.com/oss/python/integrations/providers/tavily.md): Integrate with Tavily using LangChain Python. - [Tensorlake integrations](https://docs.langchain.com/oss/python/integrations/providers/tensorlake.md): Integrate with Tensorlake using LangChain Python. - [Timbr integrations](https://docs.langchain.com/oss/python/integrations/providers/timbr.md): Integrate with Timbr using LangChain Python. - [Together AI integrations](https://docs.langchain.com/oss/python/integrations/providers/together.md): Integrate with Together AI using LangChain Python. - [Mcp toolbox integrations](https://docs.langchain.com/oss/python/integrations/providers/toolbox.md): Integrate with Mcp toolbox using LangChain Python. - [Truefoundry integrations](https://docs.langchain.com/oss/python/integrations/providers/truefoundry.md): Integrate with Truefoundry using LangChain Python. - [Trulens integrations](https://docs.langchain.com/oss/python/integrations/providers/trulens.md): Integrate with Trulens using LangChain Python. - [Unstructured integrations](https://docs.langchain.com/oss/python/integrations/providers/unstructured.md): Integrate with Unstructured using LangChain Python. - [Upstage integrations](https://docs.langchain.com/oss/python/integrations/providers/upstage.md): Integrate with Upstage using LangChain Python. - [VoyageAI integrations](https://docs.langchain.com/oss/python/integrations/providers/voyageai.md): Integrate with VoyageAI using LangChain Python. - [Weaviate integrations](https://docs.langchain.com/oss/python/integrations/providers/weaviate.md): Integrate with Weaviate using LangChain Python. - [xAI integrations](https://docs.langchain.com/oss/python/integrations/providers/xai.md): Integrate with xAI using LangChain Python. - [Yeager.ai integrations](https://docs.langchain.com/oss/python/integrations/providers/yeagerai.md): Integrate with Yeager.ai using LangChain Python. - [Bedrock (knowledge bases) integration](https://docs.langchain.com/oss/python/integrations/retrievers/bedrock.md): Integrate with the Bedrock (knowledge bases) retriever using LangChain Python. - [BoxRetriever integration](https://docs.langchain.com/oss/python/integrations/retrievers/box.md): Integrate with the BoxRetriever retriever using LangChain Python. - [Cohere reranker integration](https://docs.langchain.com/oss/python/integrations/retrievers/cohere-reranker.md): Integrate with the Cohere reranker retriever using LangChain Python. - [Cohere RAG integration](https://docs.langchain.com/oss/python/integrations/retrievers/cohere.md): Integrate with the Cohere RAG retriever using LangChain Python. - [EgnyteRetriever](https://docs.langchain.com/oss/python/integrations/retrievers/egnyte.md) - [Elasticsearch integration](https://docs.langchain.com/oss/python/integrations/retrievers/elasticsearch_retriever.md): Integrate with the Elasticsearch retriever using LangChain Python. - [Google drive integration](https://docs.langchain.com/oss/python/integrations/retrievers/google_drive.md): Integrate with the Google drive retriever using LangChain Python. - [Google Vertex AI search integration](https://docs.langchain.com/oss/python/integrations/retrievers/google_vertex_ai_search.md): Integrate with the Google Vertex AI search retriever using LangChain Python. - [Graph RAG integration](https://docs.langchain.com/oss/python/integrations/retrievers/graph_rag.md): Integrate with the Graph RAG retriever using LangChain Python. - [IBM watsonx.ai integration](https://docs.langchain.com/oss/python/integrations/retrievers/ibm_watsonx_ranker.md): Integrate with the IBM watsonx.ai retriever using LangChain Python. - [Retriever integrations](https://docs.langchain.com/oss/python/integrations/retrievers/index.md): Integrate with retrievers using LangChain Python. - [NVIDIARAGRetriever integration](https://docs.langchain.com/oss/python/integrations/retrievers/nvidia.md): Integrate with the NVIDIARAGRetriever using LangChain Python. - [ParallelSearchRetriever integration](https://docs.langchain.com/oss/python/integrations/retrievers/parallel.md): Integrate with the ParallelSearchRetriever retriever using LangChain Python. - [PerplexitySearch integration](https://docs.langchain.com/oss/python/integrations/retrievers/perplexity_search.md): Integrate with the PerplexitySearchRetriever using LangChain Python. - [Pinecone rerank integration](https://docs.langchain.com/oss/python/integrations/retrievers/pinecone_rerank.md): Integrate with the Pinecone rerank retriever using LangChain Python. - [Ragatouille integration](https://docs.langchain.com/oss/python/integrations/retrievers/ragatouille.md): Integrate with the Ragatouille retriever using LangChain Python. - [AgentCoreSandbox integration](https://docs.langchain.com/oss/python/integrations/sandboxes/aws.md): Integrate with the AgentCoreSandbox sandbox backend using LangChain Python. - [DaytonaSandbox integration](https://docs.langchain.com/oss/python/integrations/sandboxes/daytona.md): Integrate with the DaytonaSandbox sandbox backend using LangChain Python. - [Sandbox integrations](https://docs.langchain.com/oss/python/integrations/sandboxes/index.md): Integrate with sandbox providers using LangChain Python. - [LangSmith sandbox integration](https://docs.langchain.com/oss/python/integrations/sandboxes/langsmith.md): Integrate with the LangSmithSandbox type using LangChain Python. - [ModalSandbox integration](https://docs.langchain.com/oss/python/integrations/sandboxes/modal.md): Integrate with the ModalSandbox sandbox backend using LangChain Python. - [Splitting by character - Text splitter integration guide](https://docs.langchain.com/oss/python/integrations/splitters/character_text_splitter.md) - [Splitting code text splitter integration guide](https://docs.langchain.com/oss/python/integrations/splitters/code_splitter.md) - [Text splitter integrations](https://docs.langchain.com/oss/python/integrations/splitters/index.md): Integrate with text splitters using LangChain. - [Split markdown - text splitter integration](https://docs.langchain.com/oss/python/integrations/splitters/markdown_header_metadata_splitter.md): Integrate with the Split markdown text splitter using LangChain Python. - [Split JSON data - text splitter integration](https://docs.langchain.com/oss/python/integrations/splitters/recursive_json_splitter.md): Integrate with the Split JSON data text splitter using LangChain Python. - [Splitting recursively - Text splitter integration guide](https://docs.langchain.com/oss/python/integrations/splitters/recursive_text_splitter.md) - [Splitting by token - Text splitter integration guide](https://docs.langchain.com/oss/python/integrations/splitters/split_by_token.md) - [Split HTML - text splitter integration](https://docs.langchain.com/oss/python/integrations/splitters/split_html.md): Integrate with the Split HTML text splitter using LangChain Python. - [AstraDBByteStore integration](https://docs.langchain.com/oss/python/integrations/stores/astradb.md): Integrate with the AstraDBByteStore store using LangChain Python. - [BigTableByteStore integration](https://docs.langchain.com/oss/python/integrations/stores/bigtable.md): Integrate with the BigTableByteStore store using LangChain Python. - [ElasticsearchEmbeddingsCache integration](https://docs.langchain.com/oss/python/integrations/stores/elasticsearch.md): Integrate with the ElasticsearchEmbeddingsCache store using LangChain Python. - [LocalFileStore integration](https://docs.langchain.com/oss/python/integrations/stores/file_system.md): Integrate with the LocalFileStore store using LangChain Python. - [InMemoryByteStore integration](https://docs.langchain.com/oss/python/integrations/stores/in_memory.md): Integrate with the InMemoryByteStore store using LangChain Python. - [Store integrations](https://docs.langchain.com/oss/python/integrations/stores/index.md): Integrate with stores using LangChain Python. - [Microsoft Foundry tools integration](https://docs.langchain.com/oss/python/integrations/tools/azure_ai.md): Integrate with Microsoft Foundry model tools using LangChain Python. - [Microsoft Foundry Tools (formerly Azure AI Services) tools integration](https://docs.langchain.com/oss/python/integrations/tools/azure_ai_services.md): Integrate with Microsoft Foundry Tools (formerly Azure AI Services) using LangChain Python. - [Azure container apps dynamic sessions integration](https://docs.langchain.com/oss/python/integrations/tools/azure_dynamic_sessions.md): Integrate with the Azure container apps dynamic sessions tool using LangChain Python. - [Azure Logic Apps integration](https://docs.langchain.com/oss/python/integrations/tools/azure_logic_apps.md): Integrate with Azure Logic Apps using LangChain Python. - [Amazon Bedrock agentcore browser integration](https://docs.langchain.com/oss/python/integrations/tools/bedrock_agentcore_browser.md): Integrate with the Amazon Bedrock agentcore browser tool using LangChain Python. - [Amazon Bedrock agentcore code interpreter integration](https://docs.langchain.com/oss/python/integrations/tools/bedrock_agentcore_code_interpreter.md): Integrate with the Amazon Bedrock agentcore code interpreter tool using LangChain Python. - [Cdp agentkit toolkit integration](https://docs.langchain.com/oss/python/integrations/tools/cdp_agentkit.md): Integrate with the Cdp agentkit toolkit using LangChain Python. - [Composio integration](https://docs.langchain.com/oss/python/integrations/tools/composio.md): Give agents secure access to 1,000+ toolkits and 20,000+ tools through Composio's unified API platform, with OAuth handling, event-driven workflows, and multi-user support. - [Databricks unity catalog (Uc) integration](https://docs.langchain.com/oss/python/integrations/tools/databricks.md): Integrate with the Databricks unity catalog (Uc) tool using LangChain Python. - [Discord integration](https://docs.langchain.com/oss/python/integrations/tools/discord.md): Integrate with the Discord tool using LangChain Python. - [Exa search integration](https://docs.langchain.com/oss/python/integrations/tools/exa_search.md): Integrate with the Exa search tool using LangChain Python. - [Google calendar toolkit integration](https://docs.langchain.com/oss/python/integrations/tools/google_calendar.md): Integrate with the Google calendar toolkit using LangChain Python. - [Google cloud text-to-speech integration](https://docs.langchain.com/oss/python/integrations/tools/google_cloud_texttospeech.md): Integrate with the Google cloud text-to-speech tool using LangChain Python. - [Google drive integration](https://docs.langchain.com/oss/python/integrations/tools/google_drive.md): Integrate with the Google drive tool using LangChain Python. - [Gmail toolkit integration](https://docs.langchain.com/oss/python/integrations/tools/google_gmail.md): Integrate with the Gmail toolkit using LangChain Python. - [Google imagen integration](https://docs.langchain.com/oss/python/integrations/tools/google_imagen.md): Integrate with the Google imagen tool using LangChain Python. - [Google search integration](https://docs.langchain.com/oss/python/integrations/tools/google_search.md): Integrate with the Google search tool using LangChain Python. - [IBM watsonx.ai integration](https://docs.langchain.com/oss/python/integrations/tools/ibm_watsonx.md): Integrate with the IBM watsonx.ai tool using LangChain Python. - [IBM watsonx.ai SQL integration](https://docs.langchain.com/oss/python/integrations/tools/ibm_watsonx_sql.md): Integrate with the IBM watsonx.ai SQL tool using LangChain Python. - [Tool integrations](https://docs.langchain.com/oss/python/integrations/tools/index.md): Integrate with tools using LangChain Python. - [Mcp toolbox for databases integration](https://docs.langchain.com/oss/python/integrations/tools/mcp_toolbox.md): Integrate with the Mcp toolbox for databases tool using LangChain Python. - [Oracle AI vector search generate summary integration](https://docs.langchain.com/oss/python/integrations/tools/oracleai.md): Integrate with the Oracle AI vector search generate summary tool using LangChain Python. - [Parallel extract integration](https://docs.langchain.com/oss/python/integrations/tools/parallel_extract.md): Integrate with the ParallelExtractTool tool using LangChain Python. - [Parallel FindAll integration](https://docs.langchain.com/oss/python/integrations/tools/parallel_findall.md): Integrate with the ParallelFindAllTool tool using LangChain Python. - [Parallel Monitor integration](https://docs.langchain.com/oss/python/integrations/tools/parallel_monitor.md): Integrate with the ParallelMonitor type using LangChain Python. - [Parallel search integration](https://docs.langchain.com/oss/python/integrations/tools/parallel_search.md): Integrate with the ParallelSearchTool tool using LangChain Python. - [Parallel Task API integration](https://docs.langchain.com/oss/python/integrations/tools/parallel_task.md): Integrate with the ParallelTaskRunTool tool using LangChain Python. - [Perplexity search integration](https://docs.langchain.com/oss/python/integrations/tools/perplexity_search.md): Integrate with the Perplexity search tool using LangChain Python. - [Privy integration](https://docs.langchain.com/oss/python/integrations/tools/privy.md): Integrate with the Privy tool using LangChain Python. - [StripeAgentToolkit integration](https://docs.langchain.com/oss/python/integrations/tools/stripe.md): Integrate with the StripeAgentToolkit tool using LangChain Python. - [Tableau integration](https://docs.langchain.com/oss/python/integrations/tools/tableau.md): Integrate with the Tableau tool using LangChain Python. - [Tavily crawl integration](https://docs.langchain.com/oss/python/integrations/tools/tavily_crawl.md): Integrate with the Tavily crawl tool using LangChain Python. - [Tavily extract integration](https://docs.langchain.com/oss/python/integrations/tools/tavily_extract.md): Integrate with the Tavily extract tool using LangChain Python. - [Tavily map integration](https://docs.langchain.com/oss/python/integrations/tools/tavily_map.md): Integrate with the Tavily map tool using LangChain Python. - [Tavily search integration](https://docs.langchain.com/oss/python/integrations/tools/tavily_search.md): Integrate with the Tavily search tool using LangChain Python. - [Unstructured Transform integration](https://docs.langchain.com/oss/python/integrations/tools/unstructured_transform.md): Integrate with the Unstructured Transform tools using LangChain Python. - [Upstage groundedness check integration](https://docs.langchain.com/oss/python/integrations/tools/upstage_groundedness_check.md): Integrate with the Upstage groundedness check tool using LangChain Python. - [Astra DB integration](https://docs.langchain.com/oss/python/integrations/vectorstores/astradb.md): Integrate with the Astra DB vector store using LangChain Python. - [Azure Cosmos DB mongo vcore integration](https://docs.langchain.com/oss/python/integrations/vectorstores/azure_cosmos_db_mongo_vcore.md): Integrate with the Azure Cosmos DB mongo vcore vector store using LangChain Python. - [Azure Cosmos DB NoSQL integration](https://docs.langchain.com/oss/python/integrations/vectorstores/azure_cosmos_db_no_sql.md): Integrate with the Azure Cosmos DB NoSQL vector store using LangChain Python. - [Azure database for postgresql - flexible server integration](https://docs.langchain.com/oss/python/integrations/vectorstores/azure_db_for_postgresql.md): Integrate with the Azure database for postgresql - flexible server vector store using LangChain Python. - [Chroma integration](https://docs.langchain.com/oss/python/integrations/vectorstores/chroma.md): Integrate with the Chroma vector store using LangChain Python. - [Databricks vector search integration](https://docs.langchain.com/oss/python/integrations/vectorstores/databricks_vector_search.md): Integrate with the Databricks vector search vector store using LangChain Python. - [Elasticsearch integration](https://docs.langchain.com/oss/python/integrations/vectorstores/elasticsearch.md): Integrate with the Elasticsearch vector store using LangChain Python. - [Google alloydb for postgresql integration](https://docs.langchain.com/oss/python/integrations/vectorstores/google_alloydb.md): Integrate with the Google alloydb for postgresql vector store using LangChain Python. - [Google bigquery vector search integration](https://docs.langchain.com/oss/python/integrations/vectorstores/google_bigquery_vector_search.md): Integrate with the Google bigquery vector search vector store using LangChain Python. - [Google cloud SQL for mysql integration](https://docs.langchain.com/oss/python/integrations/vectorstores/google_cloud_sql_mysql.md): Integrate with the Google cloud SQL for mysql vector store using LangChain Python. - [Google cloud SQL for postgresql integration](https://docs.langchain.com/oss/python/integrations/vectorstores/google_cloud_sql_pg.md): Integrate with the Google cloud SQL for postgresql vector store using LangChain Python. - [Google firestore integration](https://docs.langchain.com/oss/python/integrations/vectorstores/google_firestore.md): Integrate with the Google firestore vector store using LangChain Python. - [Google memorystore for Redis integration](https://docs.langchain.com/oss/python/integrations/vectorstores/google_memorystore_redis.md): Integrate with the Google memorystore for Redis vector store using LangChain Python. - [Google spanner integration](https://docs.langchain.com/oss/python/integrations/vectorstores/google_spanner.md): Integrate with the Google spanner vector store using LangChain Python. - [Google Vertex AI feature integration](https://docs.langchain.com/oss/python/integrations/vectorstores/google_vertex_ai_feature_store.md): Integrate with the Google Vertex AI feature vector store using LangChain Python. - [Google Vertex AI vector search integration](https://docs.langchain.com/oss/python/integrations/vectorstores/google_vertex_ai_vector_search.md): Integrate with the Google Vertex AI vector search vector store using LangChain Python. - [InMemoryVectorStore integration](https://docs.langchain.com/oss/python/integrations/vectorstores/in_memory.md): Integrate with the InMemoryVectorStore vector store using LangChain Python. - [Vector store integrations](https://docs.langchain.com/oss/python/integrations/vectorstores/index.md): Integrate with vector stores using LangChain Python. - [Amazon memorydb integration](https://docs.langchain.com/oss/python/integrations/vectorstores/memorydb.md): Integrate with the Amazon memorydb vector store using LangChain Python. - [Milvus integration](https://docs.langchain.com/oss/python/integrations/vectorstores/milvus.md): Integrate with the Milvus vector store using LangChain Python. - [MongoDB Atlas Integration](https://docs.langchain.com/oss/python/integrations/vectorstores/mongodb_atlas.md): Integrate with the MongoDB Atlas Vector Store using LangChain Python. - [Neo4j vector index integration](https://docs.langchain.com/oss/python/integrations/vectorstores/neo4jvector.md): Integrate with the Neo4j vector index vector store using LangChain Python. - [Oracle AI vector search - integration](https://docs.langchain.com/oss/python/integrations/vectorstores/oracle.md): Integrate with the Oracle AI vector search - vector store using LangChain Python. - [PGVector integration](https://docs.langchain.com/oss/python/integrations/vectorstores/pgvector.md): Integrate with the PGVector vector store using LangChain Python. - [PGVectorStore integration](https://docs.langchain.com/oss/python/integrations/vectorstores/pgvectorstore.md): Integrate with the PGVectorStore using LangChain Python. - [Pinecone integration](https://docs.langchain.com/oss/python/integrations/vectorstores/pinecone.md): Integrate with the Pinecone vector store using LangChain Python. - [Pinecone (Sparse) integration](https://docs.langchain.com/oss/python/integrations/vectorstores/pinecone_sparse.md): Integrate with the Pinecone (Sparse) vector store using LangChain Python. - [Qdrant integration](https://docs.langchain.com/oss/python/integrations/vectorstores/qdrant.md): Integrate with the Qdrant vector store using LangChain Python. - [Redis integration](https://docs.langchain.com/oss/python/integrations/vectorstores/redis.md): Integrate with the Redis vector store using LangChain Python. - [Sap hana cloud vector engine integration](https://docs.langchain.com/oss/python/integrations/vectorstores/sap_hanavector.md): Integrate with the Sap hana cloud vector engine vector store using LangChain Python. - [turbopuffer integration](https://docs.langchain.com/oss/python/integrations/vectorstores/turbopuffer.md): Integrate with the turbopuffer vector store using LangChain Python. - [Valkey](https://docs.langchain.com/oss/python/integrations/vectorstores/valkey.md) - [Weaviate integration](https://docs.langchain.com/oss/python/integrations/vectorstores/weaviate.md): Integrate with the Weaviate vector store using LangChain Python. - [LangChain Academy](https://docs.langchain.com/oss/python/langchain/academy.md) - [Agents](https://docs.langchain.com/oss/python/langchain/agents.md) - [Changelog](https://docs.langchain.com/oss/python/langchain/changelog-js.md) - [Changelog](https://docs.langchain.com/oss/python/langchain/changelog-py.md) - [Component architecture](https://docs.langchain.com/oss/python/langchain/component-architecture.md) - [Context engineering in agents](https://docs.langchain.com/oss/python/langchain/context-engineering.md) - [Build a data analysis agent from scratch](https://docs.langchain.com/oss/python/langchain/deep-agent-from-scratch.md): Build a data analysis agent step by step using create_agent and Deep Agents middleware. - [Deployment](https://docs.langchain.com/oss/python/langchain/deploy.md): Deploy LangChain agents to production with LangSmith Cloud or JavaScript frameworks and hosting platforms. - [INVALID_PROMPT_INPUT](https://docs.langchain.com/oss/python/langchain/errors/INVALID_PROMPT_INPUT.md) - [INVALID_TOOL_RESULTS](https://docs.langchain.com/oss/python/langchain/errors/INVALID_TOOL_RESULTS.md) - [MESSAGE_COERCION_FAILURE](https://docs.langchain.com/oss/python/langchain/errors/MESSAGE_COERCION_FAILURE.md) - [MODEL_AUTHENTICATION](https://docs.langchain.com/oss/python/langchain/errors/MODEL_AUTHENTICATION.md) - [MODEL_NOT_FOUND](https://docs.langchain.com/oss/python/langchain/errors/MODEL_NOT_FOUND.md) - [MODEL_RATE_LIMIT](https://docs.langchain.com/oss/python/langchain/errors/MODEL_RATE_LIMIT.md) - [OUTPUT_PARSING_FAILURE](https://docs.langchain.com/oss/python/langchain/errors/OUTPUT_PARSING_FAILURE.md) - [Event streaming](https://docs.langchain.com/oss/python/langchain/event-streaming.md): Stream real-time updates from LangChain agent runs - [Branching chat](https://docs.langchain.com/oss/python/langchain/frontend/branching-chat.md): Edit messages and regenerate responses by forking from checkpoints - [Controlled generative UI](https://docs.langchain.com/oss/python/langchain/frontend/controlled-generative-ui.md): Render agent output with components you author using components as tools, tool-call rendering, state rendering, and reasoning - [Declarative generative UI](https://docs.langchain.com/oss/python/langchain/frontend/declarative-generative-ui.md): Compose agent-generated interfaces from a registered component catalog using json-render and A2UI - [Generative UI overview](https://docs.langchain.com/oss/python/langchain/frontend/generative-ui-overview.md): Understand the generative UI spectrum from controlled to declarative to open-ended interfaces - [Headless tools](https://docs.langchain.com/oss/python/langchain/frontend/headless-tools.md): Run browser and device APIs on the client with headless tool implementations - [Human-in-the-Loop](https://docs.langchain.com/oss/python/langchain/frontend/human-in-the-loop.md): Add approval workflows with interrupt-based human review - [AI Elements](https://docs.langchain.com/oss/python/langchain/frontend/integrations/ai-elements.md): Composable shadcn/ui-based components for AI chat interfaces with useStream - [assistant-ui](https://docs.langchain.com/oss/python/langchain/frontend/integrations/assistant-ui.md): Headless React AI chat framework with a full runtime layer, bridged to useStream - [CopilotKit](https://docs.langchain.com/oss/python/langchain/frontend/integrations/copilotkit.md): Use CopilotKit with LangGraph, Deep Agents, and React with custom endpoints, the Python AG-UI bridge, and structured generative UI - [OpenUI](https://docs.langchain.com/oss/python/langchain/frontend/integrations/openui.md): Generate complete, interactive dashboards and reports using the OpenUI component library and openui-lang - [Overview](https://docs.langchain.com/oss/python/langchain/frontend/integrations/overview.md): Connect useStream to any React UI component library or generative UI framework - [Join & rejoin streams](https://docs.langchain.com/oss/python/langchain/frontend/join-rejoin.md): Disconnect from and reconnect to running agent streams - [Markdown messages](https://docs.langchain.com/oss/python/langchain/frontend/markdown-messages.md): Render LLM responses as rich, formatted markdown with proper streaming support - [Message queues](https://docs.langchain.com/oss/python/langchain/frontend/message-queues.md): Queue multiple messages and manage them while the agent processes sequentially - [Open-ended generative UI](https://docs.langchain.com/oss/python/langchain/frontend/open-ended-generative-ui.md): Render UI created outside your application, such as sandboxed MCP Apps, at the open end of the generative UI spectrum - [Overview](https://docs.langchain.com/oss/python/langchain/frontend/overview.md): Build generative UIs with real-time streaming from LangChain agents - [Reasoning tokens](https://docs.langchain.com/oss/python/langchain/frontend/reasoning-tokens.md): Display model thinking and reasoning processes in collapsible blocks - [Structured output](https://docs.langchain.com/oss/python/langchain/frontend/structured-output.md): Render structured agent responses with custom UI components instead of plain text - [Time travel](https://docs.langchain.com/oss/python/langchain/frontend/time-travel.md): Inspect, navigate, and resume from any checkpoint in the conversation history - [Tool calling](https://docs.langchain.com/oss/python/langchain/frontend/tool-calling.md): Display agent tool calls with rich, type-safe UI cards - [Get help](https://docs.langchain.com/oss/python/langchain/get-help.md) - [Guardrails](https://docs.langchain.com/oss/python/langchain/guardrails.md): Implement safety checks and content filtering for your agents - [Human-in-the-loop](https://docs.langchain.com/oss/python/langchain/human-in-the-loop.md) - [Install LangChain](https://docs.langchain.com/oss/python/langchain/install.md) - [Build a semantic search engine with LangChain](https://docs.langchain.com/oss/python/langchain/knowledge-base.md) - [Long-term memory](https://docs.langchain.com/oss/python/langchain/long-term-memory.md): Add long-term memory to LangChain agents to store and recall data across conversations and sessions - [Model Context Protocol (MCP)](https://docs.langchain.com/oss/python/langchain/mcp.md) - [Messages](https://docs.langchain.com/oss/python/langchain/messages.md) - [Prebuilt middleware](https://docs.langchain.com/oss/python/langchain/middleware/built-in.md): Prebuilt middleware for common agent use cases - [Custom middleware](https://docs.langchain.com/oss/python/langchain/middleware/custom.md) - [Overview](https://docs.langchain.com/oss/python/langchain/middleware/overview.md): Control and customize agent execution at every step - [Models](https://docs.langchain.com/oss/python/langchain/models.md) - [Custom workflow](https://docs.langchain.com/oss/python/langchain/multi-agent/custom-workflow.md) - [Build customer support with handoffs](https://docs.langchain.com/oss/python/langchain/multi-agent/handoffs-customer-support.md) - [Handoffs](https://docs.langchain.com/oss/python/langchain/multi-agent/handoffs.md) - [Multi-agent](https://docs.langchain.com/oss/python/langchain/multi-agent/index.md) - [Build a multi-source knowledge base with routing](https://docs.langchain.com/oss/python/langchain/multi-agent/router-knowledge-base.md) - [Router](https://docs.langchain.com/oss/python/langchain/multi-agent/router.md) - [Build a SQL assistant with on-demand skills](https://docs.langchain.com/oss/python/langchain/multi-agent/skills-sql-assistant.md) - [Skills](https://docs.langchain.com/oss/python/langchain/multi-agent/skills.md) - [Build a personal assistant with subagents](https://docs.langchain.com/oss/python/langchain/multi-agent/subagents-personal-assistant.md) - [Subagents](https://docs.langchain.com/oss/python/langchain/multi-agent/subagents.md) - [LangSmith Observability](https://docs.langchain.com/oss/python/langchain/observability.md) - [LangChain overview](https://docs.langchain.com/oss/python/langchain/overview.md): LangChain provides create_agent: a minimal, highly configurable agent harness. Compose exactly the agent your use case needs from model, tools, prompt, and middleware. - [Philosophy](https://docs.langchain.com/oss/python/langchain/philosophy.md): LangChain exists to be the easiest place to start building with LLMs, while also being flexible and production-ready. - [Quickstart](https://docs.langchain.com/oss/python/langchain/quickstart.md): Build your first agent in minutes - [Retrieval](https://docs.langchain.com/oss/python/langchain/retrieval.md) - [Runtime](https://docs.langchain.com/oss/python/langchain/runtime.md) - [Short-term memory](https://docs.langchain.com/oss/python/langchain/short-term-memory.md) - [Build a SQL agent](https://docs.langchain.com/oss/python/langchain/sql-agent.md) - [Streaming](https://docs.langchain.com/oss/python/langchain/streaming.md): Stream real-time updates from agent runs - [Structured output](https://docs.langchain.com/oss/python/langchain/structured-output.md) - [LangSmith Studio](https://docs.langchain.com/oss/python/langchain/studio.md) - [Agent Evals](https://docs.langchain.com/oss/python/langchain/test/evals.md): Evaluate agent trajectories using deterministic matching or LLM-as-judge evaluators with AgentEvals and LangSmith. - [Test](https://docs.langchain.com/oss/python/langchain/test/index.md): Strategies for testing LangChain agents, including unit tests, integration tests, and trajectory evaluations. - [Integration testing](https://docs.langchain.com/oss/python/langchain/test/integration-testing.md): Test agents with real LLM APIs by organizing tests, managing keys, handling flakiness, and controlling costs. - [Unit testing](https://docs.langchain.com/oss/python/langchain/test/unit-testing.md): Test agent logic without API calls using fake chat models and in-memory persistence. - [Tools](https://docs.langchain.com/oss/python/langchain/tools.md) - [Agent Chat UI](https://docs.langchain.com/oss/python/langchain/ui.md) - [Build a voice agent with LangChain](https://docs.langchain.com/oss/python/langchain/voice-agent.md) - [Memory](https://docs.langchain.com/oss/python/langgraph/add-memory.md) - [Build a custom RAG agent with LangGraph](https://docs.langchain.com/oss/python/langgraph/agentic-rag.md): Build a custom retrieval agent with LangGraph that decides when to search a vector store or respond directly. - [Application structure](https://docs.langchain.com/oss/python/langgraph/application-structure.md) - [Backward compatibility](https://docs.langchain.com/oss/python/langgraph/backward-compatibility.md): Update LangGraph graph code in production without breaking in-flight runs. - [Case studies](https://docs.langchain.com/oss/python/langgraph/case-studies.md) - [Changelog](https://docs.langchain.com/oss/python/langgraph/changelog-js.md) - [Changelog](https://docs.langchain.com/oss/python/langgraph/changelog-py.md) - [Checkpointers](https://docs.langchain.com/oss/python/langgraph/checkpointers.md): LangGraph checkpointers save graph state as checkpoints at each step, enabling persistence, human-in-the-loop, and fault-tolerant execution. - [Choosing between Graph and Functional APIs](https://docs.langchain.com/oss/python/langgraph/choosing-apis.md) - [Deployment](https://docs.langchain.com/oss/python/langgraph/deploy.md): Deploy LangGraph agents to production with LangSmith Cloud or JavaScript frameworks and hosting platforms. - [GRAPH_RECURSION_LIMIT](https://docs.langchain.com/oss/python/langgraph/errors/GRAPH_RECURSION_LIMIT.md) - [INVALID_CHAT_HISTORY](https://docs.langchain.com/oss/python/langgraph/errors/INVALID_CHAT_HISTORY.md) - [INVALID_CONCURRENT_GRAPH_UPDATE](https://docs.langchain.com/oss/python/langgraph/errors/INVALID_CONCURRENT_GRAPH_UPDATE.md) - [INVALID_GRAPH_NODE_RETURN_VALUE](https://docs.langchain.com/oss/python/langgraph/errors/INVALID_GRAPH_NODE_RETURN_VALUE.md) - [MISSING_CHECKPOINTER](https://docs.langchain.com/oss/python/langgraph/errors/MISSING_CHECKPOINTER.md) - [MULTIPLE_SUBGRAPHS](https://docs.langchain.com/oss/python/langgraph/errors/MULTIPLE_SUBGRAPHS.md) - [Event streaming](https://docs.langchain.com/oss/python/langgraph/event-streaming.md): Stream LangGraph runs with typed projections for messages, state, subgraphs, output, and extensions. - [Fault tolerance](https://docs.langchain.com/oss/python/langgraph/fault-tolerance.md): Configure per-node timeouts, retries, and error handlers in LangGraph. - [Custom stream channels](https://docs.langchain.com/oss/python/langgraph/frontend/custom-stream-channels.md): Stream custom server-side data to the frontend and read it with useExtension and useChannel - [Graph execution](https://docs.langchain.com/oss/python/langgraph/frontend/graph-execution.md): Visualize multi-step graph pipelines with per-node status and streaming content - [Overview](https://docs.langchain.com/oss/python/langgraph/frontend/overview.md): Render LangGraph agents to the frontend - [Functional API overview](https://docs.langchain.com/oss/python/langgraph/functional-api.md) - [Graph API overview](https://docs.langchain.com/oss/python/langgraph/graph-api.md) - [Install LangGraph](https://docs.langchain.com/oss/python/langgraph/install.md) - [Interrupts](https://docs.langchain.com/oss/python/langgraph/interrupts.md) - [Run a local server](https://docs.langchain.com/oss/python/langgraph/local-server.md) - [LangSmith Observability](https://docs.langchain.com/oss/python/langgraph/observability.md) - [LangGraph overview](https://docs.langchain.com/oss/python/langgraph/overview.md): Gain control with LangGraph to design agents that reliably handle complex tasks - [Persistence](https://docs.langchain.com/oss/python/langgraph/persistence.md): LangGraph's persistence layer gives agents short-term memory through checkpointers and long-term memory through stores. - [LangGraph runtime](https://docs.langchain.com/oss/python/langgraph/pregel.md) - [Quickstart](https://docs.langchain.com/oss/python/langgraph/quickstart.md) - [Build a custom SQL agent](https://docs.langchain.com/oss/python/langgraph/sql-agent.md) - [Stores](https://docs.langchain.com/oss/python/langgraph/stores.md): LangGraph stores provide cross-thread long-term memory, complementing per-thread checkpointer persistence. - [Streaming](https://docs.langchain.com/oss/python/langgraph/streaming.md) - [LangSmith Studio](https://docs.langchain.com/oss/python/langgraph/studio.md) - [Test](https://docs.langchain.com/oss/python/langgraph/test.md) - [Thinking in LangGraph](https://docs.langchain.com/oss/python/langgraph/thinking-in-langgraph.md): Learn how to think about building agents with LangGraph - [Agent Chat UI](https://docs.langchain.com/oss/python/langgraph/ui.md) - [Use the functional API](https://docs.langchain.com/oss/python/langgraph/use-functional-api.md) - [Use the graph API](https://docs.langchain.com/oss/python/langgraph/use-graph-api.md) - [Subgraphs](https://docs.langchain.com/oss/python/langgraph/use-subgraphs.md) - [Use time-travel](https://docs.langchain.com/oss/python/langgraph/use-time-travel.md): Replay past executions and fork to explore alternative paths in LangGraph - [Workflows and agents](https://docs.langchain.com/oss/python/langgraph/workflows-agents.md) - [Learn](https://docs.langchain.com/oss/python/learn.md): Tutorials, conceptual guides, and resources to help you get started. - [LangChain v1 migration guide](https://docs.langchain.com/oss/python/migrate/langchain-v1.md) - [Migrate from langgraph-supervisor](https://docs.langchain.com/oss/python/migrate/langgraph-supervisor.md): Migrate from the langgraph-supervisor package to the subagents pattern with create_agent and tool-wrapped subagents. - [LangGraph v1 migration guide](https://docs.langchain.com/oss/python/migrate/langgraph-v1.md) - [Deep Agents](https://docs.langchain.com/oss/python/reference/deepagents-javascript.md) - [Deep Agents](https://docs.langchain.com/oss/python/reference/deepagents-python.md) - [Integrations](https://docs.langchain.com/oss/python/reference/integrations-javascript.md) - [Integrations](https://docs.langchain.com/oss/python/reference/integrations-python.md) - [LangChain SDK](https://docs.langchain.com/oss/python/reference/langchain-javascript.md) - [LangChain SDK](https://docs.langchain.com/oss/python/reference/langchain-python.md) - [LangGraph SDK](https://docs.langchain.com/oss/python/reference/langgraph-javascript.md) - [LangGraph SDK](https://docs.langchain.com/oss/python/reference/langgraph-python.md) - [Reference](https://docs.langchain.com/oss/python/reference/overview.md) - [Release policy](https://docs.langchain.com/oss/python/release-policy.md) - [Changelog](https://docs.langchain.com/oss/python/releases/changelog.md): Log of updates and improvements to our Python packages - [What's new in LangChain v1](https://docs.langchain.com/oss/python/releases/langchain-v1.md) - [What's new in LangGraph v1](https://docs.langchain.com/oss/python/releases/langgraph-v1.md) - [Security policy](https://docs.langchain.com/oss/python/security-policy.md) - [Studio](https://docs.langchain.com/oss/python/studio.md): Develop, run, and debug LangGraph agents in an interactive environment with LangSmith Studio. - [Versioning](https://docs.langchain.com/oss/python/versioning.md) ## Open source (TypeScript) - [Errors](https://docs.langchain.com/oss/javascript/common-errors.md) - [Context overview](https://docs.langchain.com/oss/javascript/concepts/context.md) - [Memory overview](https://docs.langchain.com/oss/javascript/concepts/memory.md) - [Runtimes, frameworks, and harnesses](https://docs.langchain.com/oss/javascript/concepts/products.md): Understand the differences between LangChain, LangGraph, and Deep Agents and when to use each one - [Providers and models](https://docs.langchain.com/oss/javascript/concepts/providers-and-models.md): Understand how LangChain uses providers to give you a single API for any model from any provider - [Contributing to code](https://docs.langchain.com/oss/javascript/contributing/code.md) - [Co-marketing](https://docs.langchain.com/oss/javascript/contributing/comarketing.md) - [Contributing to documentation](https://docs.langchain.com/oss/javascript/contributing/documentation.md) - [Implement a LangChain integration](https://docs.langchain.com/oss/javascript/contributing/implement-langchain.md) - [Contributing integrations](https://docs.langchain.com/oss/javascript/contributing/integrations-langchain.md) - [Contributing](https://docs.langchain.com/oss/javascript/contributing/overview.md) - [Publish an integration](https://docs.langchain.com/oss/javascript/contributing/publish-langchain.md) - [Using standard tests](https://docs.langchain.com/oss/javascript/contributing/standard-tests-langchain.md) - [A2A server](https://docs.langchain.com/oss/javascript/deepagents/a2a.md) - [Agent Client Protocol (ACP)](https://docs.langchain.com/oss/javascript/deepagents/acp.md): Expose Deep Agents over the Agent Client Protocol (ACP) to integrate with code editors and IDEs. - [Async subagents](https://docs.langchain.com/oss/javascript/deepagents/async-subagents.md): Launch background subagents that run concurrently while the supervisor continues interacting with the user - [Backends](https://docs.langchain.com/oss/javascript/deepagents/backends.md): Choose and configure filesystem backends for Deep Agents. You can specify routes to different backends, implement virtual filesystems, and enforce policies. - [Changelog](https://docs.langchain.com/oss/javascript/deepagents/changelog-js.md) - [Changelog](https://docs.langchain.com/oss/javascript/deepagents/changelog-py.md) - [Deep Agents Code](https://docs.langchain.com/oss/javascript/deepagents/code-link.md): Terminal coding agent built on the Deep Agents SDK - [Comparison with Claude Agent SDK](https://docs.langchain.com/oss/javascript/deepagents/comparison.md): Compare LangChain Deep Agents with the Claude Agent SDK to choose the right tool for your use case. - [Build a content builder agent](https://docs.langchain.com/oss/javascript/deepagents/content-builder.md): Build a content writing agent with brand memory, skills, subagents, and image generation - [Context engineering in Deep Agents](https://docs.langchain.com/oss/javascript/deepagents/context-engineering.md): Control what context your deep agent has access to and how it is managed across long-running tasks - [Customize Deep Agents](https://docs.langchain.com/oss/javascript/deepagents/customization.md): Learn how to customize Deep Agents with system prompts, tools, subagents, and more - [Build a data analysis agent](https://docs.langchain.com/oss/javascript/deepagents/data-analysis.md): Build an agent that analyzes data files, generates visualizations, and shares results - [Build a deep research agent](https://docs.langchain.com/oss/javascript/deepagents/deep-research.md): Build a multi-step web research agent with subagent delegation - [Dynamic subagents](https://docs.langchain.com/oss/javascript/deepagents/dynamic-subagents.md): Use interpreters to dispatch and orchestrate Deep Agents subagents from code - [Event streaming](https://docs.langchain.com/oss/javascript/deepagents/event-streaming.md): Stream subagents, messages, tool calls, and final output from Deep Agents. - [Fault tolerance](https://docs.langchain.com/oss/javascript/deepagents/fault-tolerance.md): Make your deep agent resilient with rate limiting, retries, fallbacks, and error handling - [Forked subagents](https://docs.langchain.com/oss/javascript/deepagents/forked-subagents.md): Inherit the parent's conversation and system prompt instead of starting a subagent cold - [Overview](https://docs.langchain.com/oss/javascript/deepagents/frontend/overview.md): Build UIs that display real-time subagent streams, task progress, and sandbox for Deep Agents - [Sandbox](https://docs.langchain.com/oss/javascript/deepagents/frontend/sandbox.md): Build an IDE-like UI for a coding agent backed by a sandbox environment - [Subagent streaming](https://docs.langchain.com/oss/javascript/deepagents/frontend/subagent-streaming.md): Display specialist subagents with streaming content, progress tracking, and collapsible cards - [Todo list](https://docs.langchain.com/oss/javascript/deepagents/frontend/todo-list.md): Track agent progress with a real-time todo list synced from agent state - [Going to production](https://docs.langchain.com/oss/javascript/deepagents/going-to-production.md): Take your deep agent to production with persistent memory, sandboxes, resilience middleware, and deployment options - [Human-in-the-loop](https://docs.langchain.com/oss/javascript/deepagents/human-in-the-loop.md): Learn how to configure human approval for sensitive tool operations - [Interpreters](https://docs.langchain.com/oss/javascript/deepagents/interpreters.md): Run lightweight code inside Deep Agents to compose tools, orchestrate subagents, and transform structured data - [Model Context Protocol](https://docs.langchain.com/oss/javascript/deepagents/mcp.md) - [Memory](https://docs.langchain.com/oss/javascript/deepagents/memory.md): Add persistent memory to agents built with Deep Agents so they learn and improve across conversations - [Models](https://docs.langchain.com/oss/javascript/deepagents/models.md): Configure model providers and parameters for Deep Agents - [Multimodal inputs and outputs](https://docs.langchain.com/oss/javascript/deepagents/multimodal.md): Use images, audio, video, and documents with Deep Agents when your model supports multimodal inputs and tool results - [OpenWiki](https://docs.langchain.com/oss/javascript/deepagents/openwiki.md): Generate and maintain repository wikis that coding agents discover through AGENTS.md - [Deep Agents overview](https://docs.langchain.com/oss/javascript/deepagents/overview.md): Build agents that can plan, use subagents, and leverage file systems for complex tasks - [Permissions](https://docs.langchain.com/oss/javascript/deepagents/permissions.md): Control filesystem access with declarative permission rules for Deep Agents - [Profiles](https://docs.langchain.com/oss/javascript/deepagents/profiles.md): Package per-provider and per-model defaults that Deep Agents applies when a model is selected - [Quickstart](https://docs.langchain.com/oss/javascript/deepagents/quickstart.md): Build your first deep agent in minutes - [Retrieval Augmented Generation (RAG) with Deep Agents](https://docs.langchain.com/oss/javascript/deepagents/rag.md): RAG patterns for Deep Agents, including skills-guided retrieval, rubric grading, and a tutorial that indexes LangChain docs, offloads chunks to the filesystem, and delegates analysis to subagents - [Retrieval](https://docs.langchain.com/oss/javascript/deepagents/retrieval.md) - [Grading rubrics](https://docs.langchain.com/oss/javascript/deepagents/rubric.md): LLM-as-a-judge grading for agents that iterate against a rubric until done - [Sandboxes](https://docs.langchain.com/oss/javascript/deepagents/sandboxes.md): Execute code in isolated environments with sandbox backends - [Skills](https://docs.langchain.com/oss/javascript/deepagents/skills.md): Learn how to extend your deep agent's capabilities with skills - [Streaming](https://docs.langchain.com/oss/javascript/deepagents/streaming.md): Stream real-time updates from deep agent runs and subagent execution - [Subagents](https://docs.langchain.com/oss/javascript/deepagents/subagents.md): Learn how to use subagents to delegate work and keep context clean - [Tools](https://docs.langchain.com/oss/javascript/deepagents/tools.md): Connect Deep Agents to custom functions, APIs, databases, and any MCP server - [Question Answering with HanaSparqlQAAgent](https://docs.langchain.com/oss/javascript/integrations/agents/sap_hana_sparql_qa_agent.md): Integrate with the HanaSparqlQAAgent type using LangChain JavaScript. - [Backend integrations](https://docs.langchain.com/oss/javascript/integrations/backends/index.md): Community-built filesystem backends for Deep Agents. - [Question Answering with `HanaSparqlQAChain`](https://docs.langchain.com/oss/javascript/integrations/chains/sap_hana_sparql_qa_chain.md) - [ChatAnthropic integration](https://docs.langchain.com/oss/javascript/integrations/chat/anthropic.md): Integrate with the ChatAnthropic chat model using LangChain JavaScript. - [AzureChatOpenAI integration](https://docs.langchain.com/oss/javascript/integrations/chat/azure.md): Integrate with the AzureChatOpenAI chat model using LangChain JavaScript. - [ChatBaiduQianfan integration](https://docs.langchain.com/oss/javascript/integrations/chat/baidu_qianfan.md): Integrate with the ChatBaiduQianfan chat model using LangChain JavaScript. - [ChatBedrockConverse integration](https://docs.langchain.com/oss/javascript/integrations/chat/bedrock_converse.md): Integrate with the ChatBedrockConverse chat model using LangChain JavaScript. - [ChatCerebras integration](https://docs.langchain.com/oss/javascript/integrations/chat/cerebras.md): Integrate with the ChatCerebras chat model using LangChain JavaScript. - [ChatCloudflareWorkersAI integration](https://docs.langchain.com/oss/javascript/integrations/chat/cloudflare_workersai.md): Integrate with the ChatCloudflareWorkersAI chat model using LangChain JavaScript. - [ChatCohere integration](https://docs.langchain.com/oss/javascript/integrations/chat/cohere.md): Integrate with the ChatCohere chat model using LangChain JavaScript. - [ChatDeepSeek integration](https://docs.langchain.com/oss/javascript/integrations/chat/deepseek.md): Integrate with the ChatDeepSeek chat model using LangChain JavaScript. - [Fake integration](https://docs.langchain.com/oss/javascript/integrations/chat/fake.md): Integrate with the Fake chat model using LangChain JavaScript. - [ChatFireworks integration](https://docs.langchain.com/oss/javascript/integrations/chat/fireworks.md): Integrate with the ChatFireworks chat model using LangChain JavaScript. - [ChatGoogle integration](https://docs.langchain.com/oss/javascript/integrations/chat/google.md): Integrate with the ChatGoogle chat model using LangChain JavaScript. - [ChatGoogleGenerativeAI integration](https://docs.langchain.com/oss/javascript/integrations/chat/google_generative_ai.md): Integrate with the ChatGoogleGenerativeAI chat model using LangChain JavaScript. - [ChatVertexAI integration](https://docs.langchain.com/oss/javascript/integrations/chat/google_vertex_ai.md): Integrate with the ChatVertexAI chat model using LangChain JavaScript. - [ChatGroq integration](https://docs.langchain.com/oss/javascript/integrations/chat/groq.md): Integrate with the ChatGroq chat model using LangChain JavaScript. - [IBM watsonx.ai integration](https://docs.langchain.com/oss/javascript/integrations/chat/ibm.md): Integrate with the IBM watsonx.ai chat model using LangChain JavaScript. - [Chat model integrations](https://docs.langchain.com/oss/javascript/integrations/chat/index.md): Integrate with chat models using LangChain JavaScript. - [ChatMistralAI integration](https://docs.langchain.com/oss/javascript/integrations/chat/mistral.md): Integrate with the ChatMistralAI chat model using LangChain JavaScript. - [ChatOllama integration](https://docs.langchain.com/oss/javascript/integrations/chat/ollama.md): Integrate with the ChatOllama chat model using LangChain JavaScript. - [ChatOpenAI integration](https://docs.langchain.com/oss/javascript/integrations/chat/openai.md): Integrate with the ChatOpenAI chat model using LangChain JavaScript. - [ChatOpenRouter integration](https://docs.langchain.com/oss/javascript/integrations/chat/openrouter.md): Integrate with the ChatOpenRouter chat model using LangChain JavaScript. - [ChatPerplexity integration](https://docs.langchain.com/oss/javascript/integrations/chat/perplexity.md): Integrate with the ChatPerplexity chat model using LangChain JavaScript. - [ChatTogetherAI integration](https://docs.langchain.com/oss/javascript/integrations/chat/togetherai.md): Integrate with the ChatTogetherAI chat model using LangChain JavaScript. - [ChatXAI integration](https://docs.langchain.com/oss/javascript/integrations/chat/xai.md): Integrate with the ChatXAI chat model using LangChain JavaScript. - [ChatYandexGPT integration](https://docs.langchain.com/oss/javascript/integrations/chat/yandex.md): Integrate with the ChatYandexGPT chat model using LangChain JavaScript. - [Cohere rerank integration](https://docs.langchain.com/oss/javascript/integrations/document_compressors/cohere_rerank.md): Integrate with the Cohere rerank document compressor using LangChain JavaScript. - [IBM watsonx.ai integration](https://docs.langchain.com/oss/javascript/integrations/document_compressors/ibm.md): Integrate with the IBM watsonx.ai document compressor using LangChain JavaScript. - [Mixedbread AI reranking integration](https://docs.langchain.com/oss/javascript/integrations/document_compressors/mixedbread_ai.md): Integrate with the Mixedbread AI reranking document compressor using LangChain JavaScript. - [DirectoryLoader integration](https://docs.langchain.com/oss/javascript/integrations/document_loaders/file_loaders/directory.md): Integrate with the DirectoryLoader document loader using LangChain JavaScript. - [File loader integrations](https://docs.langchain.com/oss/javascript/integrations/document_loaders/file_loaders/index.md): Integrate with file loaders using LangChain JavaScript. - [JSON files integration](https://docs.langchain.com/oss/javascript/integrations/document_loaders/file_loaders/json.md): Integrate with the JSON files document loader using LangChain JavaScript. - [Jsonlines files - integration](https://docs.langchain.com/oss/javascript/integrations/document_loaders/file_loaders/jsonlines.md): Integrate with the Jsonlines files - document loader using LangChain JavaScript. - [Multiple individual files - integration](https://docs.langchain.com/oss/javascript/integrations/document_loaders/file_loaders/multi_file.md): Integrate with the Multiple individual files - document loader using LangChain JavaScript. - [OracleDocLoader integration](https://docs.langchain.com/oss/javascript/integrations/document_loaders/file_loaders/oracleai.md): Integrate with the OracleDocLoader document loader using LangChain JavaScript. - [TextLoader integration](https://docs.langchain.com/oss/javascript/integrations/document_loaders/file_loaders/text.md): Integrate with the TextLoader document loader using LangChain JavaScript. - [Document loader integrations](https://docs.langchain.com/oss/javascript/integrations/document_loaders/index.md): Integrate with document loaders using LangChain JavaScript. - [Google cloud SQL for postgresql integration](https://docs.langchain.com/oss/javascript/integrations/document_loaders/web_loaders/google_cloudsql_pg.md): Integrate with the Google cloud SQL for postgresql document loader using LangChain JavaScript. - [Web loader integrations](https://docs.langchain.com/oss/javascript/integrations/document_loaders/web_loaders/index.md): Integrate with web loaders using LangChain JavaScript. - [LangSmithLoader integration](https://docs.langchain.com/oss/javascript/integrations/document_loaders/web_loaders/langsmith.md): Integrate with the LangSmithLoader document loader using LangChain JavaScript. - [Soniox](https://docs.langchain.com/oss/javascript/integrations/document_loaders/web_loaders/soniox.md) - [Document transformer integrations](https://docs.langchain.com/oss/javascript/integrations/document_transformers/index.md): Integrate with document transformers using LangChain JavaScript. - [OpenAI functions metadata tagger - integration](https://docs.langchain.com/oss/javascript/integrations/document_transformers/openai_metadata_tagger.md): Integrate with the OpenAI functions metadata tagger - document transformer using LangChain JavaScript. - [AzureOpenAIEmbeddings integration](https://docs.langchain.com/oss/javascript/integrations/embeddings/azure_openai.md): Integrate with the AzureOpenAIEmbeddings embedding model using LangChain JavaScript. - [Baidu qianfan integration](https://docs.langchain.com/oss/javascript/integrations/embeddings/baidu_qianfan.md): Integrate with the Baidu qianfan embedding model using LangChain JavaScript. - [BedrockEmbeddings integration](https://docs.langchain.com/oss/javascript/integrations/embeddings/bedrock.md): Integrate with the BedrockEmbeddings embedding model using LangChain JavaScript. - [CloudflareWorkersAIEmbeddings integration](https://docs.langchain.com/oss/javascript/integrations/embeddings/cloudflare_ai.md): Integrate with the CloudflareWorkersAIEmbeddings embedding model using LangChain JavaScript. - [CohereEmbeddings integration](https://docs.langchain.com/oss/javascript/integrations/embeddings/cohere.md): Integrate with the CohereEmbeddings embedding model using LangChain JavaScript. - [FireworksEmbeddings integration](https://docs.langchain.com/oss/javascript/integrations/embeddings/fireworks.md): Integrate with the FireworksEmbeddings embedding model using LangChain JavaScript. - [GoogleGenerativeAIEmbeddings integration](https://docs.langchain.com/oss/javascript/integrations/embeddings/google_generative_ai.md): Integrate with the GoogleGenerativeAIEmbeddings embedding model using LangChain JavaScript. - [VertexAIEmbeddings integration](https://docs.langchain.com/oss/javascript/integrations/embeddings/google_vertex_ai.md): Integrate with the VertexAIEmbeddings embedding model using LangChain JavaScript. - [IBM watsonx.ai integration](https://docs.langchain.com/oss/javascript/integrations/embeddings/ibm.md): Integrate with the IBM watsonx.ai embedding model using LangChain JavaScript. - [Embedding model integrations](https://docs.langchain.com/oss/javascript/integrations/embeddings/index.md): Integrate with embedding models using LangChain JavaScript. - [Minimax integration](https://docs.langchain.com/oss/javascript/integrations/embeddings/minimax.md): Integrate with the Minimax embedding model using LangChain JavaScript. - [MistralAIEmbeddings integration](https://docs.langchain.com/oss/javascript/integrations/embeddings/mistralai.md): Integrate with the MistralAIEmbeddings embedding model using LangChain JavaScript. - [Mixedbread AI integration](https://docs.langchain.com/oss/javascript/integrations/embeddings/mixedbread_ai.md): Integrate with the Mixedbread AI embedding model using LangChain JavaScript. - [Nomic integration](https://docs.langchain.com/oss/javascript/integrations/embeddings/nomic.md): Integrate with the Nomic embedding model using LangChain JavaScript. - [OllamaEmbeddings integration](https://docs.langchain.com/oss/javascript/integrations/embeddings/ollama.md): Integrate with the OllamaEmbeddings embedding model using LangChain JavaScript. - [OpenAIEmbeddings integration](https://docs.langchain.com/oss/javascript/integrations/embeddings/openai.md): Integrate with the OpenAIEmbeddings embedding model using LangChain JavaScript. - [OracleEmbeddings integration](https://docs.langchain.com/oss/javascript/integrations/embeddings/oracleai.md): Integrate with the OracleEmbeddings embedding model using LangChain JavaScript. - [PineconeEmbeddings integration](https://docs.langchain.com/oss/javascript/integrations/embeddings/pinecone.md): Integrate with the PineconeEmbeddings embedding model using LangChain JavaScript. - [TogetherAIEmbeddings integration](https://docs.langchain.com/oss/javascript/integrations/embeddings/togetherai.md): Integrate with the TogetherAIEmbeddings embedding model using LangChain JavaScript. - [VoyageEmbeddings integration](https://docs.langchain.com/oss/javascript/integrations/embeddings/voyageai.md): Integrate with the VoyageEmbeddings embedding model using LangChain JavaScript. - [SAP HANA Cloud Knowledge Graph Engine](https://docs.langchain.com/oss/javascript/integrations/graphs/sap_hana_rdf_graph.md) - [Azure Cosmos DB NoSQL semantic integration](https://docs.langchain.com/oss/javascript/integrations/llm_caching/azure_cosmosdb_nosql.md): Integrate with the Azure Cosmos DB NoSQL semantic cache using LangChain JavaScript. - [Cache integrations](https://docs.langchain.com/oss/javascript/integrations/llm_caching/index.md): Integrate with caches using LangChain JavaScript. - [Azure OpenAI integration](https://docs.langchain.com/oss/javascript/integrations/llms/azure.md): Integrate with the Azure OpenAI LLM using LangChain JavaScript. - [CloudflareWorkersAI integration](https://docs.langchain.com/oss/javascript/integrations/llms/cloudflare_workersai.md): Integrate with the CloudflareWorkersAI LLM using LangChain JavaScript. - [Cohere integration](https://docs.langchain.com/oss/javascript/integrations/llms/cohere.md): Integrate with the Cohere LLM using LangChain JavaScript. - [Fireworks integration](https://docs.langchain.com/oss/javascript/integrations/llms/fireworks.md): Integrate with the Fireworks LLM using LangChain JavaScript. - [Google Vertex AI integration](https://docs.langchain.com/oss/javascript/integrations/llms/google_vertex_ai.md): Integrate with the Google Vertex AI LLM using LangChain JavaScript. - [IBM watsonx.ai integration](https://docs.langchain.com/oss/javascript/integrations/llms/ibm.md): Integrate with the IBM watsonx.ai LLM using LangChain JavaScript. - [LLM integrations](https://docs.langchain.com/oss/javascript/integrations/llms/index.md): Integrate with LLMs using LangChain JavaScript. - [Jigsawstack prompt engine integration](https://docs.langchain.com/oss/javascript/integrations/llms/jigsawstack.md): Integrate with the Jigsawstack prompt engine LLM using LangChain JavaScript. - [MistralAI integration](https://docs.langchain.com/oss/javascript/integrations/llms/mistral.md): Integrate with the MistralAI LLM using LangChain JavaScript. - [Ollama integration](https://docs.langchain.com/oss/javascript/integrations/llms/ollama.md): Integrate with the Ollama LLM using LangChain JavaScript. - [OpenAI integration](https://docs.langchain.com/oss/javascript/integrations/llms/openai.md): Integrate with the OpenAI LLM using LangChain JavaScript. - [TogetherAI integration](https://docs.langchain.com/oss/javascript/integrations/llms/together.md): Integrate with the TogetherAI LLM using LangChain JavaScript. - [Yandexgpt integration](https://docs.langchain.com/oss/javascript/integrations/llms/yandex.md): Integrate with the Yandexgpt LLM using LangChain JavaScript. - [Anthropic integration](https://docs.langchain.com/oss/javascript/integrations/middleware/anthropic.md): Integrate with the Anthropic middleware using LangChain JavaScript. - [AWS middleware integration](https://docs.langchain.com/oss/javascript/integrations/middleware/aws.md): Integrate with AWS middleware using LangChain JavaScript. - [Middleware integrations](https://docs.langchain.com/oss/javascript/integrations/middleware/index.md): Integrate with middleware using LangChain JavaScript. - [All LangChain JavaScript integration providers](https://docs.langchain.com/oss/javascript/integrations/providers/all_providers.md) - [Anthropic integrations](https://docs.langchain.com/oss/javascript/integrations/providers/anthropic.md): Integrate with Anthropic using LangChain JavaScript. - [AWS integrations](https://docs.langchain.com/oss/javascript/integrations/providers/aws.md): Integrate with AWS using LangChain JavaScript. - [Cala](https://docs.langchain.com/oss/javascript/integrations/providers/cala.md) - [Daytona](https://docs.langchain.com/oss/javascript/integrations/providers/daytona.md): Use Daytona sandbox backends with deepagents for isolated code execution with fast cold starts - [Deno](https://docs.langchain.com/oss/javascript/integrations/providers/deno.md): Use Deno sandbox backends with deepagents for isolated code execution in Linux microVMs - [Google integrations](https://docs.langchain.com/oss/javascript/integrations/providers/google.md): Integrate with Google using LangChain JavaScript. - [Microsoft integrations](https://docs.langchain.com/oss/javascript/integrations/providers/microsoft.md): Integrate with Microsoft using LangChain JavaScript. - [Modal](https://docs.langchain.com/oss/javascript/integrations/providers/modal.md): Use Modal sandbox backends with deepagents for isolated code execution with GPU support - [Node VFS](https://docs.langchain.com/oss/javascript/integrations/providers/node-vfs.md): Use the Node.js VFS sandbox backend with deepagents for local development and testing - [OpenAI integrations](https://docs.langchain.com/oss/javascript/integrations/providers/openai.md): Integrate with OpenAI using LangChain JavaScript. - [OpenRouter integrations](https://docs.langchain.com/oss/javascript/integrations/providers/openrouter.md): Access models from multiple providers through OpenRouter's unified API using LangChain JavaScript. - [LangChain JavaScript integrations](https://docs.langchain.com/oss/javascript/integrations/providers/overview.md): Integrate with providers using LangChain JavaScript/TypeScript. - [Perplexity integrations](https://docs.langchain.com/oss/javascript/integrations/providers/perplexity.md): Integrate with Perplexity using LangChain JavaScript. - [Sap integrations](https://docs.langchain.com/oss/javascript/integrations/providers/sap.md): Integrate with Sap using LangChain Python. - [Sourcey integrations](https://docs.langchain.com/oss/javascript/integrations/providers/sourcey.md): Retrieve from published Sourcey docs sites using LangChain JavaScript. - [Supadata](https://docs.langchain.com/oss/javascript/integrations/providers/supadata.md) - [Tavily integrations](https://docs.langchain.com/oss/javascript/integrations/providers/tavily.md): Integrate with Tavily using LangChain JavaScript. - [Knowledge bases for Amazon Bedrock integration](https://docs.langchain.com/oss/javascript/integrations/retrievers/bedrock-knowledge-bases.md): Integrate with the Knowledge bases for Amazon Bedrock retriever using LangChain JavaScript. - [ExaRetriever integration](https://docs.langchain.com/oss/javascript/integrations/retrievers/exa.md): Integrate with the ExaRetriever retriever using LangChain JavaScript. - [Hyde integration](https://docs.langchain.com/oss/javascript/integrations/retrievers/hyde.md): Integrate with the Hyde retriever using LangChain JavaScript. - [Retriever integrations](https://docs.langchain.com/oss/javascript/integrations/retrievers/index.md): Integrate with retrievers using LangChain JavaScript. - [AWSKendraRetriever integration](https://docs.langchain.com/oss/javascript/integrations/retrievers/kendra-retriever.md): Integrate with the AWSKendraRetriever retriever using LangChain JavaScript. - [PerplexitySearchRetriever integration](https://docs.langchain.com/oss/javascript/integrations/retrievers/perplexity_search.md): Integrate with the PerplexitySearchRetriever retriever using LangChain JavaScript. - [Self Querying with SAP HANA Cloud Vector Engine](https://docs.langchain.com/oss/javascript/integrations/retrievers/self_query/hanavector_self_query.md) - [SourceyRetriever integration](https://docs.langchain.com/oss/javascript/integrations/retrievers/sourcey.md): Integrate with the SourceyRetriever retriever using LangChain JavaScript. - [Time-weighted integration](https://docs.langchain.com/oss/javascript/integrations/retrievers/time-weighted-retriever.md): Integrate with the Time-weighted retriever using LangChain JavaScript. - [Sandbox integrations](https://docs.langchain.com/oss/javascript/integrations/sandboxes/index.md): Integrate with sandbox providers using LangChain JavaScript. - [Splitting by character - Text splitter integration guide](https://docs.langchain.com/oss/javascript/integrations/splitters/character_text_splitter.md) - [Splitting code text splitter integration guide](https://docs.langchain.com/oss/javascript/integrations/splitters/code_splitter.md) - [Text splitter integrations](https://docs.langchain.com/oss/javascript/integrations/splitters/index.md): Integrate with text splitters using LangChain. - [Splitting recursively - Text splitter integration guide](https://docs.langchain.com/oss/javascript/integrations/splitters/recursive_text_splitter.md) - [Splitting by token - Text splitter integration guide](https://docs.langchain.com/oss/javascript/integrations/splitters/split_by_token.md) - [LocalFileStore integration](https://docs.langchain.com/oss/javascript/integrations/stores/file_system.md): Integrate with the LocalFileStore store using LangChain JavaScript. - [InMemoryStore integration](https://docs.langchain.com/oss/javascript/integrations/stores/in_memory.md): Integrate with the InMemoryStore store using LangChain JavaScript. - [Store integrations](https://docs.langchain.com/oss/javascript/integrations/stores/index.md): Integrate with stores using LangChain JavaScript. - [Anthropic integration](https://docs.langchain.com/oss/javascript/integrations/tools/anthropic.md): Integrate with the Anthropic tool using LangChain JavaScript. - [Azure container apps dynamic sessions integration](https://docs.langchain.com/oss/javascript/integrations/tools/azure_dynamic_sessions.md): Integrate with the Azure container apps dynamic sessions tool using LangChain JavaScript. - [ClickSend integration](https://docs.langchain.com/oss/javascript/integrations/tools/clicksend.md): Send SMS, Email, and Voice messages from LangChain agents using ClickSend's communications platform. - [Composio integration](https://docs.langchain.com/oss/javascript/integrations/tools/composio.md): Access 500+ tools and integrations through Composio's unified API platform for AI agents, with OAuth handling, event-driven workflows, and multi-user support. - [Dall-e integration](https://docs.langchain.com/oss/javascript/integrations/tools/dalle.md): Integrate with the Dall-e tool using LangChain JavaScript. - [Decodo integration](https://docs.langchain.com/oss/javascript/integrations/tools/decodo.md): Integrate with the Decodo tool using LangChain JavaScript. - [ExaSearchResults integration](https://docs.langchain.com/oss/javascript/integrations/tools/exa_search.md): Integrate with the ExaSearchResults tool using LangChain JavaScript. - [Falkordb integration](https://docs.langchain.com/oss/javascript/integrations/tools/falkordb.md): Use FalkorDB's ultra-fast graph database with LangChain for natural language queries over knowledge graphs using Cypher - [Google integration](https://docs.langchain.com/oss/javascript/integrations/tools/google.md): Integrate with Google Gemini tools using LangChain JavaScript. - [WatsonxToolkit integration](https://docs.langchain.com/oss/javascript/integrations/tools/ibm.md): Integrate with the WatsonxToolkit tool using LangChain JavaScript. - [Tool integrations](https://docs.langchain.com/oss/javascript/integrations/tools/index.md): Integrate with tools using LangChain JavaScript. - [Jigsawstack integration](https://docs.langchain.com/oss/javascript/integrations/tools/jigsawstack.md): Integrate with the Jigsawstack tool using LangChain JavaScript. - [JSON agent toolkit integration](https://docs.langchain.com/oss/javascript/integrations/tools/json.md): Integrate with the JSON agent toolkit using LangChain JavaScript. - [Agent with AWS lambda integration](https://docs.langchain.com/oss/javascript/integrations/tools/lambda_agent.md): Integrate with the Agent with AWS lambda tool using LangChain JavaScript. - [Mcp toolbox for databases integration](https://docs.langchain.com/oss/javascript/integrations/tools/mcp_toolbox.md): Integrate with the Mcp toolbox for databases tool using LangChain JavaScript. - [Nia Toolkit integration](https://docs.langchain.com/oss/javascript/integrations/tools/nia.md): Integrate with the Nia search and index API using LangChain JavaScript. - [OpenAI integration](https://docs.langchain.com/oss/javascript/integrations/tools/openai.md): Integrate with the OpenAI tool using LangChain JavaScript. - [OpenAPI toolkit integration](https://docs.langchain.com/oss/javascript/integrations/tools/openapi.md): Integrate with the OpenAPI toolkit using LangChain JavaScript. - [OracleSummary integration](https://docs.langchain.com/oss/javascript/integrations/tools/oracleai.md): Integrate with the OracleSummary tool using LangChain JavaScript. - [PerplexitySearchResults integration](https://docs.langchain.com/oss/javascript/integrations/tools/perplexity_search.md): Integrate with the PerplexitySearchResults tool using LangChain JavaScript. - [SQLToolkit integration](https://docs.langchain.com/oss/javascript/integrations/tools/sql.md): Integrate with the SQLToolkit tool using LangChain JavaScript. - [Tavily crawl integration](https://docs.langchain.com/oss/javascript/integrations/tools/tavily_crawl.md): Integrate with the Tavily crawl tool using LangChain JavaScript. - [Tavily extract integration](https://docs.langchain.com/oss/javascript/integrations/tools/tavily_extract.md): Integrate with the Tavily extract tool using LangChain JavaScript. - [Tavily get research integration](https://docs.langchain.com/oss/javascript/integrations/tools/tavily_get_research.md): Integrate with the Tavily get research tool using LangChain JavaScript. - [Tavily map integration](https://docs.langchain.com/oss/javascript/integrations/tools/tavily_map.md): Integrate with the Tavily map tool using LangChain JavaScript. - [Tavily research integration](https://docs.langchain.com/oss/javascript/integrations/tools/tavily_research.md): Integrate with the Tavily research tool using LangChain JavaScript. - [Tavily search integration](https://docs.langchain.com/oss/javascript/integrations/tools/tavily_search.md): Integrate with the Tavily search tool using LangChain JavaScript. - [VectorStoreToolkit integration](https://docs.langchain.com/oss/javascript/integrations/tools/vectorstore.md): Integrate with the VectorStoreToolkit tool using LangChain JavaScript. - [Web browser integration](https://docs.langchain.com/oss/javascript/integrations/tools/webbrowser.md): Integrate with the Web browser tool using LangChain JavaScript. - [Azure Cosmos DB for MongoDB vCore (deprecated)](https://docs.langchain.com/oss/javascript/integrations/vectorstores/azure_cosmosdb_mongodb.md): Integrate with the Azure Cosmos DB for MongoDB vcore vector store using LangChain JavaScript. - [Azure Cosmos DB for NoSQL integration](https://docs.langchain.com/oss/javascript/integrations/vectorstores/azure_cosmosdb_nosql.md): Integrate with the Azure Cosmos DB for NoSQL vector store using LangChain JavaScript. - [Azure DocumentDB](https://docs.langchain.com/oss/javascript/integrations/vectorstores/azure_documentdb.md): Vector store integration for Azure DocumentDB - [Cloudflare vectorize integration](https://docs.langchain.com/oss/javascript/integrations/vectorstores/cloudflare_vectorize.md): Integrate with the Cloudflare vectorize vector store using LangChain JavaScript. - [Google cloud SQL for postgresql integration](https://docs.langchain.com/oss/javascript/integrations/vectorstores/google_cloudsql_pg.md): Integrate with the Google cloud SQL for postgresql vector store using LangChain JavaScript. - [Vector store integrations](https://docs.langchain.com/oss/javascript/integrations/vectorstores/index.md): Integrate with vector stores using LangChain JavaScript. - [MemoryVectorStore integration](https://docs.langchain.com/oss/javascript/integrations/vectorstores/memory.md): Integrate with the MemoryVectorStore using LangChain JavaScript. - [MongoDB Atlas integration](https://docs.langchain.com/oss/javascript/integrations/vectorstores/mongodb_atlas.md): Integrate with the MongoDB Atlas vector store using LangChain JavaScript. - [Neo4j vector index integration](https://docs.langchain.com/oss/javascript/integrations/vectorstores/neo4jvector.md): Integrate with the Neo4j vector index vector store using LangChain JavaScript. - [OracleVS integration](https://docs.langchain.com/oss/javascript/integrations/vectorstores/oracleai.md): Integrate with the OracleVS vector store using LangChain JavaScript. - [PGVectorStore integration](https://docs.langchain.com/oss/javascript/integrations/vectorstores/pgvector.md): Integrate with the PGVectorStore using LangChain JavaScript. - [PineconeStore integration](https://docs.langchain.com/oss/javascript/integrations/vectorstores/pinecone.md): Integrate with the PineconeStore using LangChain JavaScript. - [QdrantVectorStore integration](https://docs.langchain.com/oss/javascript/integrations/vectorstores/qdrant.md): Integrate with the QdrantVectorStore using LangChain JavaScript. - [RedisVectorStore integration](https://docs.langchain.com/oss/javascript/integrations/vectorstores/redis.md): Integrate with FluentRedisVectorStore and RedisVectorStore using LangChain JavaScript. - [SAP HANA Cloud Vector Engine](https://docs.langchain.com/oss/javascript/integrations/vectorstores/sap_hanavector.md) - [TurbopufferVectorStore integration](https://docs.langchain.com/oss/javascript/integrations/vectorstores/turbopuffer.md): Integrate with the TurbopufferVectorStore using LangChain JavaScript. - [WeaviateStore integration](https://docs.langchain.com/oss/javascript/integrations/vectorstores/weaviate.md): Integrate with the WeaviateStore using LangChain JavaScript. - [YDB integration](https://docs.langchain.com/oss/javascript/integrations/vectorstores/ydb.md): Integrate with the YDBVectorStore vector store using LangChain JavaScript. - [LangChain Academy](https://docs.langchain.com/oss/javascript/langchain/academy.md) - [Agents](https://docs.langchain.com/oss/javascript/langchain/agents.md) - [Changelog](https://docs.langchain.com/oss/javascript/langchain/changelog-js.md) - [Changelog](https://docs.langchain.com/oss/javascript/langchain/changelog-py.md) - [Component architecture](https://docs.langchain.com/oss/javascript/langchain/component-architecture.md) - [Context engineering in agents](https://docs.langchain.com/oss/javascript/langchain/context-engineering.md) - [Build a data analysis agent from scratch](https://docs.langchain.com/oss/javascript/langchain/deep-agent-from-scratch.md): Build a data analysis agent step by step using create_agent and Deep Agents middleware. - [Deployment](https://docs.langchain.com/oss/javascript/langchain/deploy.md): Deploy LangChain agents to production with LangSmith Cloud or JavaScript frameworks and hosting platforms. - [INVALID_PROMPT_INPUT](https://docs.langchain.com/oss/javascript/langchain/errors/INVALID_PROMPT_INPUT.md) - [INVALID_TOOL_RESULTS](https://docs.langchain.com/oss/javascript/langchain/errors/INVALID_TOOL_RESULTS.md) - [MESSAGE_COERCION_FAILURE](https://docs.langchain.com/oss/javascript/langchain/errors/MESSAGE_COERCION_FAILURE.md) - [MODEL_AUTHENTICATION](https://docs.langchain.com/oss/javascript/langchain/errors/MODEL_AUTHENTICATION.md) - [MODEL_NOT_FOUND](https://docs.langchain.com/oss/javascript/langchain/errors/MODEL_NOT_FOUND.md) - [MODEL_RATE_LIMIT](https://docs.langchain.com/oss/javascript/langchain/errors/MODEL_RATE_LIMIT.md) - [OUTPUT_PARSING_FAILURE](https://docs.langchain.com/oss/javascript/langchain/errors/OUTPUT_PARSING_FAILURE.md) - [Event streaming](https://docs.langchain.com/oss/javascript/langchain/event-streaming.md): Stream real-time updates from LangChain agent runs - [Branching chat](https://docs.langchain.com/oss/javascript/langchain/frontend/branching-chat.md): Edit messages and regenerate responses by forking from checkpoints - [Controlled generative UI](https://docs.langchain.com/oss/javascript/langchain/frontend/controlled-generative-ui.md): Render agent output with components you author using components as tools, tool-call rendering, state rendering, and reasoning - [Declarative generative UI](https://docs.langchain.com/oss/javascript/langchain/frontend/declarative-generative-ui.md): Compose agent-generated interfaces from a registered component catalog using json-render and A2UI - [Generative UI overview](https://docs.langchain.com/oss/javascript/langchain/frontend/generative-ui-overview.md): Understand the generative UI spectrum from controlled to declarative to open-ended interfaces - [Headless tools](https://docs.langchain.com/oss/javascript/langchain/frontend/headless-tools.md): Run browser and device APIs on the client with headless tool implementations - [Human-in-the-Loop](https://docs.langchain.com/oss/javascript/langchain/frontend/human-in-the-loop.md): Add approval workflows with interrupt-based human review - [AI Elements](https://docs.langchain.com/oss/javascript/langchain/frontend/integrations/ai-elements.md): Composable shadcn/ui-based components for AI chat interfaces with useStream - [assistant-ui](https://docs.langchain.com/oss/javascript/langchain/frontend/integrations/assistant-ui.md): Headless React AI chat framework with a full runtime layer, bridged to useStream - [CopilotKit](https://docs.langchain.com/oss/javascript/langchain/frontend/integrations/copilotkit.md): Use CopilotKit with LangGraph, Deep Agents, and React with custom endpoints, the Python AG-UI bridge, and structured generative UI - [OpenUI](https://docs.langchain.com/oss/javascript/langchain/frontend/integrations/openui.md): Generate complete, interactive dashboards and reports using the OpenUI component library and openui-lang - [Overview](https://docs.langchain.com/oss/javascript/langchain/frontend/integrations/overview.md): Connect useStream to any React UI component library or generative UI framework - [Join & rejoin streams](https://docs.langchain.com/oss/javascript/langchain/frontend/join-rejoin.md): Disconnect from and reconnect to running agent streams - [Markdown messages](https://docs.langchain.com/oss/javascript/langchain/frontend/markdown-messages.md): Render LLM responses as rich, formatted markdown with proper streaming support - [Message queues](https://docs.langchain.com/oss/javascript/langchain/frontend/message-queues.md): Queue multiple messages and manage them while the agent processes sequentially - [Open-ended generative UI](https://docs.langchain.com/oss/javascript/langchain/frontend/open-ended-generative-ui.md): Render UI created outside your application, such as sandboxed MCP Apps, at the open end of the generative UI spectrum - [Overview](https://docs.langchain.com/oss/javascript/langchain/frontend/overview.md): Build generative UIs with real-time streaming from LangChain agents - [Reasoning tokens](https://docs.langchain.com/oss/javascript/langchain/frontend/reasoning-tokens.md): Display model thinking and reasoning processes in collapsible blocks - [Structured output](https://docs.langchain.com/oss/javascript/langchain/frontend/structured-output.md): Render structured agent responses with custom UI components instead of plain text - [Time travel](https://docs.langchain.com/oss/javascript/langchain/frontend/time-travel.md): Inspect, navigate, and resume from any checkpoint in the conversation history - [Tool calling](https://docs.langchain.com/oss/javascript/langchain/frontend/tool-calling.md): Display agent tool calls with rich, type-safe UI cards - [Get help](https://docs.langchain.com/oss/javascript/langchain/get-help.md) - [Guardrails](https://docs.langchain.com/oss/javascript/langchain/guardrails.md): Implement safety checks and content filtering for your agents - [Human-in-the-loop](https://docs.langchain.com/oss/javascript/langchain/human-in-the-loop.md) - [Install LangChain](https://docs.langchain.com/oss/javascript/langchain/install.md) - [Build a semantic search engine with LangChain](https://docs.langchain.com/oss/javascript/langchain/knowledge-base.md) - [Long-term memory](https://docs.langchain.com/oss/javascript/langchain/long-term-memory.md): Add long-term memory to LangChain agents to store and recall data across conversations and sessions - [Model Context Protocol (MCP)](https://docs.langchain.com/oss/javascript/langchain/mcp.md) - [Messages](https://docs.langchain.com/oss/javascript/langchain/messages.md) - [Prebuilt middleware](https://docs.langchain.com/oss/javascript/langchain/middleware/built-in.md): Prebuilt middleware for common agent use cases - [Custom middleware](https://docs.langchain.com/oss/javascript/langchain/middleware/custom.md) - [Overview](https://docs.langchain.com/oss/javascript/langchain/middleware/overview.md): Control and customize agent execution at every step - [Models](https://docs.langchain.com/oss/javascript/langchain/models.md) - [Custom workflow](https://docs.langchain.com/oss/javascript/langchain/multi-agent/custom-workflow.md) - [Build customer support with handoffs](https://docs.langchain.com/oss/javascript/langchain/multi-agent/handoffs-customer-support.md) - [Handoffs](https://docs.langchain.com/oss/javascript/langchain/multi-agent/handoffs.md) - [Multi-agent](https://docs.langchain.com/oss/javascript/langchain/multi-agent/index.md) - [Build a multi-source knowledge base with routing](https://docs.langchain.com/oss/javascript/langchain/multi-agent/router-knowledge-base.md) - [Router](https://docs.langchain.com/oss/javascript/langchain/multi-agent/router.md) - [Build a SQL assistant with on-demand skills](https://docs.langchain.com/oss/javascript/langchain/multi-agent/skills-sql-assistant.md) - [Skills](https://docs.langchain.com/oss/javascript/langchain/multi-agent/skills.md) - [Build a personal assistant with subagents](https://docs.langchain.com/oss/javascript/langchain/multi-agent/subagents-personal-assistant.md) - [Subagents](https://docs.langchain.com/oss/javascript/langchain/multi-agent/subagents.md) - [LangSmith Observability](https://docs.langchain.com/oss/javascript/langchain/observability.md) - [LangChain overview](https://docs.langchain.com/oss/javascript/langchain/overview.md): LangChain provides create_agent: a minimal, highly configurable agent harness. Compose exactly the agent your use case needs from model, tools, prompt, and middleware. - [Philosophy](https://docs.langchain.com/oss/javascript/langchain/philosophy.md): LangChain exists to be the easiest place to start building with LLMs, while also being flexible and production-ready. - [Quickstart](https://docs.langchain.com/oss/javascript/langchain/quickstart.md): Build your first agent in minutes - [Retrieval](https://docs.langchain.com/oss/javascript/langchain/retrieval.md) - [Runtime](https://docs.langchain.com/oss/javascript/langchain/runtime.md) - [Short-term memory](https://docs.langchain.com/oss/javascript/langchain/short-term-memory.md) - [Build a SQL agent](https://docs.langchain.com/oss/javascript/langchain/sql-agent.md) - [Streaming](https://docs.langchain.com/oss/javascript/langchain/streaming.md): Stream real-time updates from agent runs - [Structured output](https://docs.langchain.com/oss/javascript/langchain/structured-output.md) - [LangSmith Studio](https://docs.langchain.com/oss/javascript/langchain/studio.md) - [Agent Evals](https://docs.langchain.com/oss/javascript/langchain/test/evals.md): Evaluate agent trajectories using deterministic matching or LLM-as-judge evaluators with AgentEvals and LangSmith. - [Test](https://docs.langchain.com/oss/javascript/langchain/test/index.md): Strategies for testing LangChain agents, including unit tests, integration tests, and trajectory evaluations. - [Integration testing](https://docs.langchain.com/oss/javascript/langchain/test/integration-testing.md): Test agents with real LLM APIs by organizing tests, managing keys, handling flakiness, and controlling costs. - [Unit testing](https://docs.langchain.com/oss/javascript/langchain/test/unit-testing.md): Test agent logic without API calls using fake chat models and in-memory persistence. - [Tools](https://docs.langchain.com/oss/javascript/langchain/tools.md) - [Agent Chat UI](https://docs.langchain.com/oss/javascript/langchain/ui.md) - [Build a voice agent with LangChain](https://docs.langchain.com/oss/javascript/langchain/voice-agent.md) - [Memory](https://docs.langchain.com/oss/javascript/langgraph/add-memory.md) - [Build a custom RAG agent with LangGraph](https://docs.langchain.com/oss/javascript/langgraph/agentic-rag.md): Build a custom retrieval agent with LangGraph that decides when to search a vector store or respond directly. - [Application structure](https://docs.langchain.com/oss/javascript/langgraph/application-structure.md) - [Backward compatibility](https://docs.langchain.com/oss/javascript/langgraph/backward-compatibility.md): Update LangGraph graph code in production without breaking in-flight runs. - [Case studies](https://docs.langchain.com/oss/javascript/langgraph/case-studies.md) - [Changelog](https://docs.langchain.com/oss/javascript/langgraph/changelog-js.md) - [Changelog](https://docs.langchain.com/oss/javascript/langgraph/changelog-py.md) - [Checkpointers](https://docs.langchain.com/oss/javascript/langgraph/checkpointers.md): LangGraph checkpointers save graph state as checkpoints at each step, enabling persistence, human-in-the-loop, and fault-tolerant execution. - [Choosing between Graph and Functional APIs](https://docs.langchain.com/oss/javascript/langgraph/choosing-apis.md) - [Deployment](https://docs.langchain.com/oss/javascript/langgraph/deploy.md): Deploy LangGraph agents to production with LangSmith Cloud or JavaScript frameworks and hosting platforms. - [GRAPH_RECURSION_LIMIT](https://docs.langchain.com/oss/javascript/langgraph/errors/GRAPH_RECURSION_LIMIT.md) - [INVALID_CHAT_HISTORY](https://docs.langchain.com/oss/javascript/langgraph/errors/INVALID_CHAT_HISTORY.md) - [INVALID_CONCURRENT_GRAPH_UPDATE](https://docs.langchain.com/oss/javascript/langgraph/errors/INVALID_CONCURRENT_GRAPH_UPDATE.md) - [INVALID_GRAPH_NODE_RETURN_VALUE](https://docs.langchain.com/oss/javascript/langgraph/errors/INVALID_GRAPH_NODE_RETURN_VALUE.md) - [MISSING_CHECKPOINTER](https://docs.langchain.com/oss/javascript/langgraph/errors/MISSING_CHECKPOINTER.md) - [MULTIPLE_SUBGRAPHS](https://docs.langchain.com/oss/javascript/langgraph/errors/MULTIPLE_SUBGRAPHS.md) - [Event streaming](https://docs.langchain.com/oss/javascript/langgraph/event-streaming.md): Stream LangGraph runs with typed projections for messages, state, subgraphs, output, and extensions. - [Fault tolerance](https://docs.langchain.com/oss/javascript/langgraph/fault-tolerance.md): Configure per-node timeouts, retries, and error handlers in LangGraph. - [Custom stream channels](https://docs.langchain.com/oss/javascript/langgraph/frontend/custom-stream-channels.md): Stream custom server-side data to the frontend and read it with useExtension and useChannel - [Graph execution](https://docs.langchain.com/oss/javascript/langgraph/frontend/graph-execution.md): Visualize multi-step graph pipelines with per-node status and streaming content - [Overview](https://docs.langchain.com/oss/javascript/langgraph/frontend/overview.md): Render LangGraph agents to the frontend - [Functional API overview](https://docs.langchain.com/oss/javascript/langgraph/functional-api.md) - [Graph API overview](https://docs.langchain.com/oss/javascript/langgraph/graph-api.md) - [Install LangGraph](https://docs.langchain.com/oss/javascript/langgraph/install.md) - [Interrupts](https://docs.langchain.com/oss/javascript/langgraph/interrupts.md) - [Run a local server](https://docs.langchain.com/oss/javascript/langgraph/local-server.md) - [LangSmith Observability](https://docs.langchain.com/oss/javascript/langgraph/observability.md) - [LangGraph overview](https://docs.langchain.com/oss/javascript/langgraph/overview.md): Gain control with LangGraph to design agents that reliably handle complex tasks - [Persistence](https://docs.langchain.com/oss/javascript/langgraph/persistence.md): LangGraph's persistence layer gives agents short-term memory through checkpointers and long-term memory through stores. - [LangGraph runtime](https://docs.langchain.com/oss/javascript/langgraph/pregel.md) - [Quickstart](https://docs.langchain.com/oss/javascript/langgraph/quickstart.md) - [Build a custom SQL agent](https://docs.langchain.com/oss/javascript/langgraph/sql-agent.md) - [Stores](https://docs.langchain.com/oss/javascript/langgraph/stores.md): LangGraph stores provide cross-thread long-term memory, complementing per-thread checkpointer persistence. - [Streaming](https://docs.langchain.com/oss/javascript/langgraph/streaming.md) - [LangSmith Studio](https://docs.langchain.com/oss/javascript/langgraph/studio.md) - [Test](https://docs.langchain.com/oss/javascript/langgraph/test.md) - [Thinking in LangGraph](https://docs.langchain.com/oss/javascript/langgraph/thinking-in-langgraph.md): Learn how to think about building agents with LangGraph - [Agent Chat UI](https://docs.langchain.com/oss/javascript/langgraph/ui.md) - [Use the functional API](https://docs.langchain.com/oss/javascript/langgraph/use-functional-api.md) - [Use the graph API](https://docs.langchain.com/oss/javascript/langgraph/use-graph-api.md) - [Subgraphs](https://docs.langchain.com/oss/javascript/langgraph/use-subgraphs.md) - [Use time-travel](https://docs.langchain.com/oss/javascript/langgraph/use-time-travel.md): Replay past executions and fork to explore alternative paths in LangGraph - [Workflows and agents](https://docs.langchain.com/oss/javascript/langgraph/workflows-agents.md) - [Learn](https://docs.langchain.com/oss/javascript/learn.md): Tutorials, conceptual guides, and resources to help you get started. - [LangChain v1 migration guide](https://docs.langchain.com/oss/javascript/migrate/langchain-v1.md) - [LangGraph v1 migration guide](https://docs.langchain.com/oss/javascript/migrate/langgraph-v1.md) - [Deep Agents](https://docs.langchain.com/oss/javascript/reference/deepagents-javascript.md) - [Deep Agents](https://docs.langchain.com/oss/javascript/reference/deepagents-python.md) - [Integrations](https://docs.langchain.com/oss/javascript/reference/integrations-javascript.md) - [Integrations](https://docs.langchain.com/oss/javascript/reference/integrations-python.md) - [LangChain SDK](https://docs.langchain.com/oss/javascript/reference/langchain-javascript.md) - [LangChain SDK](https://docs.langchain.com/oss/javascript/reference/langchain-python.md) - [LangGraph SDK](https://docs.langchain.com/oss/javascript/reference/langgraph-javascript.md) - [LangGraph SDK](https://docs.langchain.com/oss/javascript/reference/langgraph-python.md) - [Reference](https://docs.langchain.com/oss/javascript/reference/overview.md) - [Release policy](https://docs.langchain.com/oss/javascript/release-policy.md) - [Changelog](https://docs.langchain.com/oss/javascript/releases/changelog.md): Log of updates and improvements to our JavaScript/TypeScript packages - [What's new in LangChain v1](https://docs.langchain.com/oss/javascript/releases/langchain-v1.md) - [What's new in LangGraph v1](https://docs.langchain.com/oss/javascript/releases/langgraph-v1.md) - [Security policy](https://docs.langchain.com/oss/javascript/security-policy.md) - [Studio](https://docs.langchain.com/oss/javascript/studio.md): Develop, run, and debug LangGraph agents in an interactive environment with LangSmith Studio. - [Versioning](https://docs.langchain.com/oss/javascript/versioning.md) ## Open source - [Approval modes](https://docs.langchain.com/oss/deepagents/code/approval-modes.md): Choose how Deep Agents Code reviews gated tool calls with Manual, Auto, and YOLO modes - [Changelog](https://docs.langchain.com/oss/deepagents/code/changelog.md) - [Command reference](https://docs.langchain.com/oss/deepagents/code/cli-reference.md): Deep Agents Code command-line flags and management subcommands - [Config file](https://docs.langchain.com/oss/deepagents/code/config-file.md): Configure model providers, defaults, retries, and gateways in config.toml - [Configuration](https://docs.langchain.com/oss/deepagents/code/configuration.md): Configure Deep Agents Code with config.toml, environment variables, hooks, and CLI flags - [Provider credentials](https://docs.langchain.com/oss/deepagents/code/credentials.md): Add and manage API keys for model providers, Tavily web search, and LangSmith tracing - [Goals and rubrics](https://docs.langchain.com/oss/deepagents/code/goals-and-rubrics.md): Define objectives and acceptance criteria for Deep Agents Code sessions - [Hooks](https://docs.langchain.com/oss/deepagents/code/hooks.md): Observe and control Deep Agents Code lifecycle events with command hooks configured in hooks.json - [MCP tools](https://docs.langchain.com/oss/deepagents/code/mcp-tools.md): Load additional tools from MCP (Model Context Protocol) servers - [Memory and Skills](https://docs.langchain.com/oss/deepagents/code/memory-and-skills.md): Persistent memory, AGENTS.md files, and reusable skills for Deep Agents Code, including creation, discovery, and invocation. - [Deep Agents Code](https://docs.langchain.com/oss/deepagents/code/overview.md): Terminal coding agent built on the Deep Agents SDK - [Plugins and marketplaces](https://docs.langchain.com/oss/deepagents/code/plugins.md): Install plugins from marketplaces or package skills, MCP servers, and hooks for Deep Agents Code - [Model providers](https://docs.langchain.com/oss/deepagents/code/providers.md): Configure any LangChain-compatible model provider for Deep Agents Code - [Quickstart](https://docs.langchain.com/oss/deepagents/code/quickstart.md): Install Deep Agents Code, run your first task, and use interactive or non-interactive modes - [Use remote sandboxes](https://docs.langchain.com/oss/deepagents/code/remote-sandboxes.md): Run Deep Agents Code tool execution in LangSmith, AgentCore, Daytona, Modal, Runloop, Vercel, or E2B sandboxes. Install provider dependencies, set credentials, and use flags and setup scripts. - [Use subagents in Deep Agents Code](https://docs.langchain.com/oss/deepagents/code/subagents.md): Define custom Deep Agents Code subagents as AGENTS.md files with YAML frontmatter. Covers project and user paths, optional model overrides, and examples. - [Automate updates](https://docs.langchain.com/oss/openwiki/automate-updates.md): Schedule OpenWiki documentation updates with GitHub Actions, GitLab CI, or Bitbucket Pipelines - [Changelog](https://docs.langchain.com/oss/openwiki/changelog.md) - [Command reference](https://docs.langchain.com/oss/openwiki/cli-reference.md): OpenWiki command-line usage, flags, and connector subcommands - [Code mode](https://docs.langchain.com/oss/openwiki/code-mode.md): Generate and maintain repository documentation for coding agents with OpenWiki - [Customize OpenWiki](https://docs.langchain.com/oss/openwiki/customize.md): Ignore paths, wiki instructions, agent pointers, and telemetry for OpenWiki - [OpenWiki](https://docs.langchain.com/oss/openwiki/overview.md): CLI that writes and maintains agent wikis so coding agents work faster - [Personal mode](https://docs.langchain.com/oss/openwiki/personal-mode.md): Build a local personal brain wiki from configured sources with OpenWiki. - [Model providers](https://docs.langchain.com/oss/openwiki/providers.md): Configure inference providers and credentials for OpenWiki - [Quickstart](https://docs.langchain.com/oss/openwiki/quickstart.md): Install OpenWiki, configure a model provider, and generate your first wiki. - [Visualize your wiki](https://docs.langchain.com/oss/openwiki/visualize.md): Explore an OpenWiki Markdown wiki with a local interactive node graph and reader ## LangSmith Fleet - [Access & oversight](https://docs.langchain.com/langsmith/fleet/access-and-oversight.md): Control who can access agents, how they authenticate, and audit everything they do. - [Agent identity](https://docs.langchain.com/langsmith/fleet/agent-identity.md): Choose whether your Fleet agent authenticates with its own credentials or with each user's credentials. - [Arcade integration](https://docs.langchain.com/langsmith/fleet/arcade.md): Connect your workspace to Arcade to give agents access to third-party tools like GitHub, Gmail, Slack, and more. - [Auth-aware tool responses](https://docs.langchain.com/langsmith/fleet/auth-format.md): Format tool responses to trigger OAuth flows and resume execution automatically. - [LangSmith Fleet changelog](https://docs.langchain.com/langsmith/fleet/changelog.md): Weekly updates to LangSmith Fleet - [Channels](https://docs.langchain.com/langsmith/fleet/channels.md): Configure channels to trigger your Fleet agents automatically. - [Use Fleet agents in code](https://docs.langchain.com/langsmith/fleet/code.md): Invoke Fleet agents via the LangGraph SDK or REST API, or download and run them locally with the fleet-deepagents-export package. - [Agent platform comparison](https://docs.langchain.com/langsmith/fleet/comparison.md): Compare LangSmith Fleet with Claude Cowork, Amazon Quick, Google Workspace Studio, and Microsoft Copilot to choose the right enterprise agent platform for your team - [Computer use](https://docs.langchain.com/langsmith/fleet/computer-use.md): Run code, manage files, and call authenticated APIs from a persistent virtual computer attached to your Fleet agent. - [Essentials](https://docs.langchain.com/langsmith/fleet/essentials.md): Fleet's core features - [No-code agents with LangSmith Fleet](https://docs.langchain.com/langsmith/fleet/index.md): Create helpful AI agents without code. Start from a template, connect your accounts, and let the agent handle routine work while you stay in control. - [Manage agent settings](https://docs.langchain.com/langsmith/fleet/manage-agent-settings.md): Manage your agents in Fleet. - [LangSmith Tool Server](https://docs.langchain.com/langsmith/fleet/mcp-framework.md) - [Quickstart](https://docs.langchain.com/langsmith/fleet/quickstart.md): Build an agent from a template - [Remote MCP servers](https://docs.langchain.com/langsmith/fleet/remote-mcp-servers.md): Connect Fleet to popular remote MCP servers - [Salesforce integration](https://docs.langchain.com/langsmith/fleet/salesforce.md): Connect LangSmith Fleet to Salesforce so your agents can query records, navigate schemas, and read custom fields. - [Schedules](https://docs.langchain.com/langsmith/fleet/schedules.md): Configure schedules to run your Fleet agents on a recurring basis. - [Self-hosted](https://docs.langchain.com/langsmith/fleet/self-hosted-link.md) - [Skills](https://docs.langchain.com/langsmith/fleet/skills.md): Use skills to give your agents access to specific capabilities. - [Integrate Slack with an agent](https://docs.langchain.com/langsmith/fleet/slack-app.md): Connect LangSmith Fleet to your Slack workspace so your agents work as Slack bots your team can tag directly. - [Integrate Teams with an agent](https://docs.langchain.com/langsmith/fleet/teams-app.md): Connect LangSmith Fleet to Microsoft Teams by bringing your own Azure Bot to let agents communicate with users in Teams. - [Templates](https://docs.langchain.com/langsmith/fleet/templates.md): Start faster with curated Fleet templates and customize tools, prompts, and channels. - [Tool integrations](https://docs.langchain.com/langsmith/fleet/tools.md): Give your agents access to a wide range of tools and services. - [Fleet webhooks](https://docs.langchain.com/langsmith/fleet/webhooks.md): Integrate agent publishing with external systems, CI/CD pipelines, or custom deployment workflows. - [Manage workspace administration](https://docs.langchain.com/langsmith/fleet/workspace-admin.md): Configure workspace-level settings for Fleet. ## LangSmith - [Attribute-based access control](https://docs.langchain.com/langsmith/abac.md) - [Access the current run (span) within a traced function](https://docs.langchain.com/langsmith/access-current-span.md) - [Connect an authentication provider](https://docs.langchain.com/langsmith/add-auth-server.md) - [Human-in-the-loop using server API](https://docs.langchain.com/langsmith/add-human-in-the-loop.md) - [Add metadata and tags to traces](https://docs.langchain.com/langsmith/add-metadata-tags.md) - [Account](https://docs.langchain.com/langsmith/admin.md): Set up your LangSmith account, including API keys, profile configuration, integrations, and pricing tiers. - [Overview](https://docs.langchain.com/langsmith/administration-overview.md) - [Set up Agent Auth](https://docs.langchain.com/langsmith/agent-auth.md): Enable secure access from agents to any system using OAuth 2.0 credentials with Agent Auth. - [Agent Server changelog](https://docs.langchain.com/langsmith/agent-server-changelog-link.md) - [Agent Server changelog](https://docs.langchain.com/langsmith/agent-server-changelog.md) - [Distributed tracing with Agent Server](https://docs.langchain.com/langsmith/agent-server-distributed-tracing.md): Unify traces when calling your deployed Agent Server from another service using RemoteGraph or the SDK. - [How to collect user feedback for Agent Server runs](https://docs.langchain.com/langsmith/agent-server-feedback.md) - [Agent Server](https://docs.langchain.com/langsmith/agent-server-overview.md): Configure and operate the LangSmith Agent Server runtime, including capabilities, application structure, auth, and customization. - [Configure Agent Server for scale](https://docs.langchain.com/langsmith/agent-server-scale.md): Tune the Agent Server for self-hosted deployments—write load, read load, and example Helm configurations for different load patterns. - [Agent Server](https://docs.langchain.com/langsmith/agent-server.md) - [Alerts in LangSmith](https://docs.langchain.com/langsmith/alerts.md) - [Analyze an experiment](https://docs.langchain.com/langsmith/analyze-an-experiment.md) - [Custom instrumentation](https://docs.langchain.com/langsmith/annotate-code.md): Instrument your code directly to control which functions are traced and how they appear in LangSmith. - [Annotate traces and runs inline](https://docs.langchain.com/langsmith/annotate-traces-inline.md) - [Manage feedback & annotation queues programmatically](https://docs.langchain.com/langsmith/annotation-queues-sdk.md) - [Use annotation queues](https://docs.langchain.com/langsmith/annotation-queues.md) - [Control plane API reference for LangSmith Deployment](https://docs.langchain.com/langsmith/api-ref-control-plane.md) - [Application structure](https://docs.langchain.com/langsmith/application-structure.md) - [Use assertions](https://docs.langchain.com/langsmith/assertions.md): Capture free-form acceptance criteria as dataset examples by writing assertions while reviewing runs in an annotation queue. - [Assistants](https://docs.langchain.com/langsmith/assistants.md) - [Log user feedback using the SDK](https://docs.langchain.com/langsmith/attach-user-feedback.md) - [How to audit evaluator scores](https://docs.langchain.com/langsmith/audit-evaluator-scores.md) - [Audit logs](https://docs.langchain.com/langsmith/audit-logs.md): Track and review administrative actions across your LangSmith organization for security, compliance, and operational visibility. - [Authentication & access control](https://docs.langchain.com/langsmith/auth.md) - [Authentication methods](https://docs.langchain.com/langsmith/authentication-methods.md) - [Self-hosted LangSmith on AWS](https://docs.langchain.com/langsmith/aws-self-hosted.md) - [Self-hosted LangSmith on Azure](https://docs.langchain.com/langsmith/azure-self-hosted.md) - [How to kick off background runs](https://docs.langchain.com/langsmith/background-run.md) - [Export trace data to BigQuery](https://docs.langchain.com/langsmith/big-query-bulk-export.md): Load LangSmith trace data into BigQuery using bulk export to GCS. - [Manage billing in your account](https://docs.langchain.com/langsmith/billing.md) - [Automatically run evaluators on experiments](https://docs.langchain.com/langsmith/bind-evaluator-to-dataset-link.md) - [Automatically run evaluators on experiments](https://docs.langchain.com/langsmith/bind-evaluator-to-dataset.md) - [BYOC architecture](https://docs.langchain.com/langsmith/byoc-architecture.md): How a LangSmith BYOC deployment is structured across the LangChain control plane and the data plane in your AWS account. - [BYOC billing](https://docs.langchain.com/langsmith/byoc-billing.md): How LangSmith BYOC is billed across your AWS account and your LangSmith contract, which AWS services carry cost, and the account quotas to check before you deploy. - [BYOC FAQ](https://docs.langchain.com/langsmith/byoc-faq.md): Answers to common questions about LangSmith BYOC, covering data residency, access, setup, the data plane model, and ongoing operations. - [BYOC onboarding](https://docs.langchain.com/langsmith/byoc-onboarding.md): Set up a LangSmith BYOC data plane, from enabling BYOC on your organization to creating workspaces and connecting privately. - [BYOC operations](https://docs.langchain.com/langsmith/byoc-operations.md): How LangChain upgrades, patches, and maintains a LangSmith BYOC data plane, and when maintenance requires a scheduled window. - [BYOC usage](https://docs.langchain.com/langsmith/byoc-usage.md): Route tracing and API traffic to a LangSmith BYOC data plane, including tracing to multiple endpoints and the path prefixes for each service. - [Why BYOC](https://docs.langchain.com/langsmith/byoc-why.md): Compare LangSmith BYOC with self-hosted LangSmith to decide which deployment model fits your organization. - [Bring Your Own Cloud (BYOC)](https://docs.langchain.com/langsmith/byoc.md): Deploy LangSmith services and store data in your own cloud environment while LangChain operates, scales, and upgrades the infrastructure. - [Use server-side caching](https://docs.langchain.com/langsmith/caching.md): Cache values server-side in your agent deployment using stale-while-revalidate and key-value cache APIs. - [How to cancel a run](https://docs.langchain.com/langsmith/cancel-run.md): Cancel a single run or multiple runs via the API, and choose between interrupt and rollback actions. - [LangSmith Cloud changelog](https://docs.langchain.com/langsmith/changelog.md): Weekly updates to LangSmith Cloud - [LangSmith Chat](https://docs.langchain.com/langsmith/chat-evaluation.md): Use Chat to analyze evaluations and experiments. - [LangSmith Chat](https://docs.langchain.com/langsmith/chat-observability.md): Use Chat to analyze traces and runs. - [LangSmith Chat](https://docs.langchain.com/langsmith/chat-prompt-engineering.md): Use Chat to optimize prompts in the Playground. - [LangSmith Chat](https://docs.langchain.com/langsmith/chat.md): Use Chat in LangSmith to analyze traces, threads, prompts, and evaluations. - [Implement a CI/CD pipeline using LangSmith Deployment and Evaluation](https://docs.langchain.com/langsmith/cicd-pipeline-example.md) - [LangGraph CLI](https://docs.langchain.com/langsmith/cli.md) - [Cloud platform features](https://docs.langchain.com/langsmith/cloud-platform-features.md): Cloud-only platform features for LangSmith Deployment, including data regions, static IP addresses, payload limits, and deployment types. - [Cloud (SaaS)](https://docs.langchain.com/langsmith/cloud.md) - [How to define a code evaluator](https://docs.langchain.com/langsmith/code-evaluator-sdk.md) - [How to define a code evaluator](https://docs.langchain.com/langsmith/code-evaluator-ui.md) - [Coding agent metadata contract](https://docs.langchain.com/langsmith/coding-agent-metadata-contract.md): The metadata schema that standardizes what trace metadata coding agents must emit when sending runs to LangSmith. - [How to compare experiment results](https://docs.langchain.com/langsmith/compare-experiment-results.md) - [LangSmith Deployment components](https://docs.langchain.com/langsmith/components.md): Overview of Agent Server, LangGraph CLI, Studio, SDKs, RemoteGraph, control plane, and data plane components. - [How to create a composite evaluator](https://docs.langchain.com/langsmith/composite-evaluators-sdk.md) - [How to create a composite evaluator](https://docs.langchain.com/langsmith/composite-evaluators-ui.md) - [Conditional tracing](https://docs.langchain.com/langsmith/conditional-tracing.md) - [Use HTTP headers for runtime configuration](https://docs.langchain.com/langsmith/configurable-headers.md) - [Include HTTP headers in server logs](https://docs.langchain.com/langsmith/configurable-logs.md) - [Manage assistants](https://docs.langchain.com/langsmith/configuration-cloud.md) - [Configure checkpointer backend](https://docs.langchain.com/langsmith/configure-checkpointer.md): Configure Agent Server to use PostgreSQL, MongoDB, or a custom implementation for checkpoint storage. - [Configure IAM authentication for data stores](https://docs.langchain.com/langsmith/configure-iam-auth.md): Configure Agent Server to use cloud workload identities for PostgreSQL and Redis authentication. - [Configure run input and output preview](https://docs.langchain.com/langsmith/configure-input-output-preview.md): Customize what appears in the Input and Output columns of the Runs table by configuring custom preview paths for specific trace types. - [How to add TTLs to your application](https://docs.langchain.com/langsmith/configure-ttl.md) - [Context engineering concepts](https://docs.langchain.com/langsmith/context-engineering-concepts.md): Core concepts for context engineering in LangSmith, including skills, agents, versioning, and sharing. - [Configure Context Hub commit webhooks](https://docs.langchain.com/langsmith/context-hub-webhooks.md): Send Context Hub commit events to an external HTTPS endpoint and verify that LangSmith signed each request. - [LangSmith control plane](https://docs.langchain.com/langsmith/control-plane.md) - [Core capabilities overview](https://docs.langchain.com/langsmith/core-capabilities.md): Agent Server capabilities including streaming, human-in-the-loop, MCP, A2A, distributed tracing, webhooks, and double-texting. - [Cost tracking](https://docs.langchain.com/langsmith/cost-tracking.md) - [Create a prompt](https://docs.langchain.com/langsmith/create-a-prompt.md) - [Create an account and API key](https://docs.langchain.com/langsmith/create-account-api-key.md) - [How to improve your evaluator with few-shot examples](https://docs.langchain.com/langsmith/create-few-shot-evaluators.md) - [Use cron jobs](https://docs.langchain.com/langsmith/cron-jobs.md) - [Custom Apps](https://docs.langchain.com/langsmith/custom-apps.md): Build and deploy custom UIs that run inside LangSmith and talk to the LangSmith API. - [Add custom authentication](https://docs.langchain.com/langsmith/custom-auth.md) - [How to use a custom checkpointer](https://docs.langchain.com/langsmith/custom-checkpointer.md): Replace the built-in Postgres checkpointer with a custom BaseCheckpointSaver implementation in your agent deployment. - [How to customize the Dockerfile](https://docs.langchain.com/langsmith/custom-docker.md) - [Connect to a custom model](https://docs.langchain.com/langsmith/custom-endpoint.md) - [How to add custom lifespan events](https://docs.langchain.com/langsmith/custom-lifespan.md) - [How to add custom middleware](https://docs.langchain.com/langsmith/custom-middleware.md) - [Connect to an OpenAI compliant model provider/proxy](https://docs.langchain.com/langsmith/custom-openai-compliant-model.md) - [Custom output rendering](https://docs.langchain.com/langsmith/custom-output-rendering.md) - [How to add custom routes](https://docs.langchain.com/langsmith/custom-routes.md) - [Specify a custom run ID](https://docs.langchain.com/langsmith/custom-run-id.md): How to specify a custom run ID when tracing with LangSmith. - [How to use a custom store](https://docs.langchain.com/langsmith/custom-store.md): Replace the built-in Postgres store with a custom BaseStore implementation in your agent deployment. - [Monitor projects with dashboards](https://docs.langchain.com/langsmith/dashboards.md) - [Manage bulk export destinations](https://docs.langchain.com/langsmith/data-export-destinations.md): Configure and manage S3-compatible export destinations for LangSmith bulk exports. - [Import exported data](https://docs.langchain.com/langsmith/data-export-downstream.md): Import LangSmith bulk-exported Parquet data into BigQuery, Snowflake, Redshift, Clickhouse, or DuckDB. - [Monitor and troubleshoot bulk exports](https://docs.langchain.com/langsmith/data-export-monitor.md): Monitor bulk export status, manage running exports, and troubleshoot failures. - [Bulk export trace data](https://docs.langchain.com/langsmith/data-export.md): Export LangSmith trace data to an S3-compatible bucket in Parquet format. - [LangSmith data plane](https://docs.langchain.com/langsmith/data-plane.md) - [Data purging for compliance](https://docs.langchain.com/langsmith/data-purging-compliance.md) - [Data storage and privacy](https://docs.langchain.com/langsmith/data-storage-and-privacy.md) - [Dataset prebuilt JSON schema types](https://docs.langchain.com/langsmith/dataset-json-types.md) - [Dataset transformations](https://docs.langchain.com/langsmith/dataset-transformations.md) - [How to define a target function to evaluate](https://docs.langchain.com/langsmith/define-target-function.md) - [Deploy with Cloudflare Workers](https://docs.langchain.com/langsmith/deploy-cloudflare-workers.md): Deploy a LangChain deep agent on Cloudflare Workers with Vite, React, Hono, and Durable Objects for SSE replay. - [Deploy with Deno Deploy](https://docs.langchain.com/langsmith/deploy-deno.md): Deploy a LangChain deep agent on Deno Deploy with Hono route handlers and a Vite React SPA served from one entrypoint. - [Deploy full-stack web apps](https://docs.langchain.com/langsmith/deploy-frameworks-and-platforms.md): Deploy LangChain agents as full-stack web apps on Next.js, SvelteKit, Nuxt, Cloudflare Workers, Deno Deploy, and Vite with streaming UI and thread history. - [Deploy Google ADK agents](https://docs.langchain.com/langsmith/deploy-google-adk.md): Deploy Google Agent Development Kit (ADK) agents to LangSmith Agent Server using the deployments-wrap-sdk package. - [Deploy with Next.js](https://docs.langchain.com/langsmith/deploy-nextjs.md): Deploy a LangChain deep agent in a Next.js App Router project with streaming chat, subagents, and thread history. - [Deploy with Nuxt](https://docs.langchain.com/langsmith/deploy-nuxt.md): Deploy a LangChain deep agent in a Nuxt 4 app with Nitro server routes, Vue composables, and subagent-aware chat UI. - [Deploy other frameworks](https://docs.langchain.com/langsmith/deploy-other-frameworks.md): Deploy agents built with Claude Agent SDK, Strands, CrewAI, AutoGen, and other frameworks to LangSmith Deployment. - [Reference](https://docs.langchain.com/langsmith/deploy-reference-overview.md): Reference for the LangSmith Deployment SDKs, CLI, and APIs for deploying and interacting with agents. - [Enable additional LangSmith features](https://docs.langchain.com/langsmith/deploy-self-hosted-full-platform.md): Enable LangSmith Deployment, Fleet, Insights, Chat, Sandboxes, and Engine on a self-hosted LangSmith instance. - [Self-host standalone servers](https://docs.langchain.com/langsmith/deploy-standalone-server.md): Deploy standalone Agent Servers using Docker, Docker Compose, or Kubernetes without the LangSmith control plane. - [Deploy with SvelteKit](https://docs.langchain.com/langsmith/deploy-sveltekit.md): Deploy a LangChain deep agent in a SvelteKit project on Cloudflare Workers with streaming chat and thread history. - [Deploy to Cloud](https://docs.langchain.com/langsmith/deploy-to-cloud-overview.md): Deploy LangSmith agents to LangChain-managed Cloud infrastructure on AWS and GCP. - [Deploy on Cloud](https://docs.langchain.com/langsmith/deploy-to-cloud.md): Create and manage LangSmith Cloud deployments including revisions, logs, metrics, and settings. - [Deploy to self-hosted](https://docs.langchain.com/langsmith/deploy-to-self-hosted-overview.md): Run the LangSmith Deployment platform on your own infrastructure with full control over data, networking, and resources. - [Deploy with LangSmith and Vite](https://docs.langchain.com/langsmith/deploy-vite-langsmith.md): Deploy a LangChain deep agent to LangSmith Deployment and stream from a Vite React chat UI on Vercel, Netlify, or Cloudflare Pages. - [Deploy with control plane](https://docs.langchain.com/langsmith/deploy-with-control-plane.md): Build Docker images and deploy applications to a self-hosted LangSmith instance using the control plane UI. - [Deploy Managed Deep Agents](https://docs.langchain.com/langsmith/deployment-quickstart-da.md) - [Deploy your app to cloud](https://docs.langchain.com/langsmith/deployment-quickstart.md): Deploy your first application to LangSmith Cloud (AWS and GCP) using the LangGraph CLI. - [LangSmith Deployment](https://docs.langchain.com/langsmith/deployment.md): Deploy and manage agents with durable execution, real-time streaming, and horizontal scaling. - [Troubleshooting for self-hosted deployments](https://docs.langchain.com/langsmith/diagnostics-self-hosted.md): Diagnostic steps for troubleshooting self-hosted LangSmith Deployment issues before contacting support. - [Implement distributed tracing](https://docs.langchain.com/langsmith/distributed-tracing.md) - [Double texting](https://docs.langchain.com/langsmith/double-texting.md) - [Add encryption at rest](https://docs.langchain.com/langsmith/encryption.md) - [API and SDK deprecation policy](https://docs.langchain.com/langsmith/endpoint-deprecation.md): How LangSmith deprecates and removes API endpoints and SDK methods in cloud and self-hosted deployments. - [Connect LangSmith Engine to GitHub](https://docs.langchain.com/langsmith/engine-github.md): Connect LangSmith Engine to GitHub in LangSmith Cloud, or create and configure your own GitHub App for a self-hosted deployment. - [LangSmith Engine issue categories](https://docs.langchain.com/langsmith/engine-issue-categories.md): Reference for the issue categories LangSmith Engine assigns to detected issues, including descriptions and examples. - [LangSmith Engine](https://docs.langchain.com/langsmith/engine-overview.md): LangSmith Engine is the agent for agent engineering, turning production traces into fixes, evaluators, and datasets across the development lifecycle. - [LangSmith Engine security](https://docs.langchain.com/langsmith/engine-security.md): How LangSmith Engine handles your data, the GitHub and model subprocessor controls that govern its access, and its compliance posture. - [LangSmith Engine on Self-hosted](https://docs.langchain.com/langsmith/engine-self-hosted.md): How LangSmith Engine runs in a self-hosted deployment, what it depends on outside your environment, and how it handles your data. - [LangSmith Engine webhook events](https://docs.langchain.com/langsmith/engine-webhooks.md): Reference for the webhook events LangSmith Engine sends when it creates issues or links new traces to existing issues. - [Find and fix your agent's issues with LangSmith Engine](https://docs.langchain.com/langsmith/engine.md): Automatically detect and resolve recurring issues in your tracing project using LangSmith Engine. - [Enqueue concurrent](https://docs.langchain.com/langsmith/enqueue-concurrent.md) - [LangSmith for Enterprise](https://docs.langchain.com/langsmith/enterprise.md): Hosting options, access control, data privacy, cost controls, and security compliance for Enterprise users. - [Cloud Agent Server environment variables](https://docs.langchain.com/langsmith/env-var-cloud.md): Environment variables supported by the LangSmith Agent Server when deployed on Cloud. - [Self-hosted Agent Server environment variables](https://docs.langchain.com/langsmith/env-var-self-hosted.md): Environment variables supported by the LangSmith Agent Server when deployed on self-hosted infrastructure. - [Evaluate a chatbot](https://docs.langchain.com/langsmith/evaluate-chatbot-tutorial.md) - [Evaluate a complex agent](https://docs.langchain.com/langsmith/evaluate-complex-agent.md) - [How to add evaluators to an existing experiment (Python only)](https://docs.langchain.com/langsmith/evaluate-existing-experiment.md) - [How to evaluate a graph](https://docs.langchain.com/langsmith/evaluate-graph.md) - [How to evaluate agents](https://docs.langchain.com/langsmith/evaluate-llm-application.md) - [How to evaluate an application's intermediate steps](https://docs.langchain.com/langsmith/evaluate-on-intermediate-steps.md) - [How to run a pairwise evaluation](https://docs.langchain.com/langsmith/evaluate-pairwise.md) - [Evaluate a RAG application](https://docs.langchain.com/langsmith/evaluate-rag-tutorial.md) - [Run an evaluation with multimodal content](https://docs.langchain.com/langsmith/evaluate-with-attachments.md): Learn how to create dataset examples with file attachments and use them in prompts and evaluators when running LangSmith evaluations with multimodal content. - [How to evaluate with OpenTelemetry](https://docs.langchain.com/langsmith/evaluate-with-opentelemetry.md) - [How to retry failed runs in experiments (Python only)](https://docs.langchain.com/langsmith/evaluate-with-retry.md) - [Application-specific evaluation approaches](https://docs.langchain.com/langsmith/evaluation-approaches.md) - [How to run an evaluation asynchronously](https://docs.langchain.com/langsmith/evaluation-async.md) - [Evaluation concepts](https://docs.langchain.com/langsmith/evaluation-concepts.md) - [Evaluation quickstart](https://docs.langchain.com/langsmith/evaluation-quickstart.md) - [Evaluation types](https://docs.langchain.com/langsmith/evaluation-types.md) - [LangSmith Evaluation](https://docs.langchain.com/langsmith/evaluation.md): Evaluate and test agent quality at scale with datasets, evaluators, prompts, and Studio. - [Track and limit evaluator spend](https://docs.langchain.com/langsmith/evaluator-spend.md): Cap weekly LLM spend on evaluators with an organization-wide default or per-evaluator overrides to keep evaluator costs predictable. - [Manage evaluators](https://docs.langchain.com/langsmith/evaluators.md): View and manage evaluators at the workspace level in LangSmith. - [Event streaming API](https://docs.langchain.com/langsmith/event-streaming.md): Stream LangSmith deployments with typed projections for messages, state, tool calls, subgraphs, and custom transformers. - [Example data format](https://docs.langchain.com/langsmith/example-data-format.md) - [Experiment configuration](https://docs.langchain.com/langsmith/experiment-configuration.md) - [Export LangSmith telemetry to your observability backend](https://docs.langchain.com/langsmith/export-backend.md) - [Query traces using the SDK](https://docs.langchain.com/langsmith/export-traces.md) - [Frequently asked questions](https://docs.langchain.com/langsmith/faq.md) - [Feedback data format](https://docs.langchain.com/langsmith/feedback-data-format.md) - [How to fetch performance metrics for an experiment](https://docs.langchain.com/langsmith/fetch-perf-metrics-experiment.md) - [How to filter experiments in the UI](https://docs.langchain.com/langsmith/filter-experiments-ui.md) - [Filter traces](https://docs.langchain.com/langsmith/filter-traces-in-application.md) - [Self-hosted LangSmith on GCP](https://docs.langchain.com/langsmith/gcp-self-hosted.md) - [How to implement generative user interfaces with LangGraph](https://docs.langchain.com/langsmith/generative-ui-react.md) - [Integrations](https://docs.langchain.com/langsmith/get-started-integrations.md) - [Govern](https://docs.langchain.com/langsmith/govern-overview.md): Administer users, access control, organizational structure, and compliance policies for your LangSmith organization. - [Governance](https://docs.langchain.com/langsmith/govern.md): Govern model access, spending, data handling, and compliance across your LangSmith organization. - [Granular billable usage](https://docs.langchain.com/langsmith/granular-usage.md): Retrieve detailed trace and LangSmith Deployment usage data broken down by workspace, project, user, or API key. - [Rebuild graph at runtime](https://docs.langchain.com/langsmith/graph-rebuild.md): Rebuild your graph with different configurations for each run using ServerRuntime. - [How to handle model rate limits](https://docs.langchain.com/langsmith/handle-model-rate-limiting.md) - [Harbor integrations](https://docs.langchain.com/langsmith/harbor-integrations.md): Run evaluations, Deep Agents, and sandboxes on LangSmith with Harbor. - [Time travel using the server API](https://docs.langchain.com/langsmith/human-in-the-loop-time-travel.md) - [Setup guide (legacy)](https://docs.langchain.com/langsmith/hybrid-legacy.md): Legacy hybrid deployment model with a LangChain-managed control plane and a self-managed data plane. - [Hybrid](https://docs.langchain.com/langsmith/hybrid.md): A LangSmith Deployment setup where you self-host Agent Servers in your infrastructure and send traces to LangSmith Cloud or a self-hosted LangSmith instance. - [Improve LLM-as-judge evaluators using human feedback](https://docs.langchain.com/langsmith/improve-judge-evaluator-feedback.md) - [Discover errors and usage patterns with Insights](https://docs.langchain.com/langsmith/insights.md): Use LangSmith Insights to automatically analyze traces, detect usage patterns, identify common agent behaviors, and surface failure modes without manual trace review. - [Integrations](https://docs.langchain.com/langsmith/integrations.md) - [Interrupt concurrent](https://docs.langchain.com/langsmith/interrupt-concurrent.md) - [Define a Managed Deep Agent](https://docs.langchain.com/langsmith/javascript/managed-deep-agents-agent-definition.md): Configure the model and core capabilities of a Managed Deep Agent. - [Connect a Managed Deep Agent to Slack](https://docs.langchain.com/langsmith/javascript/managed-deep-agents-channels-slack.md): Start Managed Deep Agents runs from Slack messages and send responses to Slack conversations. - [Connect Managed Deep Agents to channels](https://docs.langchain.com/langsmith/javascript/managed-deep-agents-channels.md): Connect Managed Deep Agents to external messaging services that can start runs and receive responses. - [Managed Deep Agents CLI reference](https://docs.langchain.com/langsmith/javascript/managed-deep-agents-cli.md): Reference for mda commands, project files, and deploy behavior. - [Deploy a Managed Deep Agent](https://docs.langchain.com/langsmith/javascript/managed-deep-agents-deploy.md): Test and deploy a Managed Deep Agent with the mda CLI. - [Evaluate Managed Deep Agents](https://docs.langchain.com/langsmith/javascript/managed-deep-agents-evals.md): Create and run Harbor evals for Managed Deep Agents. - [Add identity to Managed Deep Agents](https://docs.langchain.com/langsmith/javascript/managed-deep-agents-identity.md): Authenticate callers to a Managed Deep Agents deployment with a LangSmith API key or Supabase. - [Add instructions to Managed Deep Agents](https://docs.langchain.com/langsmith/javascript/managed-deep-agents-instructions.md): Define the system prompt for a Managed Deep Agent in instructions.md. - [Develop locally with LangSmith Studio](https://docs.langchain.com/langsmith/javascript/managed-deep-agents-local-development.md): Run and test a Managed Deep Agent locally with mda dev and LangSmith Studio. - [Connect to MCP servers](https://docs.langchain.com/langsmith/javascript/managed-deep-agents-mcp-connectors.md): Add tools from remote MCP servers to Managed Deep Agents. - [Add memory to Managed Deep Agents](https://docs.langchain.com/langsmith/javascript/managed-deep-agents-memory.md): Opt in to deployment-shared durable memory for Managed Deep Agents. - [Add custom middleware to Managed Deep Agents](https://docs.langchain.com/langsmith/javascript/managed-deep-agents-middleware.md): Add built-in or custom middleware to Managed Deep Agents projects. - [Managed Deep Agents](https://docs.langchain.com/langsmith/javascript/managed-deep-agents-overview.md): Build your agent as a directory of files while LangSmith runs the harness and runtime. - [Managed Deep Agents project structure](https://docs.langchain.com/langsmith/javascript/managed-deep-agents-project-structure.md): Understand the files and directories in a Managed Deep Agents project. - [Managed Deep Agents quickstart](https://docs.langchain.com/langsmith/javascript/managed-deep-agents-quickstart.md): Create and deploy your first Managed Deep Agent with the mda CLI. - [Add a sandbox to Managed Deep Agents](https://docs.langchain.com/langsmith/javascript/managed-deep-agents-sandboxes.md): Configure an isolated filesystem and shell for Managed Deep Agents. - [Add schedules to Managed Deep Agents](https://docs.langchain.com/langsmith/javascript/managed-deep-agents-schedules.md): Declare managed cron schedules for Managed Deep Agents deployments. - [Add skills to Managed Deep Agents](https://docs.langchain.com/langsmith/javascript/managed-deep-agents-skills.md): Add reusable task-specific instructions to a Managed Deep Agent. - [Add custom tools to Managed Deep Agents](https://docs.langchain.com/langsmith/javascript/managed-deep-agents-tools.md): Define authored tools for Managed Deep Agents projects. - [Add memory and a schedule to your research assistant](https://docs.langchain.com/langsmith/javascript/managed-deep-agents-tutorial.md): Add durable memory and a daily schedule to the research assistant from the quickstart, then deploy it. - [Managed Deep Agents](https://docs.langchain.com/langsmith/javascript/managed-deep-agents.md) - [Manage user access in SSO organizations](https://docs.langchain.com/langsmith/jit-invite-sso.md) - [Self-host LangSmith on Kubernetes](https://docs.langchain.com/langsmith/kubernetes.md) - [How to evaluate a runnable](https://docs.langchain.com/langsmith/langchain-runnable.md) - [LangGraph JS/TS SDK](https://docs.langchain.com/langsmith/langgraph-js-ts-sdk.md) - [LangGraph Python SDK](https://docs.langchain.com/langsmith/langgraph-python-sdk.md) - [LangSmith CLI](https://docs.langchain.com/langsmith/langsmith-cli.md): Query and manage LangSmith projects, traces, runs, datasets, evaluators, experiments, and threads from the terminal - [Configure your collector for LangSmith telemetry](https://docs.langchain.com/langsmith/langsmith-collector.md) - [LangSmith-managed ClickHouse](https://docs.langchain.com/langsmith/langsmith-managed-clickhouse.md) - [LangSmith MCP Server](https://docs.langchain.com/langsmith/langsmith-mcp-server.md): Use the Model Context Protocol (MCP) server to let language models fetch conversation history, prompts, runs, datasets, experiments, and billing from LangSmith. - [LangSmith Remote MCP](https://docs.langchain.com/langsmith/langsmith-remote-mcp.md): Connect MCP-compatible clients to LangSmith over OAuth, or authenticate programmatic clients with a LangSmith API key. - [Trace with the Vercel AI SDK (Legacy)](https://docs.langchain.com/langsmith/legacy-trace-with-vercel-ai-sdk.md) - [How to define an LLM-as-a-judge evaluator](https://docs.langchain.com/langsmith/llm-as-judge-sdk.md) - [How to define an LLM-as-a-judge evaluator](https://docs.langchain.com/langsmith/llm-as-judge.md) - [Set up the LLM auth proxy](https://docs.langchain.com/langsmith/llm-auth-proxy-self-hosted.md): Deploy an Envoy-based auth proxy that validates LangSmith-signed JWTs and routes LLM requests to your upstream provider or gateway. - [Traces and access control](https://docs.langchain.com/langsmith/llm-gateway-access.md): Understand where gateway traces land and who can see and configure what. - [Admin setup](https://docs.langchain.com/langsmith/llm-gateway-admin-setup.md): One-time organization setup to enable the LLM Gateway and grant user access. - [API formats](https://docs.langchain.com/langsmith/llm-gateway-api-formats.md): Use OpenAI Chat Completions, Anthropic Messages, or OpenAI Responses requests to call models across providers through the LLM Gateway. - [Set up coding agents](https://docs.langchain.com/langsmith/llm-gateway-coding-agents.md): Configure Claude Code, Codex, Gemini CLI, and Deep Agents Code to route LLM calls through the LLM Gateway. - [Gateway Credits](https://docs.langchain.com/langsmith/llm-gateway-credits.md): Use Gateway Credits to access models without a provider key, just authenticate with LangSmith. - [Custom model providers](https://docs.langchain.com/langsmith/llm-gateway-custom-providers.md): Route requests through the LLM Gateway to a custom OpenAI- or Anthropic-compatible endpoint, such as a self-hosted open-source model. - [Data protection](https://docs.langchain.com/langsmith/llm-gateway-data-protection.md): Scan and redact PII and secrets from LLM requests before they reach providers. - [Direct model access](https://docs.langchain.com/langsmith/llm-gateway-direct-model-access.md): Access provider APIs directly through provider-specific LLM Gateway paths without using the gateway standardization layer. - [Model fallbacks](https://docs.langchain.com/langsmith/llm-gateway-fallbacks.md): Automatically retry a request against backup model configurations when the primary model rate-limits, errors, or returns another configured status code. - [Per-customer policies](https://docs.langchain.com/langsmith/llm-gateway-header-policies.md): Split gateway spend caps and rate limits by a custom request header so each of your end customers gets its own limit under a single API key. - [Monitor LLM Gateway spend](https://docs.langchain.com/langsmith/llm-gateway-monitoring.md): View and analyze LLM Gateway costs by user, API key, and model. - [Quickstart](https://docs.langchain.com/langsmith/llm-gateway-quickstart.md): Make your first LLM Gateway request with cURL, Python, or TypeScript. - [Rate limit policies](https://docs.langchain.com/langsmith/llm-gateway-rate-limit-policies.md): Limit the number of requests or tokens a user, workspace, or API key can send through the LLM Gateway in a rolling time window. - [Spend policies](https://docs.langchain.com/langsmith/llm-gateway-spend-policies.md): Set cost limits on LLM usage across your organization and prevent runaway spend before it reaches providers. - [LLM Gateway](https://docs.langchain.com/langsmith/llm-gateway.md): Access models across providers with one LangSmith API key while tracing calls and enforcing spend and data-protection policies. - [Local development & testing](https://docs.langchain.com/langsmith/local-dev-testing.md): Compare langgraph dev and langgraph up for local development and production-like testing of Agent Server applications. - [How to run an evaluation locally (Python only)](https://docs.langchain.com/langsmith/local.md) - [Log LLM calls](https://docs.langchain.com/langsmith/log-llm-trace.md) - [Log multimodal traces](https://docs.langchain.com/langsmith/log-multimodal-traces.md) - [Log retriever traces](https://docs.langchain.com/langsmith/log-retriever-trace.md): Log retrieval steps in LangSmith traces for document-level visibility into your RAG pipeline. - [Log traces to a specific project](https://docs.langchain.com/langsmith/log-traces-to-project.md): Route LangSmith traces to a named project instead of the default project using environment variables or the SDK. - [Metadata parameters reference](https://docs.langchain.com/langsmith/ls-metadata-parameters.md) - [Manage contexts with the SDK](https://docs.langchain.com/langsmith/manage-contexts-sdk.md): Use the LangSmith SDK to push, pull, list, and delete agent and skill repos in the Context Hub programmatically. - [Create and manage datasets in the UI](https://docs.langchain.com/langsmith/manage-datasets-in-application.md) - [How to create and manage datasets programmatically](https://docs.langchain.com/langsmith/manage-datasets-programmatically.md) - [Manage datasets](https://docs.langchain.com/langsmith/manage-datasets.md) - [Manage evaluators with the SDK](https://docs.langchain.com/langsmith/manage-evaluators-sdk.md): Create, retrieve, update, list, and delete LangSmith evaluators programmatically with the SDK. - [Manage your organization using the API](https://docs.langchain.com/langsmith/manage-organization-by-api.md) - [Manage prompts programmatically](https://docs.langchain.com/langsmith/manage-prompts-programmatically.md) - [Manage prompts](https://docs.langchain.com/langsmith/manage-prompts.md): Manage prompt versions, environments, and access controls in LangSmith. - [Manage a trace](https://docs.langchain.com/langsmith/manage-trace.md): Share traces publicly, and view server logs from the Details view in LangSmith. - [Manage LangSmith with Terraform](https://docs.langchain.com/langsmith/manage-with-terraform.md): Use the official LangSmith Terraform provider to manage workspaces, access controls, resource tags, evaluators, run rules, and alert rules as code. - [Configure prompt settings](https://docs.langchain.com/langsmith/managing-model-configurations.md) - [Prevent logging of sensitive data in traces](https://docs.langchain.com/langsmith/mask-inputs-outputs.md) - [Messages view integrations](https://docs.langchain.com/langsmith/messages-view-integrations.md): Frameworks and SDKs that render in the LangSmith Messages view and the metadata each one sets. - [How to return categorical vs numerical metrics](https://docs.langchain.com/langsmith/metric-type.md) - [Manage model configurations](https://docs.langchain.com/langsmith/model-configurations.md): Manage model configurations and control their availability across LangSmith features. - [Monorepo support](https://docs.langchain.com/langsmith/monorepo-support.md) - [How to simulate multi-turn interactions](https://docs.langchain.com/langsmith/multi-turn-simulation.md) - [Include multimodal content in a prompt](https://docs.langchain.com/langsmith/multimodal-content.md) - [Test multi-turn conversations](https://docs.langchain.com/langsmith/multiple-messages.md) - [How to return multiple scores in one evaluator](https://docs.langchain.com/langsmith/multiple-scores.md) - [Troubleshoot trace nesting](https://docs.langchain.com/langsmith/nest-traces.md) - [Observability concepts](https://docs.langchain.com/langsmith/observability-concepts.md): How LangSmith structures observability data as runs, traces, threads, and trajectories, and how to send traces. - [Trace an LLM application tutorial](https://docs.langchain.com/langsmith/observability-llm-tutorial.md): Add LangSmith observability to an LLM application across prototyping, beta testing, and production. - [Tracing quickstart](https://docs.langchain.com/langsmith/observability-quickstart.md): Add LangSmith tracing to an LLM application in minutes. - [Deploy an observability stack for your LangSmith deployment](https://docs.langchain.com/langsmith/observability-stack.md) - [Observability in Studio](https://docs.langchain.com/langsmith/observability-studio.md) - [LangSmith Observability](https://docs.langchain.com/langsmith/observability.md): Instrument your LLM application, investigate traces, and monitor performance in production with LangSmith. - [Set up online code evaluators](https://docs.langchain.com/langsmith/online-evaluations-code.md) - [Set up composite online evaluators](https://docs.langchain.com/langsmith/online-evaluations-composite.md) - [Set up LLM-as-a-judge online evaluators](https://docs.langchain.com/langsmith/online-evaluations-llm-as-judge.md) - [Set up multi-turn online evaluators](https://docs.langchain.com/langsmith/online-evaluations-multi-turn.md) - [Document API authentication in OpenAPI](https://docs.langchain.com/langsmith/openapi-security.md) - [Run evals with openevals package](https://docs.langchain.com/langsmith/openevals.md): Run evaluations using the open-source openevals and agentevals packages with LangSmith. - [Optimize a classifier](https://docs.langchain.com/langsmith/optimize-classifier.md) - [Organization and workspace operations reference](https://docs.langchain.com/langsmith/organization-workspace-operations.md) - [Redact sensitive data with the OpenTelemetry Gateway architecture](https://docs.langchain.com/langsmith/otel-gateway-trace-redaction.md): Use an OpenTelemetry collector to redact sensitive data from traces before they land in LangSmith. - [Set up LangSmith](https://docs.langchain.com/langsmith/platform-setup.md): Host and manage LangSmith infrastructure for observability, evaluation, and prompt engineering. - [Run an evaluation with the UI](https://docs.langchain.com/langsmith/playground-link.md) - [Model providers](https://docs.langchain.com/langsmith/playground-model-providers.md) - [Collect feedback with presigned URLs](https://docs.langchain.com/langsmith/presigned-feedback-tokens.md): Use presigned feedback tokens to collect user feedback from client-side applications without exposing your LangSmith API key. - [Pricing plans](https://docs.langchain.com/langsmith/pricing-plans.md) - [Profile configuration](https://docs.langchain.com/langsmith/profile-configuration.md): Configure LangSmith SDK credentials and endpoints with a local profile file. - [How to sync prompts with GitHub](https://docs.langchain.com/langsmith/prompt-commit.md) - [Prompt & Context Hub](https://docs.langchain.com/langsmith/prompt-context-hub.md): Store, version, and update the prompts and contexts your agents use in production. - [Prompt engineering concepts](https://docs.langchain.com/langsmith/prompt-engineering-concepts.md) - [Prompt engineering quickstart](https://docs.langchain.com/langsmith/prompt-engineering-quickstart.md) - [Prompt template format guide](https://docs.langchain.com/langsmith/prompt-template-format.md) - [How to run evaluations with pytest](https://docs.langchain.com/langsmith/pytest.md) - [Define a Managed Deep Agent](https://docs.langchain.com/langsmith/python/managed-deep-agents-agent-definition.md): Configure the model and core capabilities of a Managed Deep Agent. - [Connect a Managed Deep Agent to Slack](https://docs.langchain.com/langsmith/python/managed-deep-agents-channels-slack.md): Start Managed Deep Agents runs from Slack messages and send responses to Slack conversations. - [Connect Managed Deep Agents to channels](https://docs.langchain.com/langsmith/python/managed-deep-agents-channels.md): Connect Managed Deep Agents to external messaging services that can start runs and receive responses. - [Managed Deep Agents CLI reference](https://docs.langchain.com/langsmith/python/managed-deep-agents-cli.md): Reference for mda commands, project files, and deploy behavior. - [Deploy a Managed Deep Agent](https://docs.langchain.com/langsmith/python/managed-deep-agents-deploy.md): Test and deploy a Managed Deep Agent with the mda CLI. - [Evaluate Managed Deep Agents](https://docs.langchain.com/langsmith/python/managed-deep-agents-evals.md): Create and run Harbor evals for Managed Deep Agents. - [Add identity to Managed Deep Agents](https://docs.langchain.com/langsmith/python/managed-deep-agents-identity.md): Authenticate callers to a Managed Deep Agents deployment with a LangSmith API key or Supabase. - [Add instructions to Managed Deep Agents](https://docs.langchain.com/langsmith/python/managed-deep-agents-instructions.md): Define the system prompt for a Managed Deep Agent in instructions.md. - [Develop locally with LangSmith Studio](https://docs.langchain.com/langsmith/python/managed-deep-agents-local-development.md): Run and test a Managed Deep Agent locally with mda dev and LangSmith Studio. - [Connect to MCP servers](https://docs.langchain.com/langsmith/python/managed-deep-agents-mcp-connectors.md): Add tools from remote MCP servers to Managed Deep Agents. - [Add memory to Managed Deep Agents](https://docs.langchain.com/langsmith/python/managed-deep-agents-memory.md): Opt in to deployment-shared durable memory for Managed Deep Agents. - [Add custom middleware to Managed Deep Agents](https://docs.langchain.com/langsmith/python/managed-deep-agents-middleware.md): Add built-in or custom middleware to Managed Deep Agents projects. - [Managed Deep Agents](https://docs.langchain.com/langsmith/python/managed-deep-agents-overview.md): Build your agent as a directory of files while LangSmith runs the harness and runtime. - [Managed Deep Agents project structure](https://docs.langchain.com/langsmith/python/managed-deep-agents-project-structure.md): Understand the files and directories in a Managed Deep Agents project. - [Managed Deep Agents quickstart](https://docs.langchain.com/langsmith/python/managed-deep-agents-quickstart.md): Create and deploy your first Managed Deep Agent with the mda CLI. - [Add a sandbox to Managed Deep Agents](https://docs.langchain.com/langsmith/python/managed-deep-agents-sandboxes.md): Configure an isolated filesystem and shell for Managed Deep Agents. - [Add schedules to Managed Deep Agents](https://docs.langchain.com/langsmith/python/managed-deep-agents-schedules.md): Declare managed cron schedules for Managed Deep Agents deployments. - [Add skills to Managed Deep Agents](https://docs.langchain.com/langsmith/python/managed-deep-agents-skills.md): Add reusable task-specific instructions to a Managed Deep Agent. - [Add custom tools to Managed Deep Agents](https://docs.langchain.com/langsmith/python/managed-deep-agents-tools.md): Define authored tools for Managed Deep Agents projects. - [Add memory and a schedule to your research assistant](https://docs.langchain.com/langsmith/python/managed-deep-agents-tutorial.md): Add durable memory and a daily schedule to the research assistant from the quickstart, then deploy it. - [Managed Deep Agents](https://docs.langchain.com/langsmith/python/managed-deep-agents.md) - [Query threads using the SDK](https://docs.langchain.com/langsmith/query-threads.md): Programmatically fetch and inspect multi-turn conversation threads from your LangSmith projects. - [Get started with Studio](https://docs.langchain.com/langsmith/quick-start-studio.md) - [Role-based access control](https://docs.langchain.com/langsmith/rbac.md) - [How to read experiment results locally](https://docs.langchain.com/langsmith/read-local-experiment-results.md) - [Redact secrets from traces](https://docs.langchain.com/langsmith/redact-secrets.md): Prevent API keys, tokens, and other secrets from appearing in LangSmith traces using the SDK anonymizer. - [LangSmith reference](https://docs.langchain.com/langsmith/reference.md) - [Regions FAQ](https://docs.langchain.com/langsmith/regions-faq.md) - [Reject Concurrent](https://docs.langchain.com/langsmith/reject-concurrent.md) - [Release stages](https://docs.langchain.com/langsmith/release-stages.md): How LangSmith labels features as alpha, beta, or generally available, and what each stage means for stability, support, and availability - [Release policy](https://docs.langchain.com/langsmith/release-versions.md): Release channels, cadence, and version support for self-hosted LangSmith. - [RemoteGraph](https://docs.langchain.com/langsmith/remote-graph.md) - [How to evaluate with repetitions](https://docs.langchain.com/langsmith/repetition.md) - [Make conversations private](https://docs.langchain.com/langsmith/resource-auth.md) - [Rollback Concurrent](https://docs.langchain.com/langsmith/rollback-concurrent.md) - [Set up automation rules](https://docs.langchain.com/langsmith/rules.md) - [Run backtests on a new version of an agent](https://docs.langchain.com/langsmith/run-backtests-new-agent.md) - [Run (span) data format](https://docs.langchain.com/langsmith/run-data-format.md) - [How to use the REST API](https://docs.langchain.com/langsmith/run-evals-api-only.md) - [Run an evaluation from the Playground](https://docs.langchain.com/langsmith/run-evaluation-from-playground.md) - [Runs](https://docs.langchain.com/langsmith/runs.md): An overview of runs in Agent Server, including how to kick off background runs, stateless runs, and cancel runs. - [How to run multiple assistants on the same thread](https://docs.langchain.com/langsmith/same-thread.md) - [Set a sampling rate for traces](https://docs.langchain.com/langsmith/sample-traces.md) - [Sandbox auth proxy](https://docs.langchain.com/langsmith/sandbox-auth-proxy.md): Inject credentials into outbound requests and control which destinations a sandbox can reach. - [Sandbox CLI](https://docs.langchain.com/langsmith/sandbox-cli.md): Create, inspect, connect to, and tunnel into LangSmith sandboxes from the command line. - [Sandbox mounts](https://docs.langchain.com/langsmith/sandbox-mounts.md): Mount S3 buckets, GCS buckets, and public Git repositories into LangSmith sandboxes. - [Sandbox access permissions](https://docs.langchain.com/langsmith/sandbox-permissions.md): Control who in your workspace can interact with a sandbox after it has been created. - [Sandbox SDK usage](https://docs.langchain.com/langsmith/sandbox-sdk.md): Create and manage sandboxes programmatically with the Python or TypeScript SDK. - [Sandbox service URLs](https://docs.langchain.com/langsmith/sandbox-service-urls.md): Access HTTP services running inside sandboxes via authenticated URLs, from a browser or programmatically. - [Sandbox snapshots](https://docs.langchain.com/langsmith/sandbox-snapshots.md): Build and capture reusable filesystem images for sandboxes. - [LangSmith Sandboxes](https://docs.langchain.com/langsmith/sandboxes.md): Use LangSmith managed sandboxes to safely execute code and interact with the filesystem in isolated environments. - [Scalability & resilience](https://docs.langchain.com/langsmith/scalability-and-resilience.md) - [Delete workspaces](https://docs.langchain.com/langsmith/script-delete-a-workspace.md) - [Delete organizations](https://docs.langchain.com/langsmith/script-delete-an-organization.md) - [Delete traces](https://docs.langchain.com/langsmith/script-delete-traces.md) - [Generate ClickHouse stats](https://docs.langchain.com/langsmith/script-generate-clickhouse-stats.md) - [Generate query stats](https://docs.langchain.com/langsmith/script-generate-query-stats.md) - [Run support queries against ClickHouse](https://docs.langchain.com/langsmith/script-running-ch-support-queries.md) - [Run support queries against PostgreSQL](https://docs.langchain.com/langsmith/script-running-pg-support-queries.md) - [Basic authentication with email and password](https://docs.langchain.com/langsmith/self-host-basic-auth.md) - [Enable blob storage](https://docs.langchain.com/langsmith/self-host-blob-storage.md) - [Configure custom TLS certificates](https://docs.langchain.com/langsmith/self-host-custom-tls-certificates.md) - [Minimum versions for self-hosting dependencies](https://docs.langchain.com/langsmith/self-host-dependency-versions.md): Minimum supported versions for the databases, tools, and infrastructure required to self-host LangSmith. - [Disaster recovery for self-hosted LangSmith](https://docs.langchain.com/langsmith/self-host-disaster-recovery.md) - [Egress for billing and operational telemetry](https://docs.langchain.com/langsmith/self-host-egress.md) - [Configure environment variables in the Helm chart](https://docs.langchain.com/langsmith/self-host-environment-variables.md): How to use commonEnv and extraEnv to configure environment variables across LangSmith services in the Helm chart. - [Connect to an external ClickHouse database](https://docs.langchain.com/langsmith/self-host-external-clickhouse.md) - [Connect to an external PostgreSQL database](https://docs.langchain.com/langsmith/self-host-external-postgres.md) - [Connect to an external Redis or Valkey database](https://docs.langchain.com/langsmith/self-host-external-redis.md) - [FIPS-compliant images](https://docs.langchain.com/langsmith/self-host-fips.md): Run self-hosted LangSmith installation on FIPS 140 compliant container images - [Create an Ingress for installations (Kubernetes)](https://docs.langchain.com/langsmith/self-host-ingress.md) - [Mirror images for your LangSmith installation](https://docs.langchain.com/langsmith/self-host-mirroring-images.md) - [View trace counts across your organization](https://docs.langchain.com/langsmith/self-host-organization-charts.md) - [Use environment variables for model providers](https://docs.langchain.com/langsmith/self-host-playground-environment-settings.md) - [Configure LangSmith for scale](https://docs.langchain.com/langsmith/self-host-scale.md) - [Set up SSO with OAuth2.0 and OIDC](https://docs.langchain.com/langsmith/self-host-sso.md) - [AWS Terraform architecture](https://docs.langchain.com/langsmith/self-host-terraform-aws-architecture.md): Platform layers, services, IRSA roles, networking, and module dependencies for LangSmith self-hosted on AWS EKS. - [Deploy LangSmith on AWS with Terraform](https://docs.langchain.com/langsmith/self-host-terraform-aws-deploy.md): End-to-end walkthrough for provisioning LangSmith self-hosted on AWS EKS using the LangChain Terraform modules. - [AWS Terraform quick reference](https://docs.langchain.com/langsmith/self-host-terraform-aws-quick-reference.md): Make targets, Terraform commands, kubectl, AWS CLI, and Helm operations for LangSmith self-hosted on AWS EKS. - [AWS Terraform troubleshooting](https://docs.langchain.com/langsmith/self-host-terraform-aws-troubleshooting.md): Common issues, fixes, and diagnostic commands for LangSmith self-hosted on AWS EKS deployed with the LangChain Terraform modules. - [AWS Terraform variables reference](https://docs.langchain.com/langsmith/self-host-terraform-aws-variables.md): Complete reference of Terraform variables for LangSmith self-hosted on AWS EKS. - [Azure Terraform architecture](https://docs.langchain.com/langsmith/self-host-terraform-azure-architecture.md): Platform layers, services, Workload Identity, networking, ingress options, and module dependencies for LangSmith self-hosted on AKS. - [Deploy LangSmith on Azure with Terraform](https://docs.langchain.com/langsmith/self-host-terraform-azure-deploy.md): End-to-end walkthrough for provisioning LangSmith self-hosted on Azure AKS using the LangChain Terraform modules. - [Azure Terraform quick reference](https://docs.langchain.com/langsmith/self-host-terraform-azure-quick-reference.md): Make targets, Terraform, kubectl, Azure CLI, and Helm commands for LangSmith self-hosted on AKS. - [Azure Terraform troubleshooting](https://docs.langchain.com/langsmith/self-host-terraform-azure-troubleshooting.md): Common issues, fixes, and diagnostic commands for LangSmith self-hosted on Azure AKS deployed with the LangChain Terraform modules. - [Azure Terraform variables reference](https://docs.langchain.com/langsmith/self-host-terraform-azure-variables.md): Complete reference of Terraform variables for LangSmith self-hosted on Azure AKS. - [GCP Terraform architecture](https://docs.langchain.com/langsmith/self-host-terraform-gcp-architecture.md): Platform layers, services, Workload Identity, networking, and module dependencies for LangSmith self-hosted on GKE. - [Deploy LangSmith on GCP with Terraform](https://docs.langchain.com/langsmith/self-host-terraform-gcp-deploy.md): End-to-end walkthrough for provisioning LangSmith self-hosted on GCP GKE using the LangChain Terraform modules. - [GCP Terraform quick reference](https://docs.langchain.com/langsmith/self-host-terraform-gcp-quick-reference.md): Make targets, Terraform, kubectl, gcloud, and Helm commands for LangSmith self-hosted on GKE. - [GCP Terraform troubleshooting](https://docs.langchain.com/langsmith/self-host-terraform-gcp-troubleshooting.md): Common issues, fixes, and diagnostic commands for LangSmith self-hosted on GKE deployed with the LangChain Terraform modules. - [GCP Terraform variables reference](https://docs.langchain.com/langsmith/self-host-terraform-gcp-variables.md): Complete reference of Terraform variables for LangSmith self-hosted on GCP GKE. - [Deploy LangSmith with Terraform](https://docs.langchain.com/langsmith/self-host-terraform.md): Provision LangSmith self-hosted on AWS, Azure, or GCP using LangChain's production-ready Terraform modules. - [Enable TTL and data retention](https://docs.langchain.com/langsmith/self-host-ttl.md) - [Customize the error support message](https://docs.langchain.com/langsmith/self-host-ui-customization.md): Customize support contact information in the LangSmith frontend for self-hosted deployments. - [Upgrade an installation](https://docs.langchain.com/langsmith/self-host-upgrades.md) - [Interact with your self-hosted instance of LangSmith](https://docs.langchain.com/langsmith/self-host-usage.md) - [Customize user management](https://docs.langchain.com/langsmith/self-host-user-management.md) - [Use an existing secret for your installation (Kubernetes)](https://docs.langchain.com/langsmith/self-host-using-an-existing-secret.md) - [Agent Server metrics](https://docs.langchain.com/langsmith/self-hosted-agent-server-metrics.md): Reference for Agent Server OpenTelemetry metrics on self-hosted deployments, including Deployment UI metrics, internal metrics, and Datadog export. - [Self-hosted LangSmith changelog](https://docs.langchain.com/langsmith/self-hosted-changelog.md) - [Install Mission Control](https://docs.langchain.com/langsmith/self-hosted-mission-control.md): Install Mission Control, an in-cluster console for monitoring, configuring, and operating self-hosted LangSmith on Kubernetes. - [Self-hosted platform features](https://docs.langchain.com/langsmith/self-hosted-platform-features.md): Self-hosted-only platform features for LangSmith Deployment, including custom databases, listeners, and resource customization. - [Self-hosted LangSmith](https://docs.langchain.com/langsmith/self-hosted.md) - [How to add semantic search to your agent deployment](https://docs.langchain.com/langsmith/semantic-search.md) - [A2A endpoint in Agent Server](https://docs.langchain.com/langsmith/server-a2a.md): Use the A2A protocol to enable agent-to-agent communication with distributed tracing in LangSmith. - [Agent Server API reference for LangSmith Deployment](https://docs.langchain.com/langsmith/server-api-ref.md) - [MCP endpoint in Agent Server](https://docs.langchain.com/langsmith/server-mcp.md) - [Trace JS functions in serverless environments](https://docs.langchain.com/langsmith/serverless-environments.md) - [Set up custom authentication](https://docs.langchain.com/langsmith/set-up-custom-auth.md) - [Set up feedback criteria](https://docs.langchain.com/langsmith/set-up-feedback-criteria.md) - [Set up hierarchy](https://docs.langchain.com/langsmith/set-up-hierarchy.md) - [Set up resource tags](https://docs.langchain.com/langsmith/set-up-resource-tags.md): Create and manage resource tags to organize projects, datasets, prompts, and other resources within a LangSmith workspace. - [How to set up an application with requirements.txt](https://docs.langchain.com/langsmith/setup-app-requirements-txt.md) - [How to set up a JavaScript application](https://docs.langchain.com/langsmith/setup-javascript.md) - [How to set up an application with pyproject.toml](https://docs.langchain.com/langsmith/setup-pyproject.md) - [LangSmith shared responsibility model](https://docs.langchain.com/langsmith/shared-responsibility-model.md): Overview of how LangChain and customers share security responsibilities for the LangSmith platform. - [LangSmith skills](https://docs.langchain.com/langsmith/skills.md): Use Agent Skills to work with LangSmith traces, datasets, and evaluators from your coding agent. - [LangSmith API reference](https://docs.langchain.com/langsmith/smith-api-ref.md) - [LangSmith Deployment SDK](https://docs.langchain.com/langsmith/smith-deployments-sdk.md) - [LangSmith Go SDK](https://docs.langchain.com/langsmith/smith-go-sdk.md) - [LangSmith Java SDK](https://docs.langchain.com/langsmith/smith-java-sdk.md) - [LangSmith JS/TS SDK](https://docs.langchain.com/langsmith/smith-js-ts-sdk.md) - [LangSmith Python SDK](https://docs.langchain.com/langsmith/smith-python-sdk.md) - [Migrate dataset experiment runs to SmithDB](https://docs.langchain.com/langsmith/smithdb-sdk-migration-experiments.md): Migrate the LangSmith SDK dataset experiment run methods to their SmithDB-backed equivalents. - [Migrate feedback and sharing methods to SmithDB](https://docs.langchain.com/langsmith/smithdb-sdk-migration-feedback.md): Migrate the LangSmith SDK feedback, annotation queue, and public run methods to their SmithDB-backed equivalents. - [Migrate run queries to SmithDB](https://docs.langchain.com/langsmith/smithdb-sdk-migration-query-runs.md): Migrate the LangSmith SDK run query methods to their SmithDB-backed equivalents. - [Migrate run retrieval to SmithDB](https://docs.langchain.com/langsmith/smithdb-sdk-migration-runs.md): Migrate the LangSmith SDK methods that retrieve a single run or build a run URL. - [Migrate thread methods to SmithDB](https://docs.langchain.com/langsmith/smithdb-sdk-migration-threads.md): Migrate the LangSmith SDK thread methods to their SmithDB-backed equivalents. - [Migrate trace methods to SmithDB](https://docs.langchain.com/langsmith/smithdb-sdk-migration-traces.md): Migrate the LangSmith SDK trace methods to their SmithDB-backed equivalents. - [Migrate to SmithDB-backed SDK methods](https://docs.langchain.com/langsmith/smithdb-sdk-migration.md): Migrate your existing LangSmith SDK methods to their SmithDB-backed equivalents for faster agent observability. - [Stateless runs](https://docs.langchain.com/langsmith/stateless-runs.md) - [LangSmith status](https://docs.langchain.com/langsmith/status.md) - [Isolate store data per user](https://docs.langchain.com/langsmith/store-auth.md): Scope long-term store data to each authenticated user in LangSmith Deployment using auth handlers. - [Streaming API](https://docs.langchain.com/langsmith/streaming.md) - [Studio](https://docs.langchain.com/langsmith/studio-deploy.md): Develop, run, and debug agents in an interactive environment with LangSmith Studio. - [LangSmith Studio](https://docs.langchain.com/langsmith/studio.md) - [How to define a summary evaluator](https://docs.langchain.com/langsmith/summary.md) - [Test from the Playground](https://docs.langchain.com/langsmith/test-from-playground.md): Test prompts and model configurations over datasets in the LangSmith Playground without writing code. - [Test a ReAct agent with Pytest/Vitest and LangSmith](https://docs.langchain.com/langsmith/test-react-agent-pytest.md) - [Configure threads](https://docs.langchain.com/langsmith/threads.md) - [Trace Anthropic applications](https://docs.langchain.com/langsmith/trace-anthropic.md) - [Trace Amazon Bedrock applications](https://docs.langchain.com/langsmith/trace-bedrock.md) - [Trace Claude Agent SDK applications](https://docs.langchain.com/langsmith/trace-claude-agent-sdk.md) - [Trace Claude Code applications](https://docs.langchain.com/langsmith/trace-claude-code.md) - [Trace Deep Agents applications](https://docs.langchain.com/langsmith/trace-deep-agents.md) - [Trace DeepSeek applications](https://docs.langchain.com/langsmith/trace-deepseek.md) - [Trace Gemini Live applications](https://docs.langchain.com/langsmith/trace-gemini-live.md): Trace Gemini Live voice agents in LangSmith using the LangSmith SDK. - [Trace generator functions](https://docs.langchain.com/langsmith/trace-generator-functions.md) - [Trace LiteLLM applications](https://docs.langchain.com/langsmith/trace-litellm.md) - [Trace OpenAI Realtime applications](https://docs.langchain.com/langsmith/trace-openai-realtime.md): Trace OpenAI Realtime voice agents in LangSmith using the LangSmith SDK. - [Trace OpenAI applications](https://docs.langchain.com/langsmith/trace-openai.md) - [Trace query syntax](https://docs.langchain.com/langsmith/trace-query-syntax.md) - [Voice tracing fundamentals](https://docs.langchain.com/langsmith/trace-voice-fundamentals.md): Best practices for tracing voice and audio agents in LangSmith, including conversation audio, single-trace conversations, and the audio modality flag. - [Trace with API](https://docs.langchain.com/langsmith/trace-with-api.md): Learn how to trace LLM applications using the LangSmith REST API directly. - [Trace AutoGen applications](https://docs.langchain.com/langsmith/trace-with-autogen.md) - [Trace Claude Managed Agents](https://docs.langchain.com/langsmith/trace-with-claude-managed-agents.md): Automatically trace Claude Managed Agent sessions and events with LangSmith. - [Trace OpenAI Codex sessions](https://docs.langchain.com/langsmith/trace-with-codex.md): Capture OpenAI Codex agent turns, tool calls, model metadata, and subagent threads in LangSmith. - [Trace CrewAI applications](https://docs.langchain.com/langsmith/trace-with-crewai.md) - [Trace Cursor sessions](https://docs.langchain.com/langsmith/trace-with-cursor.md): Capture Cursor agent turns, tool calls, model metadata, token usage, attachments, and subagents in LangSmith. - [Trace Google ADK applications](https://docs.langchain.com/langsmith/trace-with-google-adk.md) - [Trace Google Gemini applications](https://docs.langchain.com/langsmith/trace-with-google-gemini.md) - [Trace Instructor applications](https://docs.langchain.com/langsmith/trace-with-instructor.md) - [Trace LangChain applications (Python and JS/TS)](https://docs.langchain.com/langsmith/trace-with-langchain.md) - [Trace LangGraph applications](https://docs.langchain.com/langsmith/trace-with-langgraph.md) - [Trace LiveKit applications](https://docs.langchain.com/langsmith/trace-with-livekit.md) - [Trace Mastra applications](https://docs.langchain.com/langsmith/trace-with-mastra.md) - [Trace Microsoft Agent Framework applications](https://docs.langchain.com/langsmith/trace-with-microsoft-agent-framework.md) - [Trace Mistral applications](https://docs.langchain.com/langsmith/trace-with-mistral.md) - [Trace n8n workflows](https://docs.langchain.com/langsmith/trace-with-n8n.md): Learn how to trace n8n AI workflows in LangSmith. - [Trace OpenAI Agents SDK applications](https://docs.langchain.com/langsmith/trace-with-openai-agents-sdk.md): Trace OpenAI Agents SDK Python and JavaScript applications with LangSmith. - [Trace OpenAI-compatible providers](https://docs.langchain.com/langsmith/trace-with-openai-compatible.md): Trace LLM calls from any OpenAI-compatible provider to LangSmith. - [Trace OpenCode sessions](https://docs.langchain.com/langsmith/trace-with-opencode.md): Capture OpenCode sessions, assistant turns, tool calls, and subagent activity in LangSmith. - [Trace with OpenTelemetry](https://docs.langchain.com/langsmith/trace-with-opentelemetry.md): Configure OpenTelemetry tracing in LangSmith, including LANGSMITH_OTEL_ENABLED and OTEL fanout with the OpenTelemetry Collector. - [Trace Pi coding agent sessions](https://docs.langchain.com/langsmith/trace-with-pi.md): Trace Pi coding agent invocations to LangSmith to observe turns, debug tool calls, track token usage, and inspect individual LLM invocations. - [Trace Pipecat applications](https://docs.langchain.com/langsmith/trace-with-pipecat.md) - [Trace PydanticAI applications](https://docs.langchain.com/langsmith/trace-with-pydantic-ai.md) - [Trace Semantic Kernel applications](https://docs.langchain.com/langsmith/trace-with-semantic-kernel.md) - [Trace Strands Agents applications](https://docs.langchain.com/langsmith/trace-with-strands-agents.md): Trace Strands Agents applications with LangSmith. - [Trace with Temporal](https://docs.langchain.com/langsmith/trace-with-temporal.md): Learn how to trace Temporal workflows and activities in LangSmith using OpenTelemetry. - [Trace Vercel AI SDK applications (JS/TS only)](https://docs.langchain.com/langsmith/trace-with-vercel-ai-sdk.md): Trace Vercel AI SDK applications with LangSmith for AI SDK v5, v6, and v7. - [Trace Visual Studio Code Copilot Chat sessions](https://docs.langchain.com/langsmith/trace-with-vscode-copilot.md): Capture VS Code Copilot Chat agent interactions, LLM calls, tool executions, and token usage in LangSmith via OpenTelemetry. - [Trace without setting environment variables](https://docs.langchain.com/langsmith/trace-without-env-vars.md) - [How to evaluate your agent with trajectory evaluations](https://docs.langchain.com/langsmith/trajectory-evals.md) - [Studio troubleshooting](https://docs.langchain.com/langsmith/troubleshooting-studio.md) - [Troubleshoot variable caching](https://docs.langchain.com/langsmith/troubleshooting-variable-caching.md) - [Troubleshooting](https://docs.langchain.com/langsmith/troubleshooting.md) - [How to upload experiments run outside of LangSmith with the REST API](https://docs.langchain.com/langsmith/upload-existing-experiments.md) - [Upload files with traces](https://docs.langchain.com/langsmith/upload-files-with-traces.md) - [Usage and billing](https://docs.langchain.com/langsmith/usage-and-billing.md): Understand LangSmith trace data retention tiers, pricing, rate limits, and usage limits. - [How to interact with a deployment using RemoteGraph](https://docs.langchain.com/langsmith/use-remote-graph.md) - [How to use Studio](https://docs.langchain.com/langsmith/use-studio.md) - [Use the Context Hub](https://docs.langchain.com/langsmith/use-the-context-hub.md): Learn how to create, view, and promote context in the LangSmith Context Hub. - [Use threads](https://docs.langchain.com/langsmith/use-threads.md) - [Use tools in a prompt](https://docs.langchain.com/langsmith/use-tools.md) - [Use webhooks](https://docs.langchain.com/langsmith/use-webhooks.md) - [User management](https://docs.langchain.com/langsmith/user-management.md) - [View traces](https://docs.langchain.com/langsmith/view-traces.md): Inspect agent threads in LangSmith using the Messages view or Details view. - [View usage](https://docs.langchain.com/langsmith/view-usage.md): What usage data is available in LangSmith, what each metric means, and what differs for Self-hosted. - [How to run evaluations with Vitest/Jest](https://docs.langchain.com/langsmith/vitest-jest.md) - [Configure webhook notifications for rules](https://docs.langchain.com/langsmith/webhooks.md): Configure webhook notifications to receive POST requests when automation rules match new runs in LangSmith. - [Workload isolation](https://docs.langchain.com/langsmith/workload-isolation.md) - [Write your prompt with AI](https://docs.langchain.com/langsmith/write-prompt-with-ai.md) ## Agent Server API - [Create Assistant](https://docs.langchain.com/langsmith/agent-server-api/assistants/create-assistant.md) - [Search Assistants](https://docs.langchain.com/langsmith/agent-server-api/assistants/search-assistants.md) - [Count Assistants](https://docs.langchain.com/langsmith/agent-server-api/assistants/count-assistants.md) - [Get Assistant](https://docs.langchain.com/langsmith/agent-server-api/assistants/get-assistant.md) - [Delete Assistant](https://docs.langchain.com/langsmith/agent-server-api/assistants/delete-assistant.md) - [Patch Assistant](https://docs.langchain.com/langsmith/agent-server-api/assistants/patch-assistant.md) - [Get Assistant Graph](https://docs.langchain.com/langsmith/agent-server-api/assistants/get-assistant-graph.md) - [Get Assistant Subgraphs](https://docs.langchain.com/langsmith/agent-server-api/assistants/get-assistant-subgraphs.md) - [Get Assistant Subgraphs by Namespace](https://docs.langchain.com/langsmith/agent-server-api/assistants/get-assistant-subgraphs-by-namespace.md) - [Get Assistant Schemas](https://docs.langchain.com/langsmith/agent-server-api/assistants/get-assistant-schemas.md) - [Get Assistant Versions](https://docs.langchain.com/langsmith/agent-server-api/assistants/get-assistant-versions.md) - [Set Latest Assistant Version](https://docs.langchain.com/langsmith/agent-server-api/assistants/set-latest-assistant-version.md) - [Create Thread](https://docs.langchain.com/langsmith/agent-server-api/threads/create-thread.md) - [Search Threads](https://docs.langchain.com/langsmith/agent-server-api/threads/search-threads.md) - [Count Threads](https://docs.langchain.com/langsmith/agent-server-api/threads/count-threads.md) - [Prune Threads](https://docs.langchain.com/langsmith/agent-server-api/threads/prune-threads.md) - [Get Thread State](https://docs.langchain.com/langsmith/agent-server-api/threads/get-thread-state.md) - [Update Thread State](https://docs.langchain.com/langsmith/agent-server-api/threads/update-thread-state.md) - [Get Thread State At Checkpoint](https://docs.langchain.com/langsmith/agent-server-api/threads/get-thread-state-at-checkpoint.md) - [Get Thread State At Checkpoint](https://docs.langchain.com/langsmith/agent-server-api/threads/get-thread-state-at-checkpoint-1.md) - [Get Thread History](https://docs.langchain.com/langsmith/agent-server-api/threads/get-thread-history.md) - [Get Thread History Post](https://docs.langchain.com/langsmith/agent-server-api/threads/get-thread-history-post.md) - [Copy Thread](https://docs.langchain.com/langsmith/agent-server-api/threads/copy-thread.md) - [Get Thread](https://docs.langchain.com/langsmith/agent-server-api/threads/get-thread.md) - [Delete Thread](https://docs.langchain.com/langsmith/agent-server-api/threads/delete-thread.md) - [Patch Thread](https://docs.langchain.com/langsmith/agent-server-api/threads/patch-thread.md) - [Join Thread Stream](https://docs.langchain.com/langsmith/agent-server-api/threads/join-thread-stream.md) - [Protocol v2 Event Stream (SSE)](https://docs.langchain.com/langsmith/agent-server-api/streaming/protocol-v2-event-stream-sse.md) - [List Runs](https://docs.langchain.com/langsmith/agent-server-api/thread-runs/list-runs.md) - [Create Background Run](https://docs.langchain.com/langsmith/agent-server-api/thread-runs/create-background-run.md) - [Create Thread Cron](https://docs.langchain.com/langsmith/agent-server-api/crons/create-thread-cron.md) - [Create Run, Stream Output](https://docs.langchain.com/langsmith/agent-server-api/thread-runs/create-run-stream-output.md) - [Create Run, Wait for Output](https://docs.langchain.com/langsmith/agent-server-api/thread-runs/create-run-wait-for-output.md) - [Get Run](https://docs.langchain.com/langsmith/agent-server-api/thread-runs/get-run.md) - [Delete Run](https://docs.langchain.com/langsmith/agent-server-api/thread-runs/delete-run.md) - [Join Run](https://docs.langchain.com/langsmith/agent-server-api/thread-runs/join-run.md) - [Join Run Stream](https://docs.langchain.com/langsmith/agent-server-api/thread-runs/join-run-stream.md) - [Cancel Run](https://docs.langchain.com/langsmith/agent-server-api/thread-runs/cancel-run.md) - [Create Cron](https://docs.langchain.com/langsmith/agent-server-api/crons/create-cron.md) - [Search Crons](https://docs.langchain.com/langsmith/agent-server-api/crons/search-crons.md) - [Count Crons](https://docs.langchain.com/langsmith/agent-server-api/crons/count-crons.md) - [Create Run, Stream Output](https://docs.langchain.com/langsmith/agent-server-api/stateless-runs/create-run-stream-output.md) - [Cancel Runs](https://docs.langchain.com/langsmith/agent-server-api/thread-runs/cancel-runs.md) - [Create Run, Wait for Output](https://docs.langchain.com/langsmith/agent-server-api/stateless-runs/create-run-wait-for-output.md) - [Create Background Run](https://docs.langchain.com/langsmith/agent-server-api/stateless-runs/create-background-run.md) - [Create Run Batch](https://docs.langchain.com/langsmith/agent-server-api/stateless-runs/create-run-batch.md) - [Get Cron](https://docs.langchain.com/langsmith/agent-server-api/crons/get-cron.md) - [Update Cron](https://docs.langchain.com/langsmith/agent-server-api/crons/update-cron.md) - [Delete Cron](https://docs.langchain.com/langsmith/agent-server-api/crons/delete-cron.md) - [Store or update an item.](https://docs.langchain.com/langsmith/agent-server-api/store/store-or-update-an-item.md) - [Delete an item.](https://docs.langchain.com/langsmith/agent-server-api/store/delete-an-item.md) - [Retrieve a single item.](https://docs.langchain.com/langsmith/agent-server-api/store/retrieve-a-single-item.md) - [Search or list items within a namespace prefix.](https://docs.langchain.com/langsmith/agent-server-api/store/search-or-list-items-within-a-namespace-prefix.md) - [List namespaces with optional match conditions.](https://docs.langchain.com/langsmith/agent-server-api/store/list-namespaces-with-optional-match-conditions.md) - [A2A JSON-RPC](https://docs.langchain.com/langsmith/agent-server-api/a2a/a2a-json-rpc.md) - [MCP Post](https://docs.langchain.com/langsmith/agent-server-api/mcp/mcp-post.md) - [MCP Get](https://docs.langchain.com/langsmith/agent-server-api/mcp/mcp-get.md) - [Terminate Session](https://docs.langchain.com/langsmith/agent-server-api/mcp/terminate-session.md) - [Server Information](https://docs.langchain.com/langsmith/agent-server-api/system/server-information.md) - [System Metrics](https://docs.langchain.com/langsmith/agent-server-api/system/system-metrics.md) - [API Documentation](https://docs.langchain.com/langsmith/agent-server-api/system/api-documentation.md) - [Health Check](https://docs.langchain.com/langsmith/agent-server-api/system/health-check.md) - [Protocol v2 Command](https://docs.langchain.com/langsmith/agent-server-api/streaming/protocol-v2-command.md) ## LangSmith REST API - [Get health info](https://docs.langchain.com/langsmith/smith-api/info/get-health-info.md) - [Get tracing project prebuilt dashboard](https://docs.langchain.com/langsmith/smith-api/tracer-sessions/get-tracing-project-prebuilt-dashboard.md) - [Read tracer session](https://docs.langchain.com/langsmith/smith-api/tracer-sessions/read-tracer-session.md) - [Update tracer session](https://docs.langchain.com/langsmith/smith-api/tracer-sessions/update-tracer-session.md) - [Delete tracer session](https://docs.langchain.com/langsmith/smith-api/tracer-sessions/delete-tracer-session.md) - [Read tracer sessions](https://docs.langchain.com/langsmith/smith-api/tracer-sessions/read-tracer-sessions.md) - [Create tracer session](https://docs.langchain.com/langsmith/smith-api/tracer-sessions/create-tracer-session.md) - [Delete tracer sessions](https://docs.langchain.com/langsmith/smith-api/tracer-sessions/delete-tracer-sessions.md) - [Read tracer sessions runs metadata](https://docs.langchain.com/langsmith/smith-api/tracer-sessions/read-tracer-sessions-runs-metadata.md) - [Read filter views](https://docs.langchain.com/langsmith/smith-api/tracer-sessions/read-filter-views.md) - [Create filter view](https://docs.langchain.com/langsmith/smith-api/tracer-sessions/create-filter-view.md) - [Read filter view](https://docs.langchain.com/langsmith/smith-api/tracer-sessions/read-filter-view.md) - [Update filter view](https://docs.langchain.com/langsmith/smith-api/tracer-sessions/update-filter-view.md) - [Delete filter view](https://docs.langchain.com/langsmith/smith-api/tracer-sessions/delete-filter-view.md) - [Rename filter view](https://docs.langchain.com/langsmith/smith-api/tracer-sessions/rename-filter-view.md) - [Get insights jobs (Beta)](https://docs.langchain.com/langsmith/smith-api/tracer-sessions/get-insights-jobs-beta.md) - [Create insights job (Beta)](https://docs.langchain.com/langsmith/smith-api/tracer-sessions/create-insights-job-beta.md) - [Get insights job configs (Beta)](https://docs.langchain.com/langsmith/smith-api/tracer-sessions/get-insights-job-configs-beta.md) - [Create insights job config (Beta)](https://docs.langchain.com/langsmith/smith-api/tracer-sessions/create-insights-job-config-beta.md) - [Auto-generate insights job config (Beta)](https://docs.langchain.com/langsmith/smith-api/tracer-sessions/auto-generate-insights-job-config-beta.md) - [Update insights job config (Beta)](https://docs.langchain.com/langsmith/smith-api/tracer-sessions/update-insights-job-config-beta.md) - [Delete insights job config (Beta)](https://docs.langchain.com/langsmith/smith-api/tracer-sessions/delete-insights-job-config-beta.md) - [Get insights job (Beta)](https://docs.langchain.com/langsmith/smith-api/tracer-sessions/get-insights-job-beta.md) - [Update insights job (Beta)](https://docs.langchain.com/langsmith/smith-api/tracer-sessions/update-insights-job-beta.md) - [Delete insights job (Beta)](https://docs.langchain.com/langsmith/smith-api/tracer-sessions/delete-insights-job-beta.md) - [Get run cluster from insights job (Beta)](https://docs.langchain.com/langsmith/smith-api/tracer-sessions/get-run-cluster-from-insights-job-beta.md) - [Get runs from insights job (Beta)](https://docs.langchain.com/langsmith/smith-api/tracer-sessions/get-runs-from-insights-job-beta.md) - [Create workspace](https://docs.langchain.com/langsmith/smith-api/workspaces/create-workspace.md) - [List workspaces](https://docs.langchain.com/langsmith/smith-api/workspaces/list-workspaces.md) - [Patch workspace](https://docs.langchain.com/langsmith/smith-api/workspaces/patch-workspace.md) - [Delete workspace](https://docs.langchain.com/langsmith/smith-api/workspaces/delete-workspace.md) - [Get workspace](https://docs.langchain.com/langsmith/smith-api/workspaces/get-workspace.md) - [Get current workspace stats](https://docs.langchain.com/langsmith/smith-api/workspaces/get-current-workspace-stats.md) - [Get current workspace usage limits info](https://docs.langchain.com/langsmith/smith-api/workspaces/get-current-workspace-usage-limits-info.md) - [Get shared tokens](https://docs.langchain.com/langsmith/smith-api/workspaces/get-shared-tokens.md) - [Bulk unshare entities](https://docs.langchain.com/langsmith/smith-api/workspaces/bulk-unshare-entities.md) - [List current workspace secrets](https://docs.langchain.com/langsmith/smith-api/workspaces/list-current-workspace-secrets.md) - [Upsert current workspace secrets](https://docs.langchain.com/langsmith/smith-api/workspaces/upsert-current-workspace-secrets.md) - [Get current workspace encrypted secrets](https://docs.langchain.com/langsmith/smith-api/workspaces/get-current-workspace-encrypted-secrets.md) - [List tag keys](https://docs.langchain.com/langsmith/smith-api/workspaces/list-tag-keys.md) - [Create tag key](https://docs.langchain.com/langsmith/smith-api/workspaces/create-tag-key.md) - [Update tag key](https://docs.langchain.com/langsmith/smith-api/workspaces/update-tag-key.md) - [Get tag key](https://docs.langchain.com/langsmith/smith-api/workspaces/get-tag-key.md) - [Delete tag key](https://docs.langchain.com/langsmith/smith-api/workspaces/delete-tag-key.md) - [Create tag value](https://docs.langchain.com/langsmith/smith-api/workspaces/create-tag-value.md) - [List tag values](https://docs.langchain.com/langsmith/smith-api/workspaces/list-tag-values.md) - [Get tag value](https://docs.langchain.com/langsmith/smith-api/workspaces/get-tag-value.md) - [Update tag value](https://docs.langchain.com/langsmith/smith-api/workspaces/update-tag-value.md) - [Delete tag value](https://docs.langchain.com/langsmith/smith-api/workspaces/delete-tag-value.md) - [Create tagging](https://docs.langchain.com/langsmith/smith-api/workspaces/create-tagging.md) - [List taggings](https://docs.langchain.com/langsmith/smith-api/workspaces/list-taggings.md) - [Delete tagging](https://docs.langchain.com/langsmith/smith-api/workspaces/delete-tagging.md) - [List tags](https://docs.langchain.com/langsmith/smith-api/workspaces/list-tags.md) - [List tags for resource](https://docs.langchain.com/langsmith/smith-api/workspaces/list-tags-for-resource.md) - [List tags for resources](https://docs.langchain.com/langsmith/smith-api/workspaces/list-tags-for-resources.md) - [Get audit logs](https://docs.langchain.com/langsmith/smith-api/audit-logs/get-audit-logs.md) - [List TTL settings](https://docs.langchain.com/langsmith/smith-api/ttl-settings/list-ttl-settings.md) - [Upsert TTL settings](https://docs.langchain.com/langsmith/smith-api/ttl-settings/upsert-ttl-settings.md) - [List TTL settings](https://docs.langchain.com/langsmith/smith-api/orgs/list-ttl-settings.md) - [Upsert TTL settings](https://docs.langchain.com/langsmith/smith-api/orgs/upsert-ttl-settings.md) - [Count examples](https://docs.langchain.com/langsmith/smith-api/examples/count-examples.md) - [Read example](https://docs.langchain.com/langsmith/smith-api/examples/read-example.md) - [Update example](https://docs.langchain.com/langsmith/smith-api/examples/update-example.md) - [Delete example](https://docs.langchain.com/langsmith/smith-api/examples/delete-example.md) - [Read examples](https://docs.langchain.com/langsmith/smith-api/examples/read-examples.md) - [Create example](https://docs.langchain.com/langsmith/smith-api/examples/create-example.md) - [Delete examples](https://docs.langchain.com/langsmith/smith-api/examples/delete-examples.md) - [Create examples](https://docs.langchain.com/langsmith/smith-api/examples/create-examples.md) - [Legacy update examples](https://docs.langchain.com/langsmith/smith-api/examples/legacy-update-examples.md) - [Upload examples from csv](https://docs.langchain.com/langsmith/smith-api/examples/upload-examples-from-csv.md) - [Validate example](https://docs.langchain.com/langsmith/smith-api/examples/validate-example.md) - [Validate examples](https://docs.langchain.com/langsmith/smith-api/examples/validate-examples.md) - [Read datasets](https://docs.langchain.com/langsmith/smith-api/datasets/read-datasets.md) - [Create dataset](https://docs.langchain.com/langsmith/smith-api/datasets/create-dataset.md) - [Delete datasets](https://docs.langchain.com/langsmith/smith-api/datasets/delete-datasets.md) - [Read datasets stream](https://docs.langchain.com/langsmith/smith-api/datasets/read-datasets-stream.md) - [Read dataset](https://docs.langchain.com/langsmith/smith-api/datasets/read-dataset.md) - [Delete dataset](https://docs.langchain.com/langsmith/smith-api/datasets/delete-dataset.md) - [Update dataset](https://docs.langchain.com/langsmith/smith-api/datasets/update-dataset.md) - [Upload csv dataset](https://docs.langchain.com/langsmith/smith-api/datasets/upload-csv-dataset.md) - [Upload experiment](https://docs.langchain.com/langsmith/smith-api/datasets/upload-experiment.md) - [Get dataset versions](https://docs.langchain.com/langsmith/smith-api/datasets/get-dataset-versions.md) - [Diff dataset versions](https://docs.langchain.com/langsmith/smith-api/datasets/diff-dataset-versions.md) - [Get dataset version](https://docs.langchain.com/langsmith/smith-api/datasets/get-dataset-version.md) - [Update dataset version](https://docs.langchain.com/langsmith/smith-api/datasets/update-dataset-version.md) - [Download dataset openai](https://docs.langchain.com/langsmith/smith-api/datasets/download-dataset-openai.md) - [Download dataset openai ft](https://docs.langchain.com/langsmith/smith-api/datasets/download-dataset-openai-ft.md) - [Download dataset csv](https://docs.langchain.com/langsmith/smith-api/datasets/download-dataset-csv.md) - [Download dataset jsonl](https://docs.langchain.com/langsmith/smith-api/datasets/download-dataset-jsonl.md) - [Read examples with runs](https://docs.langchain.com/langsmith/smith-api/datasets/read-examples-with-runs.md) - [Read dataset share state](https://docs.langchain.com/langsmith/smith-api/datasets/read-dataset-share-state.md) - [Share dataset](https://docs.langchain.com/langsmith/smith-api/datasets/share-dataset.md) - [Unshare dataset](https://docs.langchain.com/langsmith/smith-api/datasets/unshare-dataset.md) - [Create comparative experiment](https://docs.langchain.com/langsmith/smith-api/datasets/create-comparative-experiment.md) - [Delete comparative experiment](https://docs.langchain.com/langsmith/smith-api/datasets/delete-comparative-experiment.md) - [Clone dataset](https://docs.langchain.com/langsmith/smith-api/datasets/clone-dataset.md) - [Get dataset splits](https://docs.langchain.com/langsmith/smith-api/datasets/get-dataset-splits.md) - [Update dataset splits](https://docs.langchain.com/langsmith/smith-api/datasets/update-dataset-splits.md) - [Generate](https://docs.langchain.com/langsmith/smith-api/datasets/generate.md) - [Studio experiment](https://docs.langchain.com/langsmith/smith-api/datasets/studio-experiment.md) - [List rules](https://docs.langchain.com/langsmith/smith-api/run/list-rules.md) - [Create rule](https://docs.langchain.com/langsmith/smith-api/run/create-rule.md) - [Validate rule](https://docs.langchain.com/langsmith/smith-api/run/validate-rule.md) - [Update rule](https://docs.langchain.com/langsmith/smith-api/run/update-rule.md) - [Delete rule](https://docs.langchain.com/langsmith/smith-api/run/delete-rule.md) - [Thread preview](https://docs.langchain.com/langsmith/smith-api/run/thread-preview.md) - [List rule logs](https://docs.langchain.com/langsmith/smith-api/run/list-rule-logs.md) - [List rule logs (v2)](https://docs.langchain.com/langsmith/smith-api/run/list-rule-logs-v2.md) - [Get last applied rule](https://docs.langchain.com/langsmith/smith-api/run/get-last-applied-rule.md) - [Trigger rule](https://docs.langchain.com/langsmith/smith-api/run/trigger-rule.md) - [Trigger rules](https://docs.langchain.com/langsmith/smith-api/run/trigger-rules.md) - [Read run](https://docs.langchain.com/langsmith/smith-api/run/read-run.md) - [Update a run](https://docs.langchain.com/langsmith/smith-api/runs/update-a-run.md) - [Read run share state](https://docs.langchain.com/langsmith/smith-api/run/read-run-share-state.md) - [Share run](https://docs.langchain.com/langsmith/smith-api/run/share-run.md) - [Unshare run](https://docs.langchain.com/langsmith/smith-api/run/unshare-run.md) - [Validate runs query](https://docs.langchain.com/langsmith/smith-api/run/validate-runs-query.md) - [Query runs](https://docs.langchain.com/langsmith/smith-api/run/query-runs.md) - [Generate query for runs](https://docs.langchain.com/langsmith/smith-api/run/generate-query-for-runs.md) - [Stats runs](https://docs.langchain.com/langsmith/smith-api/run/stats-runs.md) - [Create a run](https://docs.langchain.com/langsmith/smith-api/runs/create-a-run.md) - [Ingest runs (batch json)](https://docs.langchain.com/langsmith/smith-api/runs/ingest-runs-batch-json.md) - [Ingest runs (multipart)](https://docs.langchain.com/langsmith/smith-api/runs/ingest-runs-multipart.md) - [Group runs](https://docs.langchain.com/langsmith/smith-api/run/group-runs.md) - [Stats group runs](https://docs.langchain.com/langsmith/smith-api/run/stats-group-runs.md) - [Delete runs abac](https://docs.langchain.com/langsmith/smith-api/run/delete-runs-abac.md) - [Delete runs](https://docs.langchain.com/langsmith/smith-api/run/delete-runs.md) - [Evaluate experiment adhoc](https://docs.langchain.com/langsmith/smith-api/experiments/evaluate-experiment-adhoc.md) - [Create feedback formula ep](https://docs.langchain.com/langsmith/smith-api/feedback/create-feedback-formula-ep.md) - [List feedback formula ep](https://docs.langchain.com/langsmith/smith-api/feedback/list-feedback-formula-ep.md) - [Get feedback formula ep](https://docs.langchain.com/langsmith/smith-api/feedback/get-feedback-formula-ep.md) - [Update feedback formula ep](https://docs.langchain.com/langsmith/smith-api/feedback/update-feedback-formula-ep.md) - [Delete feedback formula endpoint](https://docs.langchain.com/langsmith/smith-api/feedback/delete-feedback-formula-endpoint.md) - [Read feedback](https://docs.langchain.com/langsmith/smith-api/feedback/read-feedback.md) - [Update feedback](https://docs.langchain.com/langsmith/smith-api/feedback/update-feedback.md) - [Delete feedback](https://docs.langchain.com/langsmith/smith-api/feedback/delete-feedback.md) - [Read feedbacks](https://docs.langchain.com/langsmith/smith-api/feedback/read-feedbacks.md) - [Create feedback](https://docs.langchain.com/langsmith/smith-api/feedback/create-feedback.md) - [Create feedback ingest token](https://docs.langchain.com/langsmith/smith-api/feedback/create-feedback-ingest-token.md) - [List feedback ingest tokens](https://docs.langchain.com/langsmith/smith-api/feedback/list-feedback-ingest-tokens.md) - [Create feedback with token get](https://docs.langchain.com/langsmith/smith-api/feedback/create-feedback-with-token-get.md) - [Create feedback with token post](https://docs.langchain.com/langsmith/smith-api/feedback/create-feedback-with-token-post.md) - [Get shared run](https://docs.langchain.com/langsmith/smith-api/public/get-shared-run.md) - [Get shared run by ID](https://docs.langchain.com/langsmith/smith-api/public/get-shared-run-by-id.md) - [Query shared runs](https://docs.langchain.com/langsmith/smith-api/public/query-shared-runs.md) - [Read shared feedbacks](https://docs.langchain.com/langsmith/smith-api/public/read-shared-feedbacks.md) - [Read shared dataset](https://docs.langchain.com/langsmith/smith-api/public/read-shared-dataset.md) - [Count shared examples](https://docs.langchain.com/langsmith/smith-api/public/count-shared-examples.md) - [Read shared examples](https://docs.langchain.com/langsmith/smith-api/public/read-shared-examples.md) - [Read shared dataset tracer sessions](https://docs.langchain.com/langsmith/smith-api/public/read-shared-dataset-tracer-sessions.md) - [Read shared dataset tracer sessions bulk](https://docs.langchain.com/langsmith/smith-api/public/read-shared-dataset-tracer-sessions-bulk.md) - [Query shared dataset runs](https://docs.langchain.com/langsmith/smith-api/public/query-shared-dataset-runs.md) - [Generate query for shared dataset runs](https://docs.langchain.com/langsmith/smith-api/public/generate-query-for-shared-dataset-runs.md) - [Stats shared dataset runs](https://docs.langchain.com/langsmith/smith-api/public/stats-shared-dataset-runs.md) - [Read shared dataset run](https://docs.langchain.com/langsmith/smith-api/public/read-shared-dataset-run.md) - [Read shared dataset feedback](https://docs.langchain.com/langsmith/smith-api/public/read-shared-dataset-feedback.md) - [Read shared comparative experiments](https://docs.langchain.com/langsmith/smith-api/public/read-shared-comparative-experiments.md) - [Get message JSON schema](https://docs.langchain.com/langsmith/smith-api/public/get-message-json-schema.md) - [Get tool def JSON schema](https://docs.langchain.com/langsmith/smith-api/public/get-tool-def-json-schema.md) - [Get annotation queues](https://docs.langchain.com/langsmith/smith-api/annotation-queues/get-annotation-queues.md) - [Create annotation queue](https://docs.langchain.com/langsmith/smith-api/annotation-queues/create-annotation-queue.md) - [Delete annotation queues](https://docs.langchain.com/langsmith/smith-api/annotation-queues/delete-annotation-queues.md) - [Populate annotation queue](https://docs.langchain.com/langsmith/smith-api/annotation-queues/populate-annotation-queue.md) - [Delete annotation queue](https://docs.langchain.com/langsmith/smith-api/annotation-queues/delete-annotation-queue.md) - [Update annotation queue](https://docs.langchain.com/langsmith/smith-api/annotation-queues/update-annotation-queue.md) - [Get annotation queue](https://docs.langchain.com/langsmith/smith-api/annotation-queues/get-annotation-queue.md) - [Add runs to annotation queue](https://docs.langchain.com/langsmith/smith-api/annotation-queues/add-runs-to-annotation-queue.md) - [Get runs from annotation queue](https://docs.langchain.com/langsmith/smith-api/annotation-queues/get-runs-from-annotation-queue.md) - [Add runs to annotation queue by key](https://docs.langchain.com/langsmith/smith-api/annotation-queues/add-runs-to-annotation-queue-by-key.md) - [Export annotation queue archived runs](https://docs.langchain.com/langsmith/smith-api/annotation-queues/export-annotation-queue-archived-runs.md) - [Get run from annotation queue](https://docs.langchain.com/langsmith/smith-api/annotation-queues/get-run-from-annotation-queue.md) - [Get annotation queues for run](https://docs.langchain.com/langsmith/smith-api/annotation-queues/get-annotation-queues-for-run.md) - [Update run in annotation queue](https://docs.langchain.com/langsmith/smith-api/annotation-queues/update-run-in-annotation-queue.md) - [Delete run from annotation queue](https://docs.langchain.com/langsmith/smith-api/annotation-queues/delete-run-from-annotation-queue.md) - [Delete runs from annotation queue](https://docs.langchain.com/langsmith/smith-api/annotation-queues/delete-runs-from-annotation-queue.md) - [Get total size from annotation queue](https://docs.langchain.com/langsmith/smith-api/annotation-queues/get-total-size-from-annotation-queue.md) - [Get total archived from annotation queue](https://docs.langchain.com/langsmith/smith-api/annotation-queues/get-total-archived-from-annotation-queue.md) - [Get size from annotation queue](https://docs.langchain.com/langsmith/smith-api/annotation-queues/get-size-from-annotation-queue.md) - [Create identity annotation queue run status](https://docs.langchain.com/langsmith/smith-api/annotation-queues/create-identity-annotation-queue-run-status.md) - [Resolve annotation queue run](https://docs.langchain.com/langsmith/smith-api/annotation-queues/resolve-annotation-queue-run.md) - [Execute](https://docs.langchain.com/langsmith/smith-api/ace/execute.md) - [Get bulk exports](https://docs.langchain.com/langsmith/smith-api/bulk-exports/get-bulk-exports.md) - [Create bulk export](https://docs.langchain.com/langsmith/smith-api/bulk-exports/create-bulk-export.md) - [Get bulk export destinations](https://docs.langchain.com/langsmith/smith-api/bulk-exports/get-bulk-export-destinations.md) - [Create bulk export destination](https://docs.langchain.com/langsmith/smith-api/bulk-exports/create-bulk-export-destination.md) - [Get bulk export runs filtered](https://docs.langchain.com/langsmith/smith-api/bulk-exports/get-bulk-export-runs-filtered.md) - [Get bulk export](https://docs.langchain.com/langsmith/smith-api/bulk-exports/get-bulk-export.md) - [Cancel bulk export](https://docs.langchain.com/langsmith/smith-api/bulk-exports/cancel-bulk-export.md) - [Get bulk export destination](https://docs.langchain.com/langsmith/smith-api/bulk-exports/get-bulk-export-destination.md) - [Update bulk export destination](https://docs.langchain.com/langsmith/smith-api/bulk-exports/update-bulk-export-destination.md) - [Get bulk export runs](https://docs.langchain.com/langsmith/smith-api/bulk-exports/get-bulk-export-runs.md) - [Get bulk export run](https://docs.langchain.com/langsmith/smith-api/bulk-exports/get-bulk-export-run.md) - [List feedback configs endpoint](https://docs.langchain.com/langsmith/smith-api/feedback-configs/list-feedback-configs-endpoint.md) - [Create feedback config endpoint](https://docs.langchain.com/langsmith/smith-api/feedback-configs/create-feedback-config-endpoint.md) - [Update feedback config endpoint](https://docs.langchain.com/langsmith/smith-api/feedback-configs/update-feedback-config-endpoint.md) - [Delete feedback config endpoint](https://docs.langchain.com/langsmith/smith-api/feedback-configs/delete-feedback-config-endpoint.md) - [Read model price map](https://docs.langchain.com/langsmith/smith-api/model-price-map/read-model-price-map.md) - [Create new model price](https://docs.langchain.com/langsmith/smith-api/model-price-map/create-new-model-price.md) - [Update model price](https://docs.langchain.com/langsmith/smith-api/model-price-map/update-model-price.md) - [Delete model price](https://docs.langchain.com/langsmith/smith-api/model-price-map/delete-model-price.md) - [Invoke prompt](https://docs.langchain.com/langsmith/smith-api/prompts/invoke-prompt.md) - [Prompt canvas](https://docs.langchain.com/langsmith/smith-api/prompts/prompt-canvas.md) - [List prompt webhooks](https://docs.langchain.com/langsmith/smith-api/prompt-webhooks/list-prompt-webhooks.md) - [Create prompt webhook](https://docs.langchain.com/langsmith/smith-api/prompt-webhooks/create-prompt-webhook.md) - [Get prompt webhook](https://docs.langchain.com/langsmith/smith-api/prompt-webhooks/get-prompt-webhook.md) - [Update prompt webhook](https://docs.langchain.com/langsmith/smith-api/prompt-webhooks/update-prompt-webhook.md) - [Delete prompt webhook](https://docs.langchain.com/langsmith/smith-api/prompt-webhooks/delete-prompt-webhook.md) - [Test prompt webhook](https://docs.langchain.com/langsmith/smith-api/prompt-webhooks/test-prompt-webhook.md) - [Create playground settings](https://docs.langchain.com/langsmith/smith-api/playground-settings/create-playground-settings.md) - [List playground settings](https://docs.langchain.com/langsmith/smith-api/playground-settings/list-playground-settings.md) - [Get playground settings](https://docs.langchain.com/langsmith/smith-api/playground-settings/get-playground-settings.md) - [Update playground settings](https://docs.langchain.com/langsmith/smith-api/playground-settings/update-playground-settings.md) - [Delete playground settings](https://docs.langchain.com/langsmith/smith-api/playground-settings/delete-playground-settings.md) - [Clone section](https://docs.langchain.com/langsmith/smith-api/charts/clone-section.md) - [Read sections](https://docs.langchain.com/langsmith/smith-api/charts/read-sections.md) - [Create section](https://docs.langchain.com/langsmith/smith-api/charts/create-section.md) - [Read charts](https://docs.langchain.com/langsmith/smith-api/charts/read-charts.md) - [Read chart preview](https://docs.langchain.com/langsmith/smith-api/charts/read-chart-preview.md) - [Create chart](https://docs.langchain.com/langsmith/smith-api/charts/create-chart.md) - [Read single chart](https://docs.langchain.com/langsmith/smith-api/charts/read-single-chart.md) - [Update chart](https://docs.langchain.com/langsmith/smith-api/charts/update-chart.md) - [Delete chart](https://docs.langchain.com/langsmith/smith-api/charts/delete-chart.md) - [Read single section](https://docs.langchain.com/langsmith/smith-api/charts/read-single-section.md) - [Update section](https://docs.langchain.com/langsmith/smith-api/charts/update-section.md) - [Delete section](https://docs.langchain.com/langsmith/smith-api/charts/delete-section.md) - [Org read sections](https://docs.langchain.com/langsmith/smith-api/charts/org-read-sections.md) - [Org create section](https://docs.langchain.com/langsmith/smith-api/charts/org-create-section.md) - [Org read charts](https://docs.langchain.com/langsmith/smith-api/charts/org-read-charts.md) - [Org read chart preview](https://docs.langchain.com/langsmith/smith-api/charts/org-read-chart-preview.md) - [Org create chart](https://docs.langchain.com/langsmith/smith-api/charts/org-create-chart.md) - [Org read single chart](https://docs.langchain.com/langsmith/smith-api/charts/org-read-single-chart.md) - [Org delete chart](https://docs.langchain.com/langsmith/smith-api/charts/org-delete-chart.md) - [Org update chart](https://docs.langchain.com/langsmith/smith-api/charts/org-update-chart.md) - [Org read single section](https://docs.langchain.com/langsmith/smith-api/charts/org-read-single-section.md) - [Org delete section](https://docs.langchain.com/langsmith/smith-api/charts/org-delete-section.md) - [Org update section](https://docs.langchain.com/langsmith/smith-api/charts/org-update-section.md) - [Get tools](https://docs.langchain.com/langsmith/smith-api/mcp/get-tools.md) - [Invalidate tools cache](https://docs.langchain.com/langsmith/smith-api/mcp/invalidate-tools-cache.md) - [Proxy get](https://docs.langchain.com/langsmith/smith-api/mcp/proxy-get.md) - [Proxy](https://docs.langchain.com/langsmith/smith-api/mcp/proxy.md) - [List organizations](https://docs.langchain.com/langsmith/smith-api/orgs/list-organizations.md) - [Create organization](https://docs.langchain.com/langsmith/smith-api/orgs/create-organization.md) - [Create customers and get stripe setup intent](https://docs.langchain.com/langsmith/smith-api/orgs/create-customers-and-get-stripe-setup-intent.md) - [Get organization info](https://docs.langchain.com/langsmith/smith-api/orgs/get-organization-info.md) - [Get current organization info](https://docs.langchain.com/langsmith/smith-api/orgs/get-current-organization-info.md) - [Update current organization info](https://docs.langchain.com/langsmith/smith-api/orgs/update-current-organization-info.md) - [Get organization billing info](https://docs.langchain.com/langsmith/smith-api/orgs/get-organization-billing-info.md) - [Get dashboard](https://docs.langchain.com/langsmith/smith-api/orgs/get-dashboard.md) - [On payment method created](https://docs.langchain.com/langsmith/smith-api/orgs/on-payment-method-created.md) - [Get company info](https://docs.langchain.com/langsmith/smith-api/orgs/get-company-info.md) - [Set company info](https://docs.langchain.com/langsmith/smith-api/orgs/set-company-info.md) - [Change payment plan](https://docs.langchain.com/langsmith/smith-api/orgs/change-payment-plan.md) - [List organization roles](https://docs.langchain.com/langsmith/smith-api/orgs/list-organization-roles.md) - [Create organization roles](https://docs.langchain.com/langsmith/smith-api/orgs/create-organization-roles.md) - [Delete organization roles](https://docs.langchain.com/langsmith/smith-api/orgs/delete-organization-roles.md) - [Update organization roles](https://docs.langchain.com/langsmith/smith-api/orgs/update-organization-roles.md) - [Set role restriction](https://docs.langchain.com/langsmith/smith-api/orgs/set-role-restriction.md) - [List permissions](https://docs.langchain.com/langsmith/smith-api/orgs/list-permissions.md) - [List pending organization invites](https://docs.langchain.com/langsmith/smith-api/orgs/list-pending-organization-invites.md) - [Get current org members](https://docs.langchain.com/langsmith/smith-api/orgs/get-current-org-members.md) - [Add member to current org](https://docs.langchain.com/langsmith/smith-api/orgs/add-member-to-current-org.md) - [Get current active org members](https://docs.langchain.com/langsmith/smith-api/orgs/get-current-active-org-members.md) - [Get current pending org members](https://docs.langchain.com/langsmith/smith-api/orgs/get-current-pending-org-members.md) - [Add members to current org batch](https://docs.langchain.com/langsmith/smith-api/orgs/add-members-to-current-org-batch.md) - [Add basic auth members to current org](https://docs.langchain.com/langsmith/smith-api/orgs/add-basic-auth-members-to-current-org.md) - [Delete current org pending member](https://docs.langchain.com/langsmith/smith-api/orgs/delete-current-org-pending-member.md) - [Patch current org pending member](https://docs.langchain.com/langsmith/smith-api/orgs/patch-current-org-pending-member.md) - [Delete pending organization invite](https://docs.langchain.com/langsmith/smith-api/orgs/delete-pending-organization-invite.md) - [Claim pending organization invite](https://docs.langchain.com/langsmith/smith-api/orgs/claim-pending-organization-invite.md) - [Remove member from current org](https://docs.langchain.com/langsmith/smith-api/orgs/remove-member-from-current-org.md) - [Update current org member](https://docs.langchain.com/langsmith/smith-api/orgs/update-current-org-member.md) - [Update current user](https://docs.langchain.com/langsmith/smith-api/orgs/update-current-user.md) - [Get current SSO settings](https://docs.langchain.com/langsmith/smith-api/orgs/get-current-sso-settings.md) - [Create SSO settings](https://docs.langchain.com/langsmith/smith-api/orgs/create-sso-settings.md) - [Update SSO settings](https://docs.langchain.com/langsmith/smith-api/orgs/update-sso-settings.md) - [Delete SSO settings](https://docs.langchain.com/langsmith/smith-api/orgs/delete-sso-settings.md) - [Update allowed login methods](https://docs.langchain.com/langsmith/smith-api/orgs/update-allowed-login-methods.md) - [Get org usage](https://docs.langchain.com/langsmith/smith-api/orgs/get-org-usage.md) - [Get granular usage](https://docs.langchain.com/langsmith/smith-api/orgs/get-granular-usage.md) - [Export granular usage csv](https://docs.langchain.com/langsmith/smith-api/orgs/export-granular-usage-csv.md) - [Get current user login methods](https://docs.langchain.com/langsmith/smith-api/orgs/get-current-user-login-methods.md) - [Create stripe checkout sessions endpoint](https://docs.langchain.com/langsmith/smith-api/orgs/create-stripe-checkout-sessions-endpoint.md) - [Create stripe account links endpoint](https://docs.langchain.com/langsmith/smith-api/orgs/create-stripe-account-links-endpoint.md) - [List org service keys](https://docs.langchain.com/langsmith/smith-api/orgs/list-org-service-keys.md) - [Create org service key](https://docs.langchain.com/langsmith/smith-api/orgs/create-org-service-key.md) - [Delete org service key](https://docs.langchain.com/langsmith/smith-api/orgs/delete-org-service-key.md) - [Update org service key](https://docs.langchain.com/langsmith/smith-api/orgs/update-org-service-key.md) - [List org personal access tokens](https://docs.langchain.com/langsmith/smith-api/orgs/list-org-personal-access-tokens.md) - [Create org personal access token](https://docs.langchain.com/langsmith/smith-api/orgs/create-org-personal-access-token.md) - [Delete org personal access token](https://docs.langchain.com/langsmith/smith-api/orgs/delete-org-personal-access-token.md) - [Set default SSO provision](https://docs.langchain.com/langsmith/smith-api/orgs/set-default-sso-provision.md) - [Login](https://docs.langchain.com/langsmith/smith-api/auth/login.md) - [Send SSO email confirmation](https://docs.langchain.com/langsmith/smith-api/auth/send-sso-email-confirmation.md) - [Check SSO email verification status](https://docs.langchain.com/langsmith/smith-api/auth/check-sso-email-verification-status.md) - [Confirm SSO user email](https://docs.langchain.com/langsmith/smith-api/auth/confirm-sso-user-email.md) - [Get SSO settings](https://docs.langchain.com/langsmith/smith-api/auth/get-sso-settings.md) - [Lookup SSO by email](https://docs.langchain.com/langsmith/smith-api/auth/lookup-sso-by-email.md) - [Get API keys](https://docs.langchain.com/langsmith/smith-api/api-key/get-api-keys.md) - [Generate API key](https://docs.langchain.com/langsmith/smith-api/api-key/generate-api-key.md) - [Delete API key](https://docs.langchain.com/langsmith/smith-api/api-key/delete-api-key.md) - [Get personal access tokens](https://docs.langchain.com/langsmith/smith-api/api-key/get-personal-access-tokens.md) - [Generate personal access token](https://docs.langchain.com/langsmith/smith-api/api-key/generate-personal-access-token.md) - [Delete personal access token](https://docs.langchain.com/langsmith/smith-api/api-key/delete-personal-access-token.md) - [List tenants](https://docs.langchain.com/langsmith/smith-api/tenant/list-tenants.md) - [Create tenant](https://docs.langchain.com/langsmith/smith-api/tenant/create-tenant.md) - [Get onboarding state](https://docs.langchain.com/langsmith/smith-api/me/get-onboarding-state.md) - [Create onboarding state](https://docs.langchain.com/langsmith/smith-api/me/create-onboarding-state.md) - [Update onboarding state field](https://docs.langchain.com/langsmith/smith-api/me/update-onboarding-state-field.md) - [Get ls user ID](https://docs.langchain.com/langsmith/smith-api/me/get-ls-user-id.md) - [Get service accounts](https://docs.langchain.com/langsmith/smith-api/service-accounts/get-service-accounts.md) - [Create service account](https://docs.langchain.com/langsmith/smith-api/service-accounts/create-service-account.md) - [Delete service account](https://docs.langchain.com/langsmith/smith-api/service-accounts/delete-service-account.md) - [List pending workspace invites](https://docs.langchain.com/langsmith/smith-api/workspaces/list-pending-workspace-invites.md) - [Delete pending workspace invite](https://docs.langchain.com/langsmith/smith-api/workspaces/delete-pending-workspace-invite.md) - [Claim pending workspace invite](https://docs.langchain.com/langsmith/smith-api/workspaces/claim-pending-workspace-invite.md) - [Get current workspace members](https://docs.langchain.com/langsmith/smith-api/workspaces/get-current-workspace-members.md) - [Add member to current workspace](https://docs.langchain.com/langsmith/smith-api/workspaces/add-member-to-current-workspace.md) - [Get current active workspace members](https://docs.langchain.com/langsmith/smith-api/workspaces/get-current-active-workspace-members.md) - [Get current pending workspace members](https://docs.langchain.com/langsmith/smith-api/workspaces/get-current-pending-workspace-members.md) - [Add members to current workspace batch](https://docs.langchain.com/langsmith/smith-api/workspaces/add-members-to-current-workspace-batch.md) - [Delete current workspace member](https://docs.langchain.com/langsmith/smith-api/workspaces/delete-current-workspace-member.md) - [Patch current workspace member](https://docs.langchain.com/langsmith/smith-api/workspaces/patch-current-workspace-member.md) - [Patch current workspace pending member](https://docs.langchain.com/langsmith/smith-api/workspaces/patch-current-workspace-pending-member.md) - [Delete current workspace pending member](https://docs.langchain.com/langsmith/smith-api/workspaces/delete-current-workspace-pending-member.md) - [List usage limits](https://docs.langchain.com/langsmith/smith-api/usage-limits/list-usage-limits.md) - [Upsert usage limit](https://docs.langchain.com/langsmith/smith-api/usage-limits/upsert-usage-limit.md) - [List org usage limits](https://docs.langchain.com/langsmith/smith-api/usage-limits/list-org-usage-limits.md) - [Delete usage limit](https://docs.langchain.com/langsmith/smith-api/usage-limits/delete-usage-limit.md) - [Get settings](https://docs.langchain.com/langsmith/smith-api/settings/get-settings.md) - [Set tenant handle](https://docs.langchain.com/langsmith/smith-api/settings/set-tenant-handle.md) - [List repos](https://docs.langchain.com/langsmith/smith-api/repos/list-repos.md) - [Create repo](https://docs.langchain.com/langsmith/smith-api/repos/create-repo.md) - [Delete repos](https://docs.langchain.com/langsmith/smith-api/repos/delete-repos.md) - [Get repo](https://docs.langchain.com/langsmith/smith-api/repos/get-repo.md) - [Update repo](https://docs.langchain.com/langsmith/smith-api/repos/update-repo.md) - [Delete repo](https://docs.langchain.com/langsmith/smith-api/repos/delete-repo.md) - [Fork repo](https://docs.langchain.com/langsmith/smith-api/repos/fork-repo.md) - [List repo tags](https://docs.langchain.com/langsmith/smith-api/repos/list-repo-tags.md) - [Optimize prompt job](https://docs.langchain.com/langsmith/smith-api/repos/optimize-prompt-job.md) - [Like repo](https://docs.langchain.com/langsmith/smith-api/likes/like-repo.md) - [Create comment](https://docs.langchain.com/langsmith/smith-api/comments/create-comment.md) - [Get comments](https://docs.langchain.com/langsmith/smith-api/comments/get-comments.md) - [Get sub comments](https://docs.langchain.com/langsmith/smith-api/comments/get-sub-comments.md) - [Create sub comment](https://docs.langchain.com/langsmith/smith-api/comments/create-sub-comment.md) - [Like comment](https://docs.langchain.com/langsmith/smith-api/comments/like-comment.md) - [Unlike comment](https://docs.langchain.com/langsmith/smith-api/comments/unlike-comment.md) - [Get tags](https://docs.langchain.com/langsmith/smith-api/tags/get-tags.md) - [Create tag](https://docs.langchain.com/langsmith/smith-api/tags/create-tag.md) - [Get tag](https://docs.langchain.com/langsmith/smith-api/tags/get-tag.md) - [Update tag](https://docs.langchain.com/langsmith/smith-api/tags/update-tag.md) - [Delete tag](https://docs.langchain.com/langsmith/smith-api/tags/delete-tag.md) - [List repo owners](https://docs.langchain.com/langsmith/smith-api/ownerships/list-repo-owners.md) - [Add repo owner](https://docs.langchain.com/langsmith/smith-api/ownerships/add-repo-owner.md) - [Remove repo owner](https://docs.langchain.com/langsmith/smith-api/ownerships/remove-repo-owner.md) - [List jobs](https://docs.langchain.com/langsmith/smith-api/optimization-jobs/list-jobs.md) - [Create job](https://docs.langchain.com/langsmith/smith-api/optimization-jobs/create-job.md) - [Get job](https://docs.langchain.com/langsmith/smith-api/optimization-jobs/get-job.md) - [Update job](https://docs.langchain.com/langsmith/smith-api/optimization-jobs/update-job.md) - [Delete job](https://docs.langchain.com/langsmith/smith-api/optimization-jobs/delete-job.md) - [List job logs](https://docs.langchain.com/langsmith/smith-api/optimization-jobs/list-job-logs.md) - [Create log](https://docs.langchain.com/langsmith/smith-api/optimization-jobs/create-log.md) - [Get log](https://docs.langchain.com/langsmith/smith-api/optimization-jobs/get-log.md) - [Delete log](https://docs.langchain.com/langsmith/smith-api/optimization-jobs/delete-log.md) - [Get OAuth2 authorization server metadata](https://docs.langchain.com/langsmith/smith-api/oauth/get-oauth2-authorization-server-metadata.md) - [Get openid connect provider configuration](https://docs.langchain.com/langsmith/smith-api/oauth/get-openid-connect-provider-configuration.md) - [List commits](https://docs.langchain.com/langsmith/smith-api/commits/list-commits.md) - [Create a commit](https://docs.langchain.com/langsmith/smith-api/commits/create-a-commit.md) - [Get a commit](https://docs.langchain.com/langsmith/smith-api/commits/get-a-commit.md) - [List hub environments](https://docs.langchain.com/langsmith/smith-api/hub_environments/list-hub-environments.md) - [Create hub environments model](https://docs.langchain.com/langsmith/smith-api/hub_environments/create-hub-environments-model.md) - [Delete hub environments model](https://docs.langchain.com/langsmith/smith-api/hub_environments/delete-hub-environments-model.md) - [Update hub environments model](https://docs.langchain.com/langsmith/smith-api/hub_environments/update-hub-environments-model.md) - [Get server info](https://docs.langchain.com/langsmith/smith-api/info/get-server-info.md) - [Create an alert rule](https://docs.langchain.com/langsmith/smith-api/alert_rules/create-an-alert-rule.md) - [Test an alert action to determine if configuration is valid](https://docs.langchain.com/langsmith/smith-api/alert_rules/test-an-alert-action-to-determine-if-configuration-is-valid.md) - [Get an alert rule](https://docs.langchain.com/langsmith/smith-api/alert_rules/get-an-alert-rule.md) - [Delete an alert rule](https://docs.langchain.com/langsmith/smith-api/alert_rules/delete-an-alert-rule.md) - [Update an alert rule](https://docs.langchain.com/langsmith/smith-api/alert_rules/update-an-alert-rule.md) - [Create annotation queue item status](https://docs.langchain.com/langsmith/smith-api/annotation_queues/create-annotation-queue-item-status.md) - [List annotation queue items](https://docs.langchain.com/langsmith/smith-api/annotation_queues/list-annotation-queue-items.md) - [Add annotation queue items](https://docs.langchain.com/langsmith/smith-api/annotation_queues/add-annotation-queue-items.md) - [Get the annotation queue item count](https://docs.langchain.com/langsmith/smith-api/annotation_queues/get-the-annotation-queue-item-count.md) - [Delete annotation queue items](https://docs.langchain.com/langsmith/smith-api/annotation_queues/delete-annotation-queue-items.md) - [Update an annotation queue item](https://docs.langchain.com/langsmith/smith-api/annotation_queues/update-an-annotation-queue-item.md) - [Get annotation queue item placement](https://docs.langchain.com/langsmith/smith-api/annotation_queues/get-annotation-queue-item-placement.md) - [Add a reviewer to an annotation queue](https://docs.langchain.com/langsmith/smith-api/annotation_queues/add-a-reviewer-to-an-annotation-queue.md) - [Remove a reviewer from an annotation queue](https://docs.langchain.com/langsmith/smith-api/annotation_queues/remove-a-reviewer-from-an-annotation-queue.md) - [Hard delete examples](https://docs.langchain.com/langsmith/smith-api/examples/hard-delete-examples.md) - [Upload examples](https://docs.langchain.com/langsmith/smith-api/examples/upload-examples.md) - [Update examples](https://docs.langchain.com/langsmith/smith-api/examples/update-examples.md) - [List evaluators](https://docs.langchain.com/langsmith/smith-api/evaluators/list-evaluators.md) - [Create evaluator](https://docs.langchain.com/langsmith/smith-api/evaluators/create-evaluator.md) - [Bulk delete evaluators](https://docs.langchain.com/langsmith/smith-api/evaluators/bulk-delete-evaluators.md) - [Get evaluator spend](https://docs.langchain.com/langsmith/smith-api/evaluators/get-evaluator-spend.md) - [Get evaluator](https://docs.langchain.com/langsmith/smith-api/evaluators/get-evaluator.md) - [Delete evaluator](https://docs.langchain.com/langsmith/smith-api/evaluators/delete-evaluator.md) - [Update evaluator](https://docs.langchain.com/langsmith/smith-api/evaluators/update-evaluator.md) - [List feature configurations](https://docs.langchain.com/langsmith/smith-api/features/list-feature-configurations.md) - [Set default model for a feature](https://docs.langchain.com/langsmith/smith-api/features/set-default-model-for-a-feature.md) - [Delete default model for a feature](https://docs.langchain.com/langsmith/smith-api/features/delete-default-model-for-a-feature.md) - [Disable a model for a feature](https://docs.langchain.com/langsmith/smith-api/features/disable-a-model-for-a-feature.md) - [Re-enable a disabled model for a feature](https://docs.langchain.com/langsmith/smith-api/features/re-enable-a-disabled-model-for-a-feature.md) - [List gateway policies](https://docs.langchain.com/langsmith/smith-api/gateway-policies/list-gateway-policies.md) - [Create a gateway policy](https://docs.langchain.com/langsmith/smith-api/gateway-policies/create-a-gateway-policy.md) - [Search gateway policies by subject value set](https://docs.langchain.com/langsmith/smith-api/gateway-policies/search-gateway-policies-by-subject-value-set.md) - [Get a gateway policy](https://docs.langchain.com/langsmith/smith-api/gateway-policies/get-a-gateway-policy.md) - [Delete a gateway policy](https://docs.langchain.com/langsmith/smith-api/gateway-policies/delete-a-gateway-policy.md) - [Update a gateway policy](https://docs.langchain.com/langsmith/smith-api/gateway-policies/update-a-gateway-policy.md) - [Get directory contents](https://docs.langchain.com/langsmith/smith-api/directories/get-directory-contents.md) - [Delete directory repository](https://docs.langchain.com/langsmith/smith-api/directories/delete-directory-repository.md) - [Create directory commit](https://docs.langchain.com/langsmith/smith-api/directories/create-directory-commit.md) - [List issues (Beta)](https://docs.langchain.com/langsmith/smith-api/issues/list-issues-beta.md) - [List issues agent configs (Beta)](https://docs.langchain.com/langsmith/smith-api/issues-agent/list-issues-agent-configs-beta.md) - [Get issue (Beta)](https://docs.langchain.com/langsmith/smith-api/issues/get-issue-beta.md) - [Record a fix-verification verdict](https://docs.langchain.com/langsmith/smith-api/issues/record-a-fix-verification-verdict.md) - [Start preview-deploy verification for a fix](https://docs.langchain.com/langsmith/smith-api/issues/start-preview-deploy-verification-for-a-fix.md) - [Mark issue viewed (Beta)](https://docs.langchain.com/langsmith/smith-api/issues/mark-issue-viewed-beta.md) - [List MCP vendors](https://docs.langchain.com/langsmith/smith-api/mcp_vendors/list-mcp-vendors.md) - [Get MCP vendor](https://docs.langchain.com/langsmith/smith-api/mcp_vendors/get-mcp-vendor.md) - [Get vendor account](https://docs.langchain.com/langsmith/smith-api/mcp_vendors/get-vendor-account.md) - [List MCP servers for a vendor](https://docs.langchain.com/langsmith/smith-api/mcp_vendors/list-mcp-servers-for-a-vendor.md) - [Get vendor settings](https://docs.langchain.com/langsmith/smith-api/mcp_vendors/get-vendor-settings.md) - [Replace vendor settings](https://docs.langchain.com/langsmith/smith-api/mcp_vendors/replace-vendor-settings.md) - [Create vendor settings](https://docs.langchain.com/langsmith/smith-api/mcp_vendors/create-vendor-settings.md) - [Delete vendor settings](https://docs.langchain.com/langsmith/smith-api/mcp_vendors/delete-vendor-settings.md) - [List tools for a vendor](https://docs.langchain.com/langsmith/smith-api/mcp_vendors/list-tools-for-a-vendor.md) - [List authorized applications](https://docs.langchain.com/langsmith/smith-api/oauth/list-authorized-applications.md) - [Revoke an authorized application](https://docs.langchain.com/langsmith/smith-api/oauth/revoke-an-authorized-application.md) - [List oauth clients](https://docs.langchain.com/langsmith/smith-api/oauth/list-oauth-clients.md) - [Create an oauth client](https://docs.langchain.com/langsmith/smith-api/oauth/create-an-oauth-client.md) - [Get an oauth client](https://docs.langchain.com/langsmith/smith-api/oauth/get-an-oauth-client.md) - [Delete an oauth client](https://docs.langchain.com/langsmith/smith-api/oauth/delete-an-oauth-client.md) - [Update an oauth client](https://docs.langchain.com/langsmith/smith-api/oauth/update-an-oauth-client.md) - [Rotate an oauth client secret](https://docs.langchain.com/langsmith/smith-api/oauth/rotate-an-oauth-client-secret.md) - [Restart a backfill job](https://docs.langchain.com/langsmith/smith-api/backfills/restart-a-backfill-job.md) - [List access policies](https://docs.langchain.com/langsmith/smith-api/access_policies/list-access-policies.md) - [Create an access policy](https://docs.langchain.com/langsmith/smith-api/access_policies/create-an-access-policy.md) - [Attach access policies to a role](https://docs.langchain.com/langsmith/smith-api/access_policies/attach-access-policies-to-a-role.md) - [Get an access policy](https://docs.langchain.com/langsmith/smith-api/access_policies/get-an-access-policy.md) - [Delete an access policy](https://docs.langchain.com/langsmith/smith-api/access_policies/delete-an-access-policy.md) - [Update an access policy](https://docs.langchain.com/langsmith/smith-api/access_policies/update-an-access-policy.md) - [Get current organization info](https://docs.langchain.com/langsmith/smith-api/organizations/get-current-organization-info.md) - [List org members with workspace roles](https://docs.langchain.com/langsmith/smith-api/orgs/list-org-members-with-workspace-roles.md) - [Attach access policies to a role](https://docs.langchain.com/langsmith/smith-api/access_policies/attach-access-policies-to-a-role-1.md) - [Detach access policies from a role](https://docs.langchain.com/langsmith/smith-api/access_policies/detach-access-policies-from-a-role.md) - [List SCIM tokens](https://docs.langchain.com/langsmith/smith-api/scim-tokens/list-scim-tokens.md) - [Create a SCIM token](https://docs.langchain.com/langsmith/smith-api/scim-tokens/create-a-scim-token.md) - [Get a SCIM token](https://docs.langchain.com/langsmith/smith-api/scim-tokens/get-a-scim-token.md) - [Delete a SCIM token](https://docs.langchain.com/langsmith/smith-api/scim-tokens/delete-a-scim-token.md) - [Update a SCIM token](https://docs.langchain.com/langsmith/smith-api/scim-tokens/update-a-scim-token.md) - [List agent versions for a project](https://docs.langchain.com/langsmith/smith-api/sessions/list-agent-versions-for-a-project.md) - [Get the issues agent config for a session (Beta)](https://docs.langchain.com/langsmith/smith-api/issues-agent/get-the-issues-agent-config-for-a-session-beta.md) - [Create the issues agent for a session (Beta)](https://docs.langchain.com/langsmith/smith-api/issues-agent/create-the-issues-agent-for-a-session-beta.md) - [Delete the issues agent for a session (Beta)](https://docs.langchain.com/langsmith/smith-api/issues-agent/delete-the-issues-agent-for-a-session-beta.md) - [Update the issues agent config for a session (Beta)](https://docs.langchain.com/langsmith/smith-api/issues-agent/update-the-issues-agent-config-for-a-session-beta.md) - [Save the agent overview for a session (Beta)](https://docs.langchain.com/langsmith/smith-api/issues-agent/save-the-agent-overview-for-a-session-beta.md) - [Roll an issues agent webhook signing secret](https://docs.langchain.com/langsmith/smith-api/issues-agent/roll-an-issues-agent-webhook-signing-secret.md) - [List viewed issues for a session (Beta)](https://docs.langchain.com/langsmith/smith-api/issues/list-viewed-issues-for-a-session-beta.md) - [List tools](https://docs.langchain.com/langsmith/smith-api/tools/list-tools.md) - [Create a tool](https://docs.langchain.com/langsmith/smith-api/tools/create-a-tool.md) - [Get a tool by ID](https://docs.langchain.com/langsmith/smith-api/tools/get-a-tool-by-id.md) - [Delete a tool by ID](https://docs.langchain.com/langsmith/smith-api/tools/delete-a-tool-by-id.md) - [Update a tool by ID](https://docs.langchain.com/langsmith/smith-api/tools/update-a-tool-by-id.md) - [Get a tool by handle](https://docs.langchain.com/langsmith/smith-api/tools/get-a-tool-by-handle.md) - [Delete a tool by handle](https://docs.langchain.com/langsmith/smith-api/tools/delete-a-tool-by-handle.md) - [Update a tool by handle](https://docs.langchain.com/langsmith/smith-api/tools/update-a-tool-by-handle.md) - [Fetch shared experiment runs for dataset examples](https://docs.langchain.com/langsmith/smith-api/datasets/fetch-shared-experiment-runs-for-dataset-examples.md) - [Fetch experiment runs for dataset examples](https://docs.langchain.com/langsmith/smith-api/datasets/fetch-experiment-runs-for-dataset-examples.md) - [Get a public shared trace run](https://docs.langchain.com/langsmith/smith-api/runs/get-a-public-shared-trace-run.md) - [Query public shared trace runs](https://docs.langchain.com/langsmith/smith-api/runs/query-public-shared-trace-runs.md) - [Query runs](https://docs.langchain.com/langsmith/smith-api/runs/query-runs.md) - [Get a single run](https://docs.langchain.com/langsmith/smith-api/runs/get-a-single-run.md) - [Share a run](https://docs.langchain.com/langsmith/smith-api/runs/share-a-run.md) - [Get the LangSmith UI URL for a run](https://docs.langchain.com/langsmith/smith-api/runs/get-the-langsmith-ui-url-for-a-run.md) - [Unshare a run](https://docs.langchain.com/langsmith/smith-api/runs/unshare-a-run.md) - [List sandboxes](https://docs.langchain.com/langsmith/smith-api/sandboxes/list-sandboxes.md) - [Create a sandbox](https://docs.langchain.com/langsmith/smith-api/sandboxes/create-a-sandbox.md) - [Batch delete sandboxes](https://docs.langchain.com/langsmith/smith-api/sandboxes/batch-delete-sandboxes.md) - [Get a sandbox](https://docs.langchain.com/langsmith/smith-api/sandboxes/get-a-sandbox.md) - [Delete a sandbox](https://docs.langchain.com/langsmith/smith-api/sandboxes/delete-a-sandbox.md) - [Update a sandbox](https://docs.langchain.com/langsmith/smith-api/sandboxes/update-a-sandbox.md) - [Generate a service access token](https://docs.langchain.com/langsmith/smith-api/sandboxes/generate-a-service-access-token.md) - [Capture a snapshot from a sandbox](https://docs.langchain.com/langsmith/smith-api/sandboxes/capture-a-snapshot-from-a-sandbox.md) - [Start a sandbox](https://docs.langchain.com/langsmith/smith-api/sandboxes/start-a-sandbox.md) - [Get sandbox status](https://docs.langchain.com/langsmith/smith-api/sandboxes/get-sandbox-status.md) - [Stop a sandbox](https://docs.langchain.com/langsmith/smith-api/sandboxes/stop-a-sandbox.md) - [List registries](https://docs.langchain.com/langsmith/smith-api/sandboxes/list-registries.md) - [Create a registry](https://docs.langchain.com/langsmith/smith-api/sandboxes/create-a-registry.md) - [Get a registry](https://docs.langchain.com/langsmith/smith-api/sandboxes/get-a-registry.md) - [Delete a registry](https://docs.langchain.com/langsmith/smith-api/sandboxes/delete-a-registry.md) - [Update a registry](https://docs.langchain.com/langsmith/smith-api/sandboxes/update-a-registry.md) - [List snapshots](https://docs.langchain.com/langsmith/smith-api/sandboxes/list-snapshots.md) - [Create a snapshot](https://docs.langchain.com/langsmith/smith-api/sandboxes/create-a-snapshot.md) - [Get a snapshot name](https://docs.langchain.com/langsmith/smith-api/sandboxes/get-a-snapshot-name.md) - [Get a snapshot](https://docs.langchain.com/langsmith/smith-api/sandboxes/get-a-snapshot.md) - [Delete a snapshot](https://docs.langchain.com/langsmith/smith-api/sandboxes/delete-a-snapshot.md) - [Get sandbox resource usage](https://docs.langchain.com/langsmith/smith-api/sandboxes/get-sandbox-resource-usage.md) - [Download a sandbox file](https://docs.langchain.com/langsmith/smith-api/sandboxes/download-a-sandbox-file.md) - [Execute a sandbox command](https://docs.langchain.com/langsmith/smith-api/sandboxes/execute-a-sandbox-command.md) - [Resume a streamed sandbox command](https://docs.langchain.com/langsmith/smith-api/sandboxes/resume-a-streamed-sandbox-command.md) - [Start a streamed sandbox command](https://docs.langchain.com/langsmith/smith-api/sandboxes/start-a-streamed-sandbox-command.md) - [Execute a sandbox command over WebSocket](https://docs.langchain.com/langsmith/smith-api/sandboxes/execute-a-sandbox-command-over-websocket.md) - [Glob a sandbox filesystem](https://docs.langchain.com/langsmith/smith-api/sandboxes/glob-a-sandbox-filesystem.md) - [Grep a sandbox filesystem](https://docs.langchain.com/langsmith/smith-api/sandboxes/grep-a-sandbox-filesystem.md) - [Open a sandbox TCP tunnel](https://docs.langchain.com/langsmith/smith-api/sandboxes/open-a-sandbox-tcp-tunnel.md) - [Upload a sandbox file](https://docs.langchain.com/langsmith/smith-api/sandboxes/upload-a-sandbox-file.md) - [Query threads](https://docs.langchain.com/langsmith/smith-api/threads/query-threads.md) - [Query single thread stats](https://docs.langchain.com/langsmith/smith-api/threads/query-single-thread-stats.md) - [Query thread traces](https://docs.langchain.com/langsmith/smith-api/threads/query-thread-traces.md) - [Query traces](https://docs.langchain.com/langsmith/smith-api/runs/query-traces.md) - [List runs in a trace](https://docs.langchain.com/langsmith/smith-api/runs/list-runs-in-a-trace.md) - [Get public auth info](https://docs.langchain.com/langsmith/smith-api/auth/get-public-auth-info.md) - [AWS marketplace fulfillment URL registration](https://docs.langchain.com/langsmith/smith-api/aws_marketplace/aws-marketplace-fulfillment-url-registration.md) - [Get experiment view override configurations for a dataset](https://docs.langchain.com/langsmith/smith-api/experiment-view-overrides/get-experiment-view-override-configurations-for-a-dataset.md) - [Create new experiment view override configuration for a dataset](https://docs.langchain.com/langsmith/smith-api/experiment-view-overrides/create-new-experiment-view-override-configuration-for-a-dataset.md) - [Get experiment view override configuration by specific ID](https://docs.langchain.com/langsmith/smith-api/experiment-view-overrides/get-experiment-view-override-configuration-by-specific-id.md) - [Delete experiment view override configuration](https://docs.langchain.com/langsmith/smith-api/experiment-view-overrides/delete-experiment-view-override-configuration.md) - [Update existing experiment view override configuration](https://docs.langchain.com/langsmith/smith-api/experiment-view-overrides/update-existing-experiment-view-override-configuration.md) - [Get the authenticated user's provider user ID](https://docs.langchain.com/langsmith/smith-api/me/get-the-authenticated-users-provider-user-id.md) - [Initiate OAuth2 authorization](https://docs.langchain.com/langsmith/smith-api/oauth/initiate-oauth2-authorization.md) - [Approve OAuth2 authorization request](https://docs.langchain.com/langsmith/smith-api/oauth/approve-oauth2-authorization-request.md) - [Get public OAuth2 client metadata](https://docs.langchain.com/langsmith/smith-api/oauth/get-public-oauth2-client-metadata.md) - [Authorize a device code](https://docs.langchain.com/langsmith/smith-api/oauth/authorize-a-device-code.md) - [Request OAuth2 device authorization](https://docs.langchain.com/langsmith/smith-api/oauth/request-oauth2-device-authorization.md) - [Register an OAuth2 dynamic client](https://docs.langchain.com/langsmith/smith-api/oauth/register-an-oauth2-dynamic-client.md) - [Revoke an OAuth2 token](https://docs.langchain.com/langsmith/smith-api/oauth/revoke-an-oauth2-token.md) - [Exchange grant for OAuth2 tokens](https://docs.langchain.com/langsmith/smith-api/oauth/exchange-grant-for-oauth2-tokens.md) - [List data planes for the current organization](https://docs.langchain.com/langsmith/smith-api/data_planes/list-data-planes-for-the-current-organization.md) - [Create a new data plane](https://docs.langchain.com/langsmith/smith-api/data_planes/create-a-new-data-plane.md) - [Delete a data plane](https://docs.langchain.com/langsmith/smith-api/data_planes/delete-a-data-plane.md) - [Get tag transition history](https://docs.langchain.com/langsmith/smith-api/tag-transitions/get-tag-transition-history.md) - [Get openid connect userinfo](https://docs.langchain.com/langsmith/smith-api/oauth/get-openid-connect-userinfo.md) - [Get agent builder integrations settings](https://docs.langchain.com/langsmith/smith-api/integrations/get-agent-builder-integrations-settings.md) - [Update agent builder integrations settings](https://docs.langchain.com/langsmith/smith-api/integrations/update-agent-builder-integrations-settings.md) - [Get workspace TTL settings](https://docs.langchain.com/langsmith/smith-api/ttl-settings/get-workspace-ttl-settings.md) - [Update workspace TTL settings](https://docs.langchain.com/langsmith/smith-api/ttl-settings/update-workspace-ttl-settings.md)