Agentic
Custom agent design
Design multi-step reasoning workflows with the visual builder.
Workflow builder
Drag nodes onto the canvas — triggers, LLM reasoning steps, tool calls, human approval gates, and outputs. The builder generates a versioned YAML spec that you can commit to git.
Node types
yaml`- id: trigger type: webhook.event event: transaction.received - id: analyze type: llm.reasoning model: xobriq-agent-2 skills: [transaction.lookup, sanctions.screen] - id: human_gate type: human.approval when: risk_score > 0.75 - id: notify type: slack.notify channel: "#fraud-ops"`
Version everything
Workflow specs are immutable once deployed. New versions are promoted through staging → production with rollback support.