Uses
2.3k
Category
JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion. Unauthenticated calls are rejected. Ideal for gating paid inference behind login, per-user LLM access, authenticated AI gateways.
$npx -y @smithery/cli install a2a/authenticated-llm-agentInstalls into the current project.
Install Authenticated LLM Agent by running `npx -y @smithery/cli install a2a/authenticated-llm-agent`, then use it for the current task and follow its documentation at https://smithery.ai/server/a2a/authenticated-llm-agent.