Instrument agents with real-time governance
Instrument the agent once. FriskAI evaluates every tool call against active policies before execution, so guardrails apply instantly without redeploying agents.
- Drop-in middleware for Python and TypeScript
- FriskAI handles evaluation in milliseconds
- No redeploy required for policy changes
from my_agent.create_agent import build_agent
frisk = Frisk(api_key='FRISK_API_KEY')
frisk_session = frisk.session()
agent = build_agent(frisk=frisk)
agent.invoke( config='"callbacks": [frisk_session.callbacks], context=frisk_session.context )
Encode business rules as enforceable policies
Risk, compliance, and operations teams encode business rules, thresholds, and approvals using a no-code policy builder. Templates, context-aware conditions, and safe previews make it easy to govern agents without writing code.
- Role-based access keeps editing safe
- Versioning and dry runs before rollout
- Instant sync to every connected runtime
Escalate when unverified recipient or high-risk justification.
Enforce decisions and prove compliance
FriskAI evaluates every tool call against active policies and enforces the safest outcome. Every decision is logged with full context so teams can investigate incidents, satisfy audits, and prove compliance.
- Inline block, redact, or request escalation
- Audit trail with remediation guidance
- Export events to SIEM or data warehouse