A curated tool catalog, not raw database access
SuperBRAIN is not a thin GraphQL pass-through – it's a business and security mediation layer. A small, reviewed tool catalog beats one universal raw-data tool.
Organized by business domain
Articles & products
Search, availability, pricing, product groups, supplier overview, and procurement suggestions in real time from your ERP schema.
Customers & addresses
Address resolution with interactive clarification, contact hierarchies, contact people, and a complete Customer 360° view including turnover history.
Sales & documents
Search across all transaction types, line items, prices, delivery, and payment status – archives included.
Warehouse & logistics
Stock levels, warehouse slots, movement analysis, and fulfillability checks before an order is confirmed.
Purchasing & procurement
Requirement calculation, supplier assignment, and procurement overview straight from your ERP's live data.
Finance & analytics
Turnover, gross profit, and unit sales per customer, article, or product group – open items with due-date overview.
Writes never happen blind
Every mutating operation passes through three steps before it ever reaches your ERP.
Prepare
Every change is validated, normalized, and checked against the current ERP state before anything happens.
Approve
Critical operations (posting, cancelling, bulk changes) require an approval – by a different person where required.
Execute
Only after approval does the signed, time-limited operation run exactly once – reproducible and fully auditable.
The right slice, not the whole catalog
A deterministic capability router selects the right, authorized tool set for each request – instead of dumping the entire catalog into every model call. An optional embedding-based router runs alongside in shadow mode to further cut latency and token cost. Crucially, a model can never invent a free-form tool name – every selection is validated against the same authorized capability set that applies without the router.