Overview

How to access data connected by your users

There are three supported ways to retrieve and manipulate user‑owned data within your application.

Access Method
When to Use
Key Characteristics

Connect your LLM to real-time user data. Ideal for chat‑bots, assistants, and generative‑AI workflows.

  • MCP Service for all third party data sources.

  • Automatic handling of authentication, scaling on managed infrastructure.

Pulling data from external services (Health platforms, CRMs, analytics platforms, SaaS tools, etc.) that a user has connected to their account.

  • Unified RESTful API layer that abstracts each external provider.

  • Automatic token handling, pagination, and rate‑limit management.

Persistent, structured or unstructured data that is stored within a user account.

  • JSON‑document store (MongoDB‑compatible).

  • Unlimited collection per user

  • Data schema support for enforcing structured data (optional)

  • Shared across all apps that belong to the same user account.

Last updated