Remy Reference/Interface SDK
Interface SDK
@mindstudio-ai/interface
The client SDK for Remy web apps: typed RPC to backend methods with streaming, client-direct file uploads, the full frontend auth surface, custom analytics, and the agent-chat and voice clients.
npm install @mindstudio-ai/interface
import { createClient, auth, platform } from '@mindstudio-ai/interface';Agent chat
The streaming chat client: threads, messages, and assistant responses.
15 entries
Analytics
Track custom events; pageviews and errors are captured automatically.
2 entries
Auth
The frontend auth surface: sessions, code and delegated sign-in, account changes, API keys, and helpers.
21 entries
Client
Typed RPC from the frontend to backend methods, with streaming.
3 entries
Uploads
Client-direct file uploads: the browser streams straight to the app's store, and the bytes never touch a backend method.
2 entries
Voice
The realtime voice client: live sessions, captions, tool events, and controls.
17 entries