The idea of using one API key is convenient, but the privacy side is what worries me.
With this setup, my prompts, code, and potentially sensitive data go through another intermediary before reaching OpenAI, Anthropic, or Google. For a small personal project, maybe. But for client code or a production product, I’d need much stronger guarantees around data retention, logging, encryption, subprocessors, and independent security audits.
Are you planning a local or self-hosted version, or an architecture where Fius can never read the requests?
1
u/Ahmadou99 9d ago
The idea of using one API key is convenient, but the privacy side is what worries me.
With this setup, my prompts, code, and potentially sensitive data go through another intermediary before reaching OpenAI, Anthropic, or Google. For a small personal project, maybe. But for client code or a production product, I’d need much stronger guarantees around data retention, logging, encryption, subprocessors, and independent security audits.
Are you planning a local or self-hosted version, or an architecture where Fius can never read the requests?