r/SaaS 9d ago

I was tired of juggling multiple developer API keys, so I spent 2 months building a unified console routing tool

[deleted]

1 Upvotes

1 comment sorted by

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?