The irony: Slack AI already vectorizes all messages for semantic search internally. But there's no developer API to query it.
So we built our own pipeline: pull messages, embed externally, store in pgvector, sync continuously. Rebuilding what Slack already has from scratch.
We're reaching out to Slack leadership to request a simple semantic.search API endpoint. One endpoint that would make Slack the memory layer for every AI agent team.
Would love to hear from others hitting this wall. Is anyone else building AI agents on Slack and dealing with the same limitation?