@Better Auth I am building a custom auth endpoint using createAuthEndpoint() that creates service accounts. I want to generate API keys within this route as well as a "service" user. How do I access the auth context? I am aware that the internal API can be accessed via ctx.context.internalAdapater but this doesn't expose a way to create an API key. Is thre a way to do this?