HIVEHive is a shared team memory that makes our AI tools collectively smarter. Its primary consumer is the tools, not people-watching.
The Hive service, its database, and search run on our own infrastructure. Embeddings are the exception: to make text searchable, the captured text above is sent to a hosted AI provider through our LiteLLM gateway to be turned into search vectors. It is used only for that, not to train any provider's models — but it does leave our network for that step. A deployment can avoid this by using a local embedding model instead.
POST /api/consent/<you> {"opted_in": true|false}GET /api/gdpr/<you>/exportDELETE /api/gdpr/<you> —
your knowledge entries stay (they're team knowledge) but are un-attributed;
your query log, trigger events, and consent record are removed.Expert routing stays fully disabled until works-council sign-off (see SIGN-OFF.md).