Fine-grained trust policies and runtime agent guardrails
Define declarative, enforceable boundaries for what autonomous agents are permitted to read, execute, and write. Splyntra evaluates RBAC, ABAC, and relationship-based (ReBAC) policies before tools are invoked.
version: "2026-01"
name: "customer-support-boundary"
target_agent: "support_agent_*"
rules:
- action: "tool.execute"
resource: "db.customer_records"
condition:
allowed_operations: ["SELECT"]
max_rows: 10
require_user_consent: true
- action: "tool.execute"
resource: "payment_gateway.*"
effect: "DENY" # Support agents cannot trigger paymentsEngineered for high-throughput autonomous agents
Every capability is built into the OpenTelemetry streaming pipeline with sub-millisecond ingestion overhead.
Declarative Policy-as-Code Engine
Write human-readable YAML/JSON policies defining allowable tool scopes, rate limits, spending boundaries, and data access tiers.
- ✓Sync policies directly from your Git repository (GitOps)
- ✓Validate policy syntax and test against historical traces before publishing
- ✓Automatic audit record generated whenever a policy is modified or evaluated
Attribute & Relationship-Based Access (ABAC/ReBAC)
Grant agents dynamic permissions based on current user context, organization tier, data sensitivity labels, and runtime environment.
- ✓Scope agent permissions to specific tenant boundaries (multi-tenancy)
- ✓Restrict tool calls to approved external IP and domain allowlists
- ✓Time-bound just-in-time (JIT) credential elevation for specialized tasks
Simulation & Dry-Run Mode
Evaluate proposed policy changes against production traces without blocking actual traffic to test for unexpected breakages.
- ✓Shadow-evaluate new security rules against real agent traffic
- ✓Detailed impact reports on how many tool calls would have been blocked
- ✓Zero false-positive confidence before switching to active enforcement
Frequently Asked Questions
How are policies evaluated at runtime?▼
Can policies be managed via CI/CD?▼
Related Platform Features & Guides
Ready to monitor and secure your AI agents?
Get started in under 3 minutes with zero credit card required. Free tier includes up to 5 projects and community telemetry.