Curriculum
Module 08
Permissions and sandboxing
Decide what the loop may touch before it touches it: least privilege, sandboxed execution, human-in-the-loop gates, and handling credentials.
4 lessons · 12 videos · 5h 12m- 08.01
Least privilege, for a loop
Scope an agent's credentials to the smallest set its task actually needs.
- 08.02
Sandboxing what it runs
Run model-authored code without giving it your environment.
- 08.03
Human in the loop, where it counts
Put an approval gate on the actions that are expensive to undo.
- 08.04
Credentials an agent can reach
Keep an agent's tools from becoming a path to every key in the environment.