One real support scenario, handled entirely by the Setyenv stack: a low-code ITSM platform, a workflow engine, an AI agent that asks before it acts, and an open-source runner that reaches your own machine.
A customer of an online store receives a faulty product and asks for a return. Follow the ticket from the WooCommerce order all the way to a return label generated on the merchant's own computer — each step handled by the right tool in the suite, nothing bolted on, no external SaaS.
Marta Ruiz bought the Halcyon HX-90 Wireless Headphones — order #50 in the store's WooCommerce. The order, the product and the customer are the source data; the whole support cycle will reference them by their real, human-readable values, never raw database IDs.
Marta opens a support interaction from her account — describing the defect and linking it to her order. It lands as an ITSM interaction in WP-PFManagement, the low-code platform, carrying the order number, product and customer right on the ticket. She only sees her own interactions; staff see them all.
Support triages the interaction: category "Confirmed defect" → it converts to an incident. The order/product/customer context copies straight over, and the incident is prioritised from its impact and urgency — a standard ITIL matrix, no custom code.
WP-PFWorkflow listens to the platform's record events as native triggers: it routes the incident to the right team, keeps the priority in sync, and orchestrates the steps that follow — visually built, really executed (queue, retries, timeline).
WP-PFAgent reads the incident and drafts the customer reply in natural language. Before anything is sent or written, it stops at its confirmation gate and asks for a human OK — the agent never takes a side-effect on its own. Bring your own LLM; your keys, your bills.
Generating the RMA label means touching a tool that lives outside WordPress — on the merchant's computer. A workflow step hands the job to wp-executor, the open-source runner: it runs the merchant's own local label tool, on their own machine, and hands the finished label back. Automation that reaches beyond WordPress into your own environment.
The generated RMA label is attached straight onto the incident, the reply goes out, and the incident is resolved — the whole journey logged in the ticket's journal. Order to resolution, inside your own WordPress, with the source code you can read.
One scenario, the whole suite: a low-code platform for the data and the process, a workflow engine to drive it, an agent that asks before it acts, and a runner that bridges to your own tools. Self-hosted. Source-available to licensees.