AI sales enablement workspace

Upload a sales call. Get research, analysis, strategy, and a follow-up email back in seconds.

Multi-agent orchestration over your sales pipeline. Hover any phrase in the generated email to see the exact transcript moment it came from. Edit, regenerate with feedback, then send.

Multi-agent with state

Four sequential nodes (research, analysis, strategy, writer), each returning Zod-validated structured output. Run pauses at the writer step for human approval, with re-runnable writer only.

Audio with citations

Groq Whisper Large v3 transcribes calls with segment timestamps. The writer node emits citations linking email phrases back to specific transcript segments. Hover to verify, click to jump.

Multi-tenant B2B

Three layers of tenant isolation: branded TypeScript IDs at call sites, Prisma $extends middleware that auto-injects orgId, and Postgres RLS as a backstop. Stripe billing, scoped API keys, HMAC webhooks, full audit log.

How the agent run works

  1. 01

    Research. Tavily web search plus Claude Haiku 4.5 produces a structured prospect profile (segment, signals, likely pain points).

  2. 02

    Transcription. Groq Whisper Large v3 returns segments with timestamps. Skipped if no audio is attached.

  3. 03

    Analysis. Claude Sonnet 4.6 extracts topics, confirmed pain points, objections, action items, sentiment, and key quotes. Each quote carries the index of its source segment.

  4. 04

    Strategy. Claude Sonnet 4.6 picks a next step (follow-up, demo, proposal, nurture), an urgency, and 3 to 5 specific talking points.

  5. 05

    Writer. Claude Sonnet 4.6 drafts a 100 to 150 word email with citations to specific transcript segments. The reviewer edits in place or regenerates with feedback.