personize

Installation
SKILL.md

Personize -- Complete Platform Reference

This is the only skill you need for Personize. It covers every API endpoint, SDK method, and MCP tool. Specialized reference docs exist for deep dives but this skill is self-sufficient for 95% of tasks.

Quick Start

import { Personize } from '@personize/sdk';
const client = new Personize({ secretKey: process.env.PERSONIZE_SECRET_KEY! });
const me = await client.me(); // verify auth + see org info

What Can You Do?

# Category What Jump To
1 Set Up & Configure Organizations, Members, Entity Types, Collections, MCPs, Destinations, API Keys Section 1
2 Store & Retrieve Knowledge Memorize, Recall, Smart Recall, Search, Digest, Similar, Segment, Batch, Keys Section 2
3 Govern & Guide Guidelines CRUD, Smart Context, Smart Update, Attachments Section 3
Related skills

More from personizeai/personize-skills

Installs
1
First Seen
Apr 23, 2026