Blekline
v0.3.0GitHub

Integrations

LangChain Stack

Blekline ingress governance with LangChain.

View as Markdown
LayerProductRole
L4BleklineMask, enforce tool policy, audit
L2LangChainFramework / retrieval

Wiring

  1. Add @blekline/mcp-server or @blekline/client to your agent pipeline
  2. Pattern: @blekline/client in chain; mcp-proxy for tools
  3. Route tool calls through @blekline/mcp-proxy when agents invoke external tools

Flow: Agent → L4 Blekline → L2 LangChain → models / vector stores.

Security

  • Tool-arg governance — Block PII in embedding queries via MCP tool policy.
  • Tenant isolation — You manage LangChain credentials; Blekline does not store them.

See LangChain documentation.


Next steps: Frameworks hub · MCP proxy · TypeScript SDK · Open workspace