Programmatic access to memory & automations
A production-grade REST API and type-safe SDK for memory, AI context routing, prompt execution, and agent automation.
See it in action
Real examples from production Personize Skills — copy, paste, ship.
Pull everything you know about a contact — instant context for emails, calls, and outreach.
import { Personize } from '@personize/sdk';
const client = new Personize({ secretKey: 'sk_live_YOUR_KEY' });
// What do we know about this prospect?
const memories = await client.memory.recall({
query: 'pain points, stack, recent activity',
email: 'jane@acme.com',
});
// memories → structured facts ready for any AI promptnpm install @personize/sdkBuilt for real workflows
Teams use the API & SDK to power production AI workflows across sales, CS, and product.
CRM Sync Pipeline
Import contacts, deals, and notes from HubSpot or Salesforce — AI extracts structured facts and keeps memory current.
Personalized Outreach
Recall customer context, apply brand voice and governance rules, generate personalized emails at scale.
Customer Health Monitoring
Export engagement data, run AI evaluation against health criteria, and flag at-risk accounts automatically.
Agent Automation
Execute multi-step AI workflows with streaming, inputs, and tool calling — all from a single API call.
Knowledge Management
Create and update governance variables — your org's playbooks, brand rules, and policies as code.
Multi-Tenant SaaS
Build AI features for your customers with per-org isolation, scoped keys, and built-in usage tracking.
Get your API key in seconds
Start building with memory, governance, and AI automations today.