Hi Everyone,
We’re building a multi-tenant recruitment platform using Supabase, where each user’s data is fully isolated. We’re currently exploring ways to let a LLM securely access a specific user’s data, translate natural language into Queries, and return relevant results.
Our existing approach works(Anthropic via tool calls) but it feels more complex than it should be. We’re curious whether there are simpler or more idiomatic Supabase patterns for granting scoped, per-tenant access to an agent without compromising isolation or security.
If anyone has experience with cleaner designs for this kind of setup, we’d really appreciate your insights.
Thanks!