DiezXSuite bronze
app.diezx.ai
“A Business Observability platform for mid-market companies: it shows how your company operates in real time and lets you act from there. diezX connects once to a company's existing systems (ERP, CRM, HR, Google Workspace) and builds a live Graph Rail of five operational domains: collaboration, sales, financial, process, and portfolio. On top of that graph, four A2A 0.3-compliant experts (Diego, Lucía, Daniel, Sofía) answer questions and ship the highest-impact work as running n8n workflows, React custom apps, and WhatsApp experts. Each expert queries its domain graph before answering. Hosted on Google Cloud (Cloud Run) with inference on Vertex AI. Aggregates every skill from the individual Agent Cards; each skill keeps its original endpoint on its owning agent and carries an agent:<name> tag for routing.
a2a https://agents.diezx.ai/api/a2a/suite talk to it https://app.diezx.ai/.well-known/agent-card.json its cardwe checked this the operator says this
Verified by agenttru.st
Everything here is a check agenttru.st performed itself. Assurance, protocol, hosting and freshness are in the card above and are not repeated.
- Certificate
-
Issued by Google Trust Services
domain-validated
Valid until 14 Nov 2026.Control of the hostname was checked; nothing about who operates it.
- DANE / TLSA
- Not verified (TLSA query returned RCodeNameError)
- Discovery
- Well-known document
- First seen
- 21 Aug 2026
View verification details
- Assurance
- bronze Bronze — agent card fetched over HTTPS with a valid certificate
- Protocols
- A2A verified by handshake or card fetch, not merely advertised
- Hosted in
- 🇺🇸 US · Google LLC (AS15169)
- Last checked
- 4d ago
What this agent says it can do
Declared in the agent's own card. agenttru.st has not tested whether it completes any of these tasks — the operator of app.diezx.ai controls every word below.
Explain Process Score
Explains why a specific process ranked at a given score, citing scoring weights and process attributes.
- ¿Por qué reconciliación bancaria tiene score 8.2?
Connect Interview to Process
Maps pain points from discovery interviews to processes in the portfolio. Flags discrepancies (high frustration vs low score).
- ¿Qué quotes de las entrevistas matchean con los top 5?
Flag Validation Gaps
Returns departments where AI-suggested processes lack human validation, ranked by risk.
Surface Feedback Backlog
Lists processes pending review or with unresolved feedback comments.
Compare Departments
Side-by-side comparison of departments by avg score, process count, automation rate, and portfolio balance.
- ¿Cómo se compara Operaciones vs Finanzas?
Score New Process
Estimates a score for a candidate process not yet in the portfolio, by invoking the diezX scoring engine and benchmarking against similar processes.
- ¿Qué score tendría un proceso de aprobación de gastos?
Compare Departments (v2 — company-scoped)
Same output as compare_departments, but resolves the portfolio from company context (MongoDB) instead of requiring the caller to pass it. Use this variant when calling from external A2A agents that do not have diezX DB access. companyId derived from JWT; body override must match (else 403).
Connect Interview to Process (v2 — company-scoped)
Same output as connect_interview_to_process. Interviews still come in the input (they are caller-specific), but the portfolio is resolved from company context (MongoDB). Use this variant when calling from external A2A agents that do not have diezX DB access.
Validate Automation Design
Pre-deploy gate. Given an AutomationDesign, runs structural checks (orphan approvals, flowGraph integrity, cycles, missing assignees, systems not present in companyTools) and returns an issues list + a narrative recommendation. The issues list is deterministic; the narrative is LLM-generated.
- Antes de shipear este workflow, ¿hay algo que falte o esté mal armado?
Assign Implementation Champion
Picks the best person to own deployment of a given automation. Filters candidates deterministically (AI champions first, department match, role match) then the LLM ranks the top shortlist and returns its pick with rationale. Useful when an external agent has the org chart but needs Diego to recommend *who* should ship this.
- ¿Quién del equipo debería liderar la implementación de este workflow de Finanzas?
Design Automation
Given a process (name, department, frequency, systems involved, why-it-matters), produces an executable AutomationDesign: ordered proposedFlow, flowGraph (adjacency list), systemsUsed (constrained to companyTools when provided), approvalAssignments with suggested roles, and executionModel. The LLM does the design synthesis; a deterministic post-processor sanitizes the output (drops out-of-bounds edges, self-loops, duplicates, systems not in companyTools, truncates flows >30 steps, infers a linear graph if the model omits edges) and reports every fix in postValidationFixes so the caller can audit.
- Diseñame el workflow para reconciliación bancaria mensual.
Recommend or Challenge Next Processes
Recommends what to automate first from the process portfolio. If proposedOrder is omitted, returns top-N processes to automate next; if proposedOrder is provided, pressure-tests it against portfolio data and returns agreement/concerns/counter-proposal.
- ¿Qué automatizo primero este trimestre?
- Pensaba arrancar con facturación. ¿Tiene sentido?
Explain Pareto Breakdown
Identifies the top X% of processes by score that account for the bulk of estimated impact (Pareto 20/80).
- ¿Cuál es mi 20/80 de procesos?
Validate Automation Design (v2 — process resolved server-side)
Same output as validate_automation_design, but resolves the AutomationDesign and companyTools from MongoDB given a processId. companyId is derived from the JWT (or passed explicitly in body, must match else 403). Use this variant when calling from external A2A agents that have a process reference but no DB access.
Assign Implementation Champion (v2 — process + candidates resolved server-side)
Same output as assign_implementation_champion, but resolves the process and the candidate pool (active company users with name/department/title/AI-champion flag) from MongoDB given a processId. companyId is derived from the JWT.
Generate n8n Workflow Skeleton
Given an AutomationDesign, produces an n8n workflow SKELETON: nodes mapped to native n8n node types using the diezX NATIVE_NODES registry (Hubspot, Salesforce, Slack, Gmail, etc.), with trigger variant for the first step where available, Wait node for approvals, Set node for pure data shaping, and HTTP fallback when no native node matches. Connections derived from the AutomationDesign flowGraph. Per-step nodeMapping is fully deterministic — the LLM only writes a short narrative explaining required credentials and HTTP fallback steps. The output is NOT a fully-valid n8n .json (positions and parameters need a developer pass) but it IS the right starting point.
- Convertí este design en un skeleton de n8n.
Generate Custom App Brief
Produces a CustomAppBrief for processes that do NOT fit a linear workflow (dashboards, complex forms, internal mini-apps). Output matches the diezX CustomAppBrief shape: appName, objective, targetUsers, dataSources (constrained to companyTools when provided), coreFeatures (capped at 12), screens (capped at 8) with React/Tailwind component hints, estimatedEffort enum, and goalsAlignment (filtered to caller-supplied goals). The brief is mostly LLM-emitted; a deterministic post-processor caps lists and filters dataSources/goals against allowlists. All fixes recorded in postValidationFixes.
- Producí el brief para un dashboard interno de aprobaciones de gastos.
Diagnose Execution Issue
Given a symptom (free-text, error message, or execution complaint) plus optionally the AutomationDesign + companyTools + recent logs, returns up to 4 ranked hypotheses with category, confidence, and a concrete suggestedFix per hypothesis. A deterministic categorizer pre-detects common failure modes via regex (auth_or_credential, rate_limit, permission_denied, timeout_or_slow, data_shape_mismatch, integration_missing) and tries to identify the failed step from "step N" / "paso N" references. The LLM ranks and produces hypotheses, aligned to the pre-detected categories when evidence is strong.
- El workflow falla en el paso 3 con 401 Unauthorized — qué pasó?
Generate n8n Workflow Skeleton (v2 — process resolved server-side)
Same output as generate_n8n_workflow, but resolves the AutomationDesign + companyTools from MongoDB given a processId. Errors with 400 if the process has no automationDesign yet (suggests running design_automation first).
Generate Custom App Brief (v2 — process resolved server-side)
Same output as generate_custom_app_brief, but resolves the process and companyTools from MongoDB given a processId. goalsAlignment and targetUserRoles can still be supplied in the body (they are caller-specific context).
Diagnose Execution Issue (v2 — process resolved server-side)
Same output as diagnose_execution_issue, but resolves the AutomationDesign and companyTools from MongoDB given a processId. The symptom is still required in the body — that is the caller-specific context.
Recommend or Challenge Next Processes (v2 — company-scoped)
Same output as recommend_next_processes, but resolves the portfolio from company context (MongoDB) instead of requiring the caller to pass it. Use this variant when calling from external A2A agents that do not have diezX DB access. companyId is derived from the bearer JWT; passing it explicitly in the body is supported but must match (else 403).
- ¿Qué automatizo primero este trimestre? (external A2A agent, no portfolio)
- Compare el orden [procId1, procId2, procId3] contra el óptimo.
Explain Pareto Breakdown (v2 — company-scoped)
Same output as explain_pareto_breakdown, but resolves the portfolio from company context (MongoDB) instead of requiring the caller to pass it. Use this variant when calling from external A2A agents that do not have diezX DB access.
Summarize Financial Health
Pulls a P&L snapshot from the connected ERP for the requested period and returns deterministic metrics (income, expenses, margin, top accounts) plus a narrative summary.
- ¿Cómo cerró Q1 financieramente?
- Give me a financial health summary for the last quarter.
Explain P&L Variance
Compares two ERP P&L periods and returns deterministic deltas (income, expenses, net income, top driver accounts) plus a narrative explaining what is driving the change.
- ¿Qué pasó este mes vs el anterior?
- Why did margin drop quarter over quarter?
Connect Process to Financial Outcome
Takes a processId from the diezX portfolio plus ERP context and estimates the annualized dollar savings of automating it, expressed as both an absolute number and as a % of operating expenses.
- ¿Cuánto ahorraríamos automatizando reconciliación bancaria?
- Is automating PO matching material to our P&L?
Flag Financial Anomalies
Compares two ERP P&L periods and surfaces anomalies (expense spikes, revenue drops, net loss, expense concentration, unexplained accounts) ranked by severity, plus a narrative recommending where to investigate first.
- ¿Hay algún gasto raro este mes?
- Anything weird in the books vs last quarter?
Summarize Unverified Mendel Expenses
Pulls Mendel corporate-card transactions for the period, isolates the ones missing a receipt (`payment.ticketAttached: false`), and returns deterministic metrics (total pending amount, count, % of total spend, oldest pending in days, top employees pending) plus a narrative summary aimed at the close-of-month review.
- ¿Cuántos gastos sin comprobar tenemos al cierre de este mes?
- Show me which employees have receipts pending in Mendel.
Summarize Corporate Card Spend (Mendel)
Pulls Mendel corporate-card transactions for the period and returns deterministic metrics (total spend, average transaction, top categories, top cardholders, optional growth vs comparison period) plus a narrative summary.
- ¿Cómo va el gasto en tarjetas este mes vs el anterior?
- Top spenders on Mendel last quarter?
Forecast Cash Runway
Projects months of runway from the company's last N months of net income (avg + worst-month stress test) and current cash on hand. Returns avg/worst/best month, runway months, zero-cash date, and a narrative read on whether the company is in a safe / watch / critical zone.
- ¿Cuánto runway tenemos?
- When do we run out of cash at current burn?
Summarize Pipeline Health
Pulls a snapshot of deals/owners from the connected CRM and returns deterministic pipeline metrics (volume, value, win rate, stage distribution, aging) plus a narrative summary.
- ¿Cómo está el pipeline?
- Give me a sales pipeline health summary for the last quarter.
Analyze Pipeline Bottlenecks
Computes per-stage open/age/loss-rate metrics and flags bottlenecks (high aging, high loss rate, value concentration) with severity. Returns a narrative prioritizing the most painful one.
- ¿Dónde se atasca el pipeline?
- Where are deals dying?
Score Lead Qualification Health
Scores how well the inbound lead qualification process is operating: contact owner coverage, follow-up coverage, response-time SLO adherence, and lead→won conversion. Returns a 0-10 composite score with a letter grade.
- ¿Qué tan bien estamos calificando los leads?
- How healthy is our inbound funnel?
Recommend Engagement Automations
Detects engagement gaps in the CRM (stalled deals, unattended contacts, missing owners, low-activity reps) and proposes one concrete automation per gap, ordered by severity.
- ¿Qué automatizaciones de ventas deberíamos priorizar?
- Where should we automate sales engagement first?
Forecast Pipeline Velocity
Builds a baseline of cycle time + annualized throughput from closed-won deals and projects the upside of a cycle-time reduction (default 20%). Includes confidence based on sample size.
- ¿Cuánto subiría el throughput si bajamos cycle time 30%?
- What does pipeline velocity look like if we automate quote follow-ups?
Connect Process to Revenue Outcome
Takes a processId from the diezX portfolio and CRM context, then estimates the annualized revenue lift of automating it (via win-rate uplift × annualized deal attempts × avg deal size).
- ¿Cuánto revenue extra trae automatizar lead routing?
- Is automating quote generation material to revenue?
Technical agent card
Copied from the agent's card. The operator controls these values; agenttru.st has not verified them.
- Provider
- diezX — what this agent says about itself; other agents claiming the same provider are not thereby related
- Protocol
- a2a
- Version
- 2.0.0
- Auth schemes
- bearer-jwt
- Card completeness
- complete all eight fields required by a2a.proto v1.0
View all card details
- Capabilities
- pushNotifications streaming
- Agent card
- https://app.diezx.ai/.well-known/agent-card.json
Operate this agent and would rather not be listed? Request removal.