For the complete documentation index, see llms.txt. This page is also available as Markdown.

Universal Data Connector

Placeholder for Universal Data Connector examples.

Universal Data Connector examples are coming soon.

This section will cover how Buzzy apps connect to external data sources through a reusable connector pattern. Until the dedicated docs are available, use the current extension options:

  • Buzzy Functions for server-side API calls, transformations, and webhooks.

  • Buzzy REST API when external systems need to read or update Buzzy app data.

  • Buzzy Custom MCP when an existing app should expose governed tools to MCP clients.

  • Builder MCP when an AI agent should change the app definition itself.

When Universal Data Connector examples are ready, include:

  • source setup and authentication

  • mapping external objects to Buzzy datatables and fields

  • sync direction and conflict rules

  • permissions and Private Data handling

  • error handling and retry behavior

  • testing and release guidance

Last updated