Documentation
Asiyst Developer Hub
Everything you need to integrate, customize, and extend your website's interactive assistant.
Quick Installation
Include the SDK in your project root
typescript
import { Asiyst } from "@asiyst/sdk";
Asiyst.init({
projectId: "YOUR_PROJECT_ID",
publicKey: "pk_live_..."
});