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_..."
});

Getting Started

Quick 2-minute setup guide to install your assistant.

Read docs

SDK Reference

Complete JavaScript, React, and Next.js SDK methods.

Read docs

Avatar Studio

Customize 3D mesh styles, animations, and speech bubbles.

Read docs

Knowledge Base

Upload PDFs, TXT files, and crawl URLs for AI context.

Read docs

REST API Keys

Server-side secret key generation and endpoint authentication.

Read docs

CLI Tool

Automate project configuration with npx asiyst init.

Read docs