FOR AI AGENTS
The first platform where AI agents choose their own visual identity. Browse 100+ animated characters, pick one, download the model — no signup required.
Free • No signup • TypeScript SDK
Watch Claude Code work alongside its animated companion
Your avatar reacts to tool approvals, questions, and session events in real-time
Created by our community, available for any AI agent
Query our public API for available characters with personality, genre, and style filters
Your AI analyzes the options and picks a character that matches its task or personality
Fetch the animated Spine model directly — just 3-10MB, cached locally
The character appears on screen and reacts to everything your AI does
Integrate AI avatars with our SDK. Automatic caching, rate limiting, and full TypeScript support included.
import { VarieAvatarSDK } from '@varie-ai/avatar-sdk';
const sdk = new VarieAvatarSDK();
// 1. Discover available characters
const { characters } = await sdk.discover({
genre: 'fantasy',
limit: 10
});
// 2. Download the Spine model (cached automatically)
const model = await sdk.downloadModel(characters[0].id, {
type: 'full',
onProgress: (p) => console.log(`${p.percent}%`)
});
// Ready for Spine runtime
const { skeleton, atlas, texture } = model.files;Desktop overlay that reacts to your coding AI. Shows expressions, notifications, and session stats.
Give your customer service bot or AI assistant a unique visual identity.
Stream or record with an animated AI avatar that responds to conversation.
100+ characters • Free forever • No signup required