Fastest path
For Software products you ship to customers. Two lines of code.
- Time to integrate: minutes
- UI included
- Best for: customer-facing analytics
Same engine, same privacy controls, same answer quality. Pick the integration that fits your product and your team’s lift.
The fastest path. A UI component you embed directly in your product, pointed at a table. Works with React, Vue, Angular, or plain HTML.
<!-- 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" />
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 }'
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.
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.
The extension reads only the active table in the tab and surfaces the AI panel.
For Software products you ship to customers. Two lines of code.
For teams who want full UI control or custom surfaces.
For apps you didn’t build — legacy portals, internal tools, external software.
API key → embed → ship. That’s it.