MapleBridge.io
MapleBridge Open Layer

Public Interfaces for Buyer Agent, Seller Agent, and Match Engine

MapleBridge Open is a separate public layer for the protocol, scoring, connector, and notification contracts behind bilateral B2B matching. It is intentionally separated from the production app so the live marketplace workflow, database, and matching logic remain untouched.

This area exists to define the public contract surface for builders and partners. It does not expose the production MapleBridge app, production prompts, or production buyer and supplier data.

What Is Public Here

Schema

Intent Schema

Defines the shared language for buyer demand, supplier supply, structured enrichment, fit filters, and audit-friendly fields.

Open page
Protocol

Buyer and Seller Agent Protocol

Defines how separate domain agents publish profiles, request clarifications, hand off work, and send match-ready payloads into a common engine.

Open page
Scoring

Match Engine Framework

Defines weighted fit dimensions, confidence bands, explainability outputs, and the line between public framework and private production thresholds.

Open page
Connectors

Crawler Connector Layer

Defines a safe abstraction for web, webhook, dataset, and directory connectors without exposing production source lists or anti-abuse logic.

Open page
Notifications

Notification Interface

Defines the event contract for reminder, intro, follow-up, and human-review notifications without exposing the live outbound delivery chain.

Open page
Demo

Local Demo UI

Defines a reference UI boundary for local development, testing, and partner demos, separate from the production MapleBridge app.

Open page
Positioning

Why A2A

Explains why bilateral B2B matching is framed as buyer-agent plus seller-agent coordination through a shared match and review layer.

Open page

What Stays Private

  • Production app workflow and session logic at /app.
  • Production database tables, live buyer and seller records, and real matching decisions.
  • Production prompts, thresholds, suppression rules, private source seeds, and anti-spam logic.
  • Production notification credentials and live follow-up sequences.

Related MapleBridge Pages