Remy Reference/Agent SDK
Agent SDK
@mindstudio-ai/agent
The in-app developer toolkit. Direct access to 200+ AI models and 1,000+ integrations through one API key, plus the managed database, auth, files, voice, and streaming primitives every Remy app is built on.
npm install @mindstudio-ai/agent
import { mindstudio, db, auth, Roles, stream } from '@mindstudio-ai/agent';Auth
Identify the caller and gate methods by role, enforced at the platform boundary.
6 entries
Email
Send email from your app's own verified sender, then read and manage it: the delivery log, blast stats, and the unsubscribe list.
18 entries
Files & CDN
Global CDN-backed blob storage, private by default or public on the app's own domain, with automatic malware and PII scanning, image resizing, and client-direct uploads.
12 entries
Jewels
AI companions that propose a method's input, graded against reality and climbing an autonomy ladder.
11 entries
Prerendering
Serve cached, crawler-ready snapshots and refresh them when content changes.
1 entry
SQL database
The managed relational database every Remy app ships with: typed tables, queries, batching, aggregates, and raw SQL.
39 entries
Streaming
Push real-time progress to the frontend from a long-running method.
2 entries
Task agents
The autonomous tool-use loop, batch execution, threads, and background work.
9 entries
Vector databases
A managed vector database with the whole retrieval pipeline built in: extraction, chunking, embedding, hybrid search, reranking, and cited answers.
17 entries
Voice
Place outbound voice calls, and read a live call's context from inside the methods the agent invokes.
3 entries
AI generation
Generate and analyze text, images, video, audio, and 3D across 200+ models.
24 entries
Communication
Reach people over email, SMS, Slack, Discord, Telegram, and more.
23 entries
Integrations
Hundreds of connector actions across third-party services, packaged workflows, and pre-built agents.
68 entries
Media
Edit, convert, caption, upscale, and process image, video, and audio files.
20 entries
Web & data
Scrape pages, search the web, make HTTP requests, and extract structured data.
32 entries