For Salesforce AEs ยท SEs ยท Architects

Drop 4 AI-powered LWCs
into any org in 30 seconds.

OAuth into your Salesforce org. Click Install All. Open Lightning App Builder and drag the components onto a record page. That's it. No connected app to configure. No metadata wrangling. No "this works on my machine."

Log in with Salesforce โ†’ Sandbox

Uses OAuth 2.0 with PKCE. We never see your password. The session cookie holds your token for 8 hours; nothing is persisted server-side.

What gets installed

4 production-grade Lightning Web Components, ready to drop on Account / Opportunity / Contact / Lead / Case record pages. Every inference call routes through the Bugs SF Proxy, which sits on top of the Salesforce Models API (Trust Layer ON โ€” PII masking, audit trail, toxicity scoring).

๐Ÿ“

Bugs ยท Record Summary

Three-bullet AI summary of the current record. Reads every field via @wire(getRecord), sends to Claude Opus 4.7, renders in an SLDS card.

โœ‰๏ธ

Bugs ยท Email Drafter

Generates a record-grounded outreach email. Editable subject + body in-place. One-click copy to clipboard.

๐ŸŽฏ

Bugs ยท Next Best Actions

Top 3 AI-ranked next steps with reasoning, grounded in the record's current state.

โœจ

Bugs ยท Field Auto-Fill

Suggests fills for empty fields based on the rest of the record. Confidence-scored. Never saves โ€” suggestions only.

How the installer works

โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”      โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”      โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚  YOUR Salesforce org โ”‚ โ”€โ”€โ”€โ–บ โ”‚ Bugs Demo Installer (Heroku)โ”‚ โ”€โ”€โ”€โ–บ โ”‚ Bugs SF Proxy (Heroku)  โ”‚
โ”‚  (OAuth web flow)    โ”‚      โ”‚ - OAuth2 PKCE              โ”‚      โ”‚ - OpenAI-compat API     โ”‚
โ”‚  any AE, any org     โ”‚      โ”‚ - Builds MDAPI zip         โ”‚      โ”‚ - Salesforce Models API โ”‚
โ”‚                      โ”‚ โ—„โ”€โ”€โ”€ โ”‚ - POST /deployRequest      โ”‚      โ”‚ - Trust Layer ON        โ”‚
โ”‚  4 LWCs + RSS + CSP  โ”‚      โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜      โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜                                                        โ–ฒ
                                                                                โ”‚
                                                                  โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
                                                                  โ”‚ Installed LWCs call this โ”‚
                                                                  โ”‚ at runtime from your org โ”‚
                                                                  โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

One connected app in Amin's org issues the OAuth code. Tokens belong to your user; metadata writes go to your org via the standard REST Metadata API. The connected-app pain Andy called out? Solved exactly once, here, for everyone.

Why this pattern is the move

Try it now โ†’