Install PulsarPilot
Create an agent, allow the exact websites that may use it, and add one script before the closing body tag.
1. Configure the agent
Set its name, company, welcome message, trusted facts, instructions, quick questions, visitor actions, colors, and notification email in Settings.
2. Add allowed domains
Enter complete origins such as https://federalbidpartners.com. Requests from other origins are rejected by default.
3. Add the install script
<script src="https://pulsarpilot.com/pulsarpilot/v1.js" data-agent="federal-bid-partners" defer></script>The loader uses a Shadow DOM boundary, so its interface remains isolated from the host website’s CSS.
4. Control it from the host page
window.PulsarPilot.instances["federal-bid-partners"].open();
window.addEventListener("pulsarpilot", (event) => {
console.log(event.detail.event);
});Safety boundary
Never place private keys in the script. The model key stays server-side. Do not ask visitors to share passwords, payment details, classified information, CUI, export-controlled data, or other secrets.