2026-04-28v0.42feature
Tier overrides per user
Override RPM, TPM, or monthly budget for any single user without touching code. Useful for VIPs, beta testers, or paying users on a free tier.
- Console UI under End users → Overrides
- API: PATCH /v1/end-users/:id/limits
- Audit-logged with author + reason
2026-04-21v0.41feature
Notion + Salesforce MCP servers
Two more apps in the hosted catalog. OAuth scoped per end-user, debits flow through the same wallet.
- Notion: pages.read/write, dbs.query
- Salesforce: leads, opps, custom objects
- Both white-label by default
2026-04-14v0.40perf
Routing overhead → 140ms P50
Trimmed our edge stack. Hot-path routing is now a hair below 150ms P50, including budget pre-flight.
- Pre-flight cost estimation cached per (model, payload-shape)
- BYOK key resolution on the same hop
2026-04-07v0.39fix
Anthropic 529 → P1 in 3.2s
Reduced circuit-breaker hold time when upstream returns 529 (overload). Failover detect dropped from 6s to 3.2s P50.
2026-03-31v0.38feature
/llms.txt + MCP docs server
Agent-ready docs are live. Point Claude Code, Cursor, or Copilot at https://www.assistiv.ai/llms.txt and ask it to wire Assistiv in.
- Canonical, pre-chunked spec at /llms.txt
- MCP docs server at mcp://docs.assistiv.ai
- First-prompt scaffolds via assistiv init
2026-03-24v0.37feature
BYOK first-class
Bring your own provider keys. Encrypted at rest, scoped per platform. Your keys take priority; ours are the fallback.
2026-03-17v0.36feature
Logs export — Snowflake, BigQuery, S3
Hourly Parquet drops to your warehouse. One canonical schema. Reconcile AI cost against Stripe revenue per user.