A data workspace purpose-built for agents. File-based, with policies that keep every query safe.
The spike is the legacy Starter plan. 31 of 38 cancellations hit the new 5 seat cap this week. Dashboard for the last 7 days:
This week
38 +245%
Last week
11
Cancellations by day
| day | cancellations |
|---|---|
| Mon | 2 |
| Tue | 2 |
| Wed | 3 |
| Thu | 2 |
| Fri | 2 |
| Sat | 10 |
| Sun | 17 |
Works with
Starter, by a wide margin:
AI provider
Uses your subscription. No API keys.
Save to memory?
const orders = await query("shop", ordersSql);
const subs = await query("billing", subsSql);
const ltv = joinOnCustomer(orders, subs);
await writeFile("ltv.csv", toCsv(ltv)); SELECT plan, sum(amount) AS mrr
FROM subscriptions
WHERE status = 'active'
GROUP BY plan
ORDER BY mrr DESC; | plan | mrr |
|---|---|
| Enterprise | $31,300 |
| Pro | $12,400 |
| Business | $4,700 |
3 rows · 0.4s
postgres://•••••••@db.internal:5432/prod
AI access
Every feature included, no license needed. Using Valv at work needs a seat, still at beta pricing.