Combined
Product guide

Product overview

Understand the Account boundary, four workspaces, settings, and the normal operating loop.

Combined is an ingestion-first control and data plane. It acquires approved company context, preserves provenance and freshness, and exposes only granted data to external agents and humans.

Account boundary

An Account owns Sources, memberships, grants, principals, retention, billing, usage, Activity, and query budgets. The Account switcher shows only Accounts visible to the signed-in principal. Every public API operation either resolves the visible Account list or requires an explicit Account UUID.

Workspaces

WorkspacePrimary job
SourcesConnect, authorize, configure, run, pause, review, and delete context Sources
QueryDiscover logical relations and run bounded read-only SQL
AccessCreate agents, inspect principals, grant Sources or datasets, apply limits, and revoke
ActivityInvestigate content-free operational events, attempts, deliveries, and receipts

The Account menu also opens Settings, with General, Members, Billing, Usage, and Privacy & retention sections.

Normal operating loop

  1. An Owner creates the Account and establishes billing and membership.
  2. A Deployer connects a Source, identifies the correct authorizer, selects datasets and fields, and chooses a schedule.
  3. Runs produce deterministic Deliveries; a lake commit advances freshness and provider state.
  4. Access grants bind a human or agent to exact Sources or datasets with row, byte, rate, and expiry limits.
  5. Query, REST, SDK, and MCP calls resolve the current grants before execution and again before a result returns.
  6. Activity preserves content-free evidence for authorization, ingestion, querying, support, and deletion.

What the product does not do

Combined does not host the consuming agent, execute autonomous business actions, provide a general write API, centralize raw Desktop video/audio/screenshots, expose provider credentials, or offer a semantic/vector search layer. search_context is bounded literal search compiled to the same SQL path.

Private ingest/query services, internal callbacks, cron routes, webhooks, and recovery commands are implementation boundaries, not customer-callable interfaces. Use the public API for supported automation.

On this page