Connectors reference
Bundata supports 35+ source connectors and multiple destination connectors for ingestion and delivery of smart bites. This page is a reference list; for setup and use, see the product guides.
Source connectors (examples)
| Connector | Auth | Typical use |
|---|---|---|
| Amazon S3 | IAM role, access key | Buckets and prefixes; contracts, invoices, policy docs. See AWS. |
| Azure Blob Storage | Key, managed identity | Containers; same as S3. See Azure. |
| Google Cloud Storage | Service account, key | Buckets; same as S3. See GCP. |
| SharePoint | OAuth, app registration | Sites, libraries, folders. Internal docs and policies. |
| Confluence | API token, OAuth | Spaces and pages. Knowledge base and runbooks. |
| Google Drive | OAuth | My Drive, shared drives. Shared documents. |
| Box | OAuth | Folders and files. |
| Salesforce | OAuth | Attachments, content. CRM and contract attachments. |
| Zendesk | API, OAuth | Tickets, articles. Support and KB content. |
Additional connectors (databases, messaging, other SaaS) may be available depending on your plan. Check the Platform connector picker or contact support for the full list.
Destination connectors (examples)
| Connector | Use |
|---|---|
| Vector Catalog | Default; write smart bites and embeddings to a collection for Vector Search and agents. |
| Amazon S3 | Write JSON/parquet for backup, analytics, or custom pipelines. |
| Azure Blob Storage | Same as S3. |
| Google Cloud Storage | Same as S3. |
Custom or partner destinations may be available; see product docs.
Parameters (general)
- Source — Connection details (endpoint, bucket/container/path), credentials (key, OAuth client, IAM role), and scope (prefixes, folders, filters).
- Destination — Connection details, credentials, and target (collection ID, bucket/prefix, path).
- File types — Source connectors typically respect supported file types. Unsupported files are skipped or reported in run results.
Auth patterns
- API key — Stored securely; used in connector config. Rotate periodically. See Authentication.
- OAuth — User or app authorizes access; tokens are stored and refreshed by Bundata where supported.
- IAM / managed identity — For AWS, Azure, GCP; least-privilege roles for read (source) or write (destination). See cloud-specific docs: AWS, Azure, GCP.
Limits
- Connector-specific limits (e.g. max objects per run, rate limits imposed by the third party) may apply. See Limits and quotas and connector-specific docs.
- Source lineage — Preserve document ID and path in connector output so smart bites remain traceable. See Vector Catalog: Lineage.
Related
- Source connectors — How to configure sources.
- Destination connectors — How to configure destinations.
- Integrations overview — Overview and cloud deployment.