Give AI agents Remember content ideas and drafts. using BlueColumn persistent memory. Use when an agent supports content creation and needs idea continuity; when the user wants to store, recall, or search content memory context. Requires a BlueColumn API key (bc_live_*).
Memory
gmail-memory
Try itGive AI agents Remember Gmail threads. using BlueColumn persistent memory. Use when an agent manages email and needs thread history; when the user wants to store, recall, or search gmail memory context. Requires a BlueColumn API key (bc_live_*).
What it does
Give AI agents Remember Gmail threads. using BlueColumn persistent memory. Use when an agent manages email and needs thread history; when the user wants to store, recall, or search gmail memory context. Requires a BlueColumn API key (bc_live_*).
The skill document
Gmail Memory — BlueColumn Skill
Remember gmail threads.. Powered by BlueColumn (bluecolumn.ai) persistent vector memory.
Setup
Read TOOLS.md or the platform secret store for the BlueColumn API key (bc_live_*). Base URL: https://xkjkwqbfvkswwdmbtndo.supabase.co/functions/v1
Store
curl -X POST .../agent-remember \
-H "Authorization: Bearer " \
-H "Content-Type: application/json" \
-d '{"text": "Thread w/ vendor: quote sent 7/28, awaiting PO.", "title": "gmail-memory - note"}'
Quick note
curl -X POST .../agent-note \
-H "Authorization: Bearer " \
-H "Content-Type: application/json" \
-d '{"text": "Thread w/ vendor: quote sent 7/28, awaiting PO.", "tags": ["gmail-memory"]}'
Recall
curl -X POST .../agent-recall \
-H "Authorization: Bearer " \
-H "Content-Type: application/json" \
-d '{"q": "What's the latest in my thread with the vendor?"}'
Workflow
- On new context, first recall:
What's the latest in my thread with the vendor? - Use the answer to personalize the response
- After the interaction, store the summary via
/agent-remember
Docs
Full API reference: https://bluecolumn.ai/docs — fields are text, q, tags (not content/query/note).
Related skills
Give AI agents Store every thought as searchable memory. using BlueColumn persistent memory. Use when an agent keeps a journal and needs to revisit entries; when the user wants to store, recall, or search journal memory context. Requires a BlueColumn API key (bc_live_*).
Tracks email threads, promised actions, and follow-ups so nothing falls through the cracks. Use when an agent manages correspondence and needs to know what was promised, to whom, and by when. Requires a BlueColumn API key (bc_live_*).
Give AI agents Customer support that never re-asks. using BlueColumn persistent memory. Use when an agent handles support tickets and needs full context; when the user wants to store, recall, or search customer support memory context. Requires a BlueColumn API key (bc_live_*).
Give AI agents Remember docs you've written and read. using BlueColumn persistent memory. Use when an agent maintains documentation and needs to reuse it; when the user wants to store, recall, or search documentation memory context. Requires a BlueColumn API key (bc_live_*).
Give AI agents Remember campaigns and results. using BlueColumn persistent memory. Use when an agent runs marketing and needs campaign history; when the user wants to store, recall, or search marketing memory context. Requires a BlueColumn API key (bc_live_*).