guide-api-overview
API Overview
Embed APIs and Console help you build feeds and notifications from searchable, hydrated data.
| Surface | URL |
|---|---|
| Studio API | https://api.mbd.xyz/v3/studio |
| Data Sources API | https://api.mbd.xyz/v3/datasources |
| Data ingestion API | https://api-us-east.mbd.xyz/v3/datasources |
| Console | https://console.mbd.xyz |
Current Console pipeline
- Create or choose data.
- Build an algorithm that searches one supported index.
- Hydrate rows with
.include(). - Filter and sort inside the search query.
- Save the algorithm.
- Attach the algorithm to a feed config or notification delivery config.
- 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.

