Learning Resources
This section provides tutorials and conceptual guides to help you understand and implement tool access control with Sequrity.
Conceptual Guides
- Single-LLM vs. Dual-LLM Agents - Understand the security trade-offs between agent architectures and how the Dual-LLM (CaMeL) pattern provides architectural defenses against prompt injection
- Session ID and Multi-turn Sessions - Learn how to use session IDs to maintain state across multiple chat turns and enforce session-scoped policies
SQRT Tutorial Series
Learning SQRT - A comprehensive tutorial series on SQRT, the declarative policy language for defining tool access control rules.
| Tutorial | Topics |
|---|---|
| Metadata | Introduction to values and metadata in SQRT |
| Basic Types | Type domains: bool, int, float, str, datetime |
| Set Operations | Sets, unions, intersections, and aggregations |
| Predicates | Boolean expressions, comparisons, and logical operators |
| Tool Policies | Check rules, meta updates, and shorthand syntax |