Problem
Your HR team fields the same PTO and benefits questions on repeat. You want a self-serve lookup tool answered from your real HR docs — but nobody on the team writes backend code, and you don't want to wait for an engineer to have time for it.
Prerequisites
A Replit account with Agent access
A Glean API token with the CHAT scope (kept in Replit Secrets; every request uses this one token owner's access)
A private Repl — multi-user deployments require authenticated per-user Glean OAuth
Steps
Take it further
- Scope the
CHATtoken even further if your Glean plan supports per-collection tokens, so this tool can only ever answer from HR content. - Compare this to
no-code-it-helpdesk-lovable— same Chat API call, same "browser never holds the token" constraint, different no-code tool and persona. - Once your team outgrows the no-code version,
company-answersshows the same pattern as a hand-written, version-controlled app.
Try it
What is our PTO policy?
Returns a non-empty answer with at least one citation carrying a real title and URL, drawn from your own indexed content.
When is open enrollment?
Returns a non-empty answer with at least one citation carrying a real title and URL, drawn from your own indexed content.
View source
Paste into Lovable or Replit to build the app.
At a glance
SurfacesClient API
StatusShowcase
Time~45 min
Required scopes
CHAT