{% set reason_class = (record.reason | lower) if record.reason in ['LOOP','BUDGET','ESCALATION'] else 'unknown' %} {% if record.status == 'pending' %}

AgentBrake interrupt

A guarded agent has been paused. Review and decide.

Type

{{ record.reason }}

Summary

Run ID
{{ record.run_id }}
Tool
{{ tool_label }}
Created
{{ record.created_at }}
Total cost
{{ cost_label }}

Context

{{ context_json }}
{% if calls %}

Recent calls

{% endif %}

Approver secret

Required to act. Read it from the server console, or open the link delivered to your approver channel (it carries the secret as ?token=).
{% elif record.status == 'approved' %}
{{ record.reason }}

✓ Approved at {{ record.decided_at }}

🧾 Signed receipt: /attestations/{{ record.id }}

{% else %}
{{ record.reason }}

✗ Killed at {{ record.decided_at }}

🧾 Signed receipt: /attestations/{{ record.id }}

{% endif %}