@intrascopeapp
Hi, @ida-krstic
Yes, exactly.
If your team works on the same project, all research and chat history can be saved into a shared manifest.
It stays permanently, the whole team can access it, and you never need to repeat the same research again.
Everyone works from the same shared context.
Hi @stefan-jovanovic
We use AES-256 encryption algorithm, with 32-byte encryption key. We encrypt API keys, chat contents, and other sensitive data.
API keys are encrypted on storage, and are never exposed again. They are being decrypted only on server-side, when making LLM API calls, and no other third-party services have access to them
We use the same encryption approach for chats: they’re encrypted at rest and accessible only to the users who created them.
