Agent access to API with custom authentication

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?

Hey @rob_future - what type of auth are you using on your API? Agents do bubble up OAuth2 and prompt the user to authenticate on their behalf (you can see this if you try to use a Google Calendar tool, for example)