Connect the systems where the work already lives
Current information in.
Controlled actions out.
The Integration Agent gives Web and Voice conversations access to approved business capabilities while API credentials, validation, and execution stay server-side.
For teams with developers
Push approved content when it changes.
@voomate/connect lets a trusted backend send public business content into the same knowledge pipeline. It retries quietly, deduplicates unchanged content, and keeps the tenant key out of browser code.
await voomate.sync({
tenantKey: process.env.VOOMATE_TENANT_KEY,
type: "product",
id: product.id,
content: publicProductContent,
metadata: { sourceUrl: product.url }
});