Skip to content

docs: add Vaultak runtime security integration guide#801

Open
samueloladji-beep wants to merge 1 commit into
langgenius:mainfrom
samueloladji-beep:add-vaultak-integration
Open

docs: add Vaultak runtime security integration guide#801
samueloladji-beep wants to merge 1 commit into
langgenius:mainfrom
samueloladji-beep:add-vaultak-integration

Conversation

@samueloladji-beep
Copy link
Copy Markdown

Summary

Adds a new integration guide for Vaultak — a runtime security platform that adds real-time protection to Dify API calls by risk-scoring user inputs, enforcing policy rules, and masking PII in responses.

Install: pip install vaultak

Changes

en/use-dify/monitor/integrations/integrate-vaultak.mdx (new)

Covers two integration patterns with complete code examples:

  • Chat API (POST /v1/chat-messages) — score the user message before sending, mask PII in the response
  • Workflow API (POST /v1/workflows/run) — check each workflow input against policy, mask PII in all output fields

Includes a configuration reference table and links to the Vaultak dashboard and Dify API reference.

docs.json — registers integrate-vaultak in the monitor/integrations nav group for all three language trees (en, zh, ja).

Note on integration approach

Unlike the observability-only tools in this section (Langfuse, LangSmith, Arize, etc.), Vaultak sits between the application and the Dify API rather than receiving traces from Dify. The page makes this distinction clear in the opening section.

Test plan

  • Page renders correctly at /en/use-dify/monitor/integrations/integrate-vaultak
  • Page appears in sidebar under Monitor → Integrations
  • Code snippets are syntactically correct Python

🤖 Generated with Claude Code

Adds en/use-dify/monitor/integrations/integrate-vaultak.mdx — a guide
for wrapping Dify API calls (chat-messages, workflows/run) with Vaultak's
runtime security SDK to risk-score user inputs, enforce policy rules, and
mask PII in responses before they reach end users.

Also registers en/use-dify/monitor/integrations/integrate-vaultak in
docs.json for all three language navigation trees (en, zh, ja).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@dosubot dosubot Bot added size:L This PR changes 100-499 lines, ignoring generated files. documentation Improvements or additions to documentation labels May 29, 2026
@samueloladji-beep
Copy link
Copy Markdown
Author

@AllenWriter @alterxyz — ready for review. This adds a Vaultak runtime security integration guide to the Dify monitoring docs.

@samueloladji-beep
Copy link
Copy Markdown
Author

Hey @RiskeyL, all CI checks are passing — would appreciate a review when you get a chance. Thanks!

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

Labels

documentation Improvements or additions to documentation size:L This PR changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant