The Policy Simulator lets you test any policy against a hypothetical request without affecting live agents.Documentation Index
Fetch the complete documentation index at: https://docs.goantiai.com/llms.txt
Use this file to discover all available pages before exploring further.
Running a simulation
- Go to Policies → [your policy] → Simulate
- Fill in the mock request:
- Agent ID — which agent is making the request
- Action — the scope being requested (e.g.
stripe:charge:write) - Resource — the resource being accessed
- Click Run Simulation
Reading the result
- Allow or Deny — the decision
- Matched rule — the exact line in the policy that made the decision
- Line number — find it in the editor immediately
- Full input — the complete request object that was evaluated