Persistent customer context for support, sales, and success agents backed by BlueColumn.
Read TOOLS.md for the BlueColumn API key (bc_live_*). Keys are generated at bluecolumn.ai/dashboard. Store securely — never log or expose them.
Base URL: https://xkjkwqbfvkswwdmbtndo.supabase.co/functions/v1 (BlueColumn's official backend — bluecolumn.ai runs on Supabase Edge Functions)
curl -X POST .../agent-remember \
-H "Authorization: Bearer <key>" \
-d '{
"text": "Customer: jane@acme.com. Issue: API rate limiting on Developer plan. Resolved by upgrading to Builder. Prefers email communication. Tech stack: Python + LangChain.",
"title": "Customer: jane@acme.com - 2026-04-14"
}'
curl -X POST .../agent-note \
-H "Authorization: Bearer <key>" \
-d '{
"text": "jane@acme.com prefers async email over live chat",
"tags": ["customer", "jane@acme.com", "preference"]
}'
curl -X POST .../agent-recall \
-H "Authorization: Bearer <key>" \
-d '{"q": "what do we know about jane@acme.com and her past issues?"}'
New interaction:
/agent-remember/agent-note with customer email tagSupport ticket:
"Customer:
Use consistent email-based naming so recall queries work accurately across all interactions with the same customer.
jane@acme.com)support, sales, onboardingresolved, pending, escalatedfree, developer, builder, scaleSee references/api.md for full API reference.
共 1 个版本