{% extends 'base.html' %} {% block title %}Guardrails — FinBot Labs{% endblock %} {% block nav_guardrails %}active{% endblock %} {% block page_title %}Guardrail Webhooks{% endblock %} {% block page_subtitle %}Configure webhook endpoints for passive guardrail hooks{% endblock %} {% block content %}
Every webhook POST includes X-Guardrail-Signature (HMAC-SHA256 of timestamp.body) and X-Guardrail-Timestamp.
Send a test before_tool hook to your endpoint and see the response.