guide-api-overview

API Overview

Embed APIs and Console help you build feeds and notifications from searchable, hydrated data.

SurfaceURL
Studio APIhttps://api.mbd.xyz/v3/studio
Data Sources APIhttps://api.mbd.xyz/v3/datasources
Data ingestion APIhttps://api-us-east.mbd.xyz/v3/datasources
Consolehttps://console.mbd.xyz

Current Console pipeline

  1. Create or choose data.
  2. Build an algorithm that searches one supported index.
  3. Hydrate rows with .include().
  4. Filter and sort inside the search query.
  5. Save the algorithm.
  6. Attach the algorithm to a feed config or notification delivery config.
  7. Serve the feed or receive notification webhook delivery.

There is no separate Console feature, scoring, or ranking step before output today.

Main workflows

  • Feeds: algorithm output is served through Feed Configs.
  • Notifications: algorithms produce notification candidates; Delivery configs send candidates to your webhook.
  • Data Sources: account-owned users, items, and interactions are ingested for private data and account-scoped joins.

Current algorithm indices

Use the names shown in Console's algo dropdown. See Supported Indices.

Authentication

Use your Console API key with bearer-token authentication. See Authentication.