hritvik Gupta

Suprbox - Box for AI agents to secure enterprise data storage

Suprbox is a policy-gated vault for the data your AI agents read. Instead of handing an agent your Drive or S3 key, you give it a scoped Suprbox key every read is checked against rules you set (sensitivity, time-of-day, rate limits, human approval) and signed into an immutable audit log. Unlike prompt guardrails, Suprbox protects the data itself, so even a jailbroken or misconfigured agent can't exfiltrate what your policy denies. Built for teams running real agents on sensitive documents.

Add a comment

Replies

Best
hritvik Gupta
Hey , I built Suprbox after watching a friend's team accidentally hand a research agent the same Google Drive credentials a human would use. Within a week the agent had read salary spreadsheets, board memos, and an un-redacted contract none of which it needed for its actual job. No prompt guardrail catches that; the agent was just doing what it was told, with the access it was given. So I started from the data side instead of the prompt side. Every agent gets its own scoped Suprbox key, every document lives in a vault with rules (sensitivity, rate limit, time-of-day, human approval, watermark), and every byte that leaves is signed and logged. If something goes wrong, you have a real audit trail not a chat log. The biggest shift while building was realizing this isn't really an "AI tool." It's storage with a policy gate in front of it. That reframing made the whole thing simpler the API ended up looking like S3, just with rules. Would love to hear how you're handling agent access today, and what feels broken about it. Happy to answer anything. — Hritvik
Tade Odunlami

@hritvik_gupta1 that is a useful workflow. I have yet to encounter this issue, but how autonomous Agents are becoming, I can see it being catastrophic for any team actually exposing their confidential data unintentionally.

hritvik Gupta

@tade_odunlami That’s a great question. I’d frame it this way: giving AI full access to tools like Google Sheets or Drive isn’t really feasible if it risks exposing confidential documents.

Priya K

@hritvik_gupta1 hritvik, how does the 'human approval' gate work in the middle of an agent's loop? does it pause the execution and ping a slack channel, or is it more of a 'pre-approval' for certain document categories? definitely i'll check

hritvik Gupta

@priya_kushwaha1 All the options are available of what you just described. And yes it pauses the execution but after approval for that time window AI is allowed to read and write of that document

Vrijraj Singh

Nice Solution, Congrats team

hritvik Gupta

@vrijraj Thanks, hope you'll like the product.