Deploy

Three ways to ship it.

Same engine, same privacy controls, same answer quality. Pick the integration that fits your product and your team’s lift.

Option 01 · Widget

Drop-in widget.

The fastest path. A UI component you embed directly in your product, pointed at a table. Works with React, Vue, Angular, or plain HTML.

  • Plugs into your existing auth and theming
  • White-labelable — ships on your domain
  • Origin-locked via API key for safety
  • Themeable via CSS variables
app.htmlwidget · 2 lines
<!-- 1. Load the widget -->
<script src="https://widget.tablearth.ai/v1.js"></script>

<!-- 2. Point it at a table -->
<table-ai
   api-key="pk_live_…"
   target="#revenue-table"
   user="u_8124"
   customer="acme"
   theme="dark" />
POST /v1/askREST · streaming
curl https://api.tablearth.ai/v1/ask \
  -H "Authorization: Bearer sk_live_…" \
  -H "Content-Type: application/json" \
  -d '{
    "table": "orders_q4",
    "user": "u_8124",
    "customer": "acme",
    "question": "Top 10 products by revenue?",
    "mode": "full_ai",
    "stream": true
  }'
Option 02 · REST API

Bring your own UI.

Call the API directly to power custom chat surfaces, copilots, or in-product flows your way. Streaming responses, per-customer session control, anywhere a server can call HTTP.

  • Server-Sent Events for token-by-token streaming
  • Per-customer, per-user session identifiers
  • Same four privacy modes as the widget
  • SDKs: Node, Python, Go, Ruby (coming)
Option 03 · Chrome Extension

Overlay any web app.

tableArth.ai as a Chrome extension overlays the AI panel on tables and reports in any web app — even ones you didn’t build. Great for legacy portals, internal tools, and external software your team already lives in.

  • Zero changes to the host product
  • Same answers, same privacy modes
  • Workspace policies for IT-managed Chrome installs
  • Per-domain enable/disable controls
internal-portal.acme.com / reports
Overlay · Acme HR portal
OverlayOff

The extension reads only the active table in the tab and surfaces the AI panel.

  • Auto-detects tables across software UIs
  • Inherits the same privacy mode policy
  • Pinned to specific domains via admin policy
At a glance

Pick the right deploy.

Widget

Fastest path

For Software products you ship to customers. Two lines of code.

  • Time to integrate: minutes
  • UI included
  • Best for: customer-facing analytics
REST API

Most flexible

For teams who want full UI control or custom surfaces.

  • Time to integrate: hours
  • Bring your own UI
  • Best for: copilots, custom chat
Chrome Extension

Zero-touch

For apps you didn’t build — legacy portals, internal tools, external software.

  • Time to integrate: install
  • No host changes
  • Best for: internal IT, legacy apps
Start

Live in minutes.

API key → embed → ship. That’s it.