Agent Data Gateway

An entity-addressed virtual disk for agents.

Resolve a business entity — user, customer, account, ticket, deal — into a normal filesystem path. Then run ls, cat, find, rg, and python against that entity's folder.

  • Entity-addressed paths

    entity_type + entity_id resolves to a virtual path the agent can cd into.

  • Ordinary filesystem tools

    Once mounted, agents use ls, cat, find, rg, and python — the same tools they already know.

  • Storage is an implementation detail

    Agents see product and domain layout, not buckets, APIs, or partitions. Backends stay swappable.