- Register your systems — swap your SDK clients for Enact connectors (same credentials, now policy-gated)
- Move your guard logic — any
if/elsechecks you already write become Python policy functions, or use one of the 30 built-in ones - Replace direct calls —
tool.do_thing()becomesenact.run()
Get Started
Migrate in 10 Minutes
Already have an agent? Add Enact without changing your reasoning logic.
Your agent’s prompting and planning stay exactly as-is. You’re adding a safety layer between it and your systems. Same calls, same results — now with policy enforcement, a signed audit trail, and rollback.
Three steps:
Works with LangChain, CrewAI, OpenAI, Claude tool_use — any framework that can call a Python function.
Was this page helpful?