Macro
Jinja2-powered response templates with smart variable interpolation. Build a library of reusable templates that auto-fill from ticket context.
Capabilities
Built for production. Designed for simplicity.
Full Jinja2 template engine with conditionals, loops, and filters for complex response logic.
Variables automatically populated from ticket context — customer name, product, issue type, and more.
Find the right macro by searching content, tags, and usage patterns.
Track which macros are used most, by whom, and for which issue types.
Track changes to macros over time. Roll back to previous versions if needed.
AI-powered macro suggestions based on the current conversation context.
import httpx
resp = httpx.post("http://localhost:8007/macro/render", json={
"template": "Hi {{ customer_name }}, your order #{{ order_id }} is...",
"variables": {"customer_name": "Alice", "order_id": "12345"},
})API
Clean REST APIs. No SDK required.
Explore how this AI capability can transform your support operations.