What are we sourcing today?
{{ step.title }}
{{ step.desc }}
{{ selectedOrderContractText }}
- {{ reason }}
You now register supplier profile + product pricing in one save. Floor price is computed from base price × (1 − discount%).
{{ selectedOrder ? (selectedOrder.item_summary || ('Purchase Order ' + selectedOrder.po_id)) : 'No orders yet' }}
{{ milestone.title }}
{{ selectedOrderContractText }}
Real-time Risk Scan
Trust Analytics
NEXUS is an AI-driven procurement platform. A buyer types what they need in plain English; autonomous agents handle the rest: parsing intent, discovering suppliers, sending RFQs, running multi-round negotiation, generating a contract, and updating supplier performance scores.
POST /procure → BuyerAgent parses BOM → discovery → RFQ → negotiation.GET /negotiations/{id}/transcript and /contract.GET /dashboard/stats. Updates: every time any negotiation closes anywhere on the platform.base × (1 − discount/100) — your supplier agent will never sell below it.
Pick an existing supplier from the dropdown to edit, or choose "+ New Supplier" to register fresh.
POST /suppliers. Updates: supplier list, trust score, fit score, base price map, floor price map. Future buyer runs immediately use these values.GET /negotiations, GET /negotiations/{id}/transcript, GET /negotiations/{id}/contract.GET /suppliers. Updates: after every accepted/failed deal the RL updater nudges your trust toward the latest reward.- Sign in as Supplier, open Catalog, register one supplier with at least 1 capability + base price.
- Sign out, sign in as Buyer, open New Run.
- Type "500 of [your-capability], destination Berlin, budget €4000". Hit Launch.
- Switch to Workflow to watch the steps animate, then Negotiate for the transcript.
- If accepted, download the contract. Open Suppliers — your supplier's trust score has changed.