# Custom routers auto-refresh during AgentOS reprovision

> Updating AgentOS now automatically refreshes all API routers — including custom ones — so your routes stay aligned with the new OS state without manual intervention.

- Published: 2025-10-30
- Author: Agno Team
- Category: Changelog
- Canonical: https://agno-com-nine.vercel.app/articles/custom-routers-auto-refresh-during-agentos-reprovision
- Markdown: https://agno-com-nine.vercel.app/articles/custom-routers-auto-refresh-during-agentos-reprovision.md

Updating AgentOS now automatically refreshes all API routers — including custom ones — so your routes stay aligned with the new OS state without manual intervention. This removes a prior limitation where only built-in routers were refreshed, reducing operational risk and preventing routing drift after upgrades.

**Details**

- No code changes or restarts required after an AgentOS resync; custom routes rebind automatically.
- Prevents stale endpoints and routing errors, improving reliability and time-to-recover during OS updates.
- Consistent behavior across environments streamlines release processes and rollbacks.

**Who this is for:** Platform teams and developers who extend Agno with custom API routes or manage controlled OS upgrades across environments.
