I set up our internal API as a resource. Users with admin permissions may authenticate to access admin API endpoints. This works fine in our Admin app.
I am now trying to add an agent to the Admin app that has access to admin API endpoints. I set up an agent and added a tool to that agent that uses one of our admin API endpoints.
I authenticated as I always do within the app and prompted the agent. When attempting to use the tool, the agent returns a 403 stating that it is not authenticated.
Is it possibly for the agent to act on behalf of the current user, or do I need to authenticate the agent in some other way?