Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/tutorials/policy-as-code/01-your-first-policy.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<!-- Copyright (c) Microsoft Corporation. -->
<!-- Licensed under the MIT License. -->

# Chapter 1: Your First Policy

In this chapter you will write a YAML policy file that blocks dangerous agent
Expand Down
3 changes: 3 additions & 0 deletions docs/tutorials/policy-as-code/02-capability-scoping.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<!-- Copyright (c) Microsoft Corporation. -->
<!-- Licensed under the MIT License. -->

# Chapter 2: Capability Scoping

In Chapter 1 you created a single policy that applies to every agent. In
Expand Down
3 changes: 3 additions & 0 deletions docs/tutorials/policy-as-code/03-rate-limiting.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<!-- Copyright (c) Microsoft Corporation. -->
<!-- Licensed under the MIT License. -->

# Chapter 3: Rate Limiting

An agent with the right permissions can still cause problems if it runs out of
Expand Down
7 changes: 5 additions & 2 deletions docs/tutorials/policy-as-code/04-conditional-policies.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<!-- Copyright (c) Microsoft Corporation. -->
<!-- Licensed under the MIT License. -->

# Chapter 4: Conditional Policies

In Chapters 1-3 each policy stood on its own — one file, one evaluator, one
Expand Down Expand Up @@ -528,5 +531,5 @@ the right automatic answer. You want a **human to review and approve** before
the agent proceeds.

**Previous:** [Chapter 3 — Rate Limiting](03-rate-limiting.md)
**Next:** Chapter 5 — Approval Workflows (coming soon) — route dangerous
actions to a human before execution.
**Next:** [Chapter 5 — Approval Workflows](05-approval-workflows.md) — route
dangerous actions to a human before execution.
Loading
Loading