API & SDK

Programmatic access to memory & automations

A production-grade REST API and type-safe SDK for memory, AI context routing, prompt execution, and agent automation.

RESTful API
TypeScript SDK
Streaming & webhooks
Stripe-style API keys

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.

recall.ts
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 prompt
npm install @personize/sdk

Built 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.

$ npm install @personize/sdk
Free tier available
Type-safe SDK
99.9% uptime SLA