Request
curl -sS \
-H "Authorization: Bearer $SONDEX_API_KEY" \
"https://sondexai.com/api/v1/context/jane%40acme.com"Customer memory for AI agents
Sondex gives your AI agent a full relationship history for every person it talks to — past conversations, purchases, support tickets, and where things stand. One API call before each reply.
Every person who's emailed you, bought from you, or needed support. One profile, always current. Your agent never asks “can you remind me who you are?”
Full conversation thread, purchase records, and support timeline. Your agent never sends “thanks for reaching out!” to someone who's been a customer for six months.
Who's waiting on a reply. Who just bought. Who's frustrated. Your agent reads the room instead of guessing.
Sondex doesn't just store emails — it understands them. Every inbound message automatically updates the customer's profile: their sentiment shifts, their summary rewrites, their relationship status adjusts. By the time your agent queries the context API, the profile already reflects everything that's happened.
Auto-generated summaries
“Long-time customer, bought Pro in January. Had a billing issue last month (resolved). Currently evaluating the API tier.”
Relationship tracking
Status updates automatically — from “new lead” to “waiting on us” to “happy customer” — based on what's actually happening in the conversation.
Cross-source enrichment
Email history + Stripe purchases + support threads merge into one profile. Your agent sees the whole picture, not siloed data.
Request
curl -sS \
-H "Authorization: Bearer $SONDEX_API_KEY" \
"https://sondexai.com/api/v1/context/jane%40acme.com"Response
{
"contact": {
"name": "Jane Chen",
"email": "jane@acme.com",
"company": "Acme Corp",
"summary": "Bought Pro plan in Jan. Had a billing issue last month (resolved). Prefers short, direct replies."
},
"financials": {
"lifetime_value": 12400,
"payments": 5
},
"recent_interactions": [
{ "direction": "inbound", "subject": "Quick question about API limits", "date": "2026-03-18" }
],
"relationship": {
"status": "waiting_on_us",
"next_action": "Reply to API limits question"
}
}Connect your email
AgentMail, Gmail, or IMAP — Sondex ingests conversations and builds profiles automatically.
Connect Stripe (optional)
Purchase history gets attached to each customer profile. Your agent knows who's paying and what they bought.
Query before every reply
One API call returns the full relationship context. Your agent replies like it remembers.
Pricing
$29/mo
Unlimited customers. Unlimited history. All email providers.
Want to self-host? Sondex OSS is free and open source.