Skip to content
Changelog

Simplify authentication and governance with pluggable middleware and built-in JWT

Agno Team

October 1, 20251 min read

AgentOS now supports user-supplied FastAPI-compatible middleware and includes a built-in JWT middleware for token validation and claims extraction. This reduces boilerplate, standardizes authentication across channels, and gives platform teams a consistent place to enforce policies.

Details

  • Plug in custom middleware for logging, tracing, rate limiting, or policy enforcement.
  • Enable the JWT middleware to validate tokens and pass claims to agents and tools with minimal setup.

Who this is for: Platform and security teams standardizing auth and governance for AI applications.

Shipped around the same time