The primitives
On the spine
Entities are where the spine starts: channels deliver every inbound touch to an entity, and every conversation belongs to one. Entities read identity handles from channel payloads, write the resolved person or organization record, and emit entity created, updated, and merged events. The Context Graph hangs facts and history off the entity record.What stays hidden
Matching and dedup implementation. How a raw phone number or email is normalized, scored, and resolved to an existing entity - and how duplicate records get merged - is Unpod’s job. You upsert identities and read one record; the resolution machinery is not a public surface.Status
People and identities: production. Companies (organizations): in build - domain rollup and dedupe are shipping in the open.Go deeper
People
Manage people and their channel identities in the Platform today.
Organizations API
Company records and rollup via the Space APIs.
Conversations
The channel-neutral threads every entity’s touches belong to.
Context Graph
Persistent communication memory attached to each entity.