Hugging Face Gradio Spaces Now Auto-Serve AI-Agent-Readable API Endpoints
Every Gradio Space on Hugging Face now automatically exposes an /agents.md endpoint, letting AI coding agents interact with any Space directly without manual configuration.
Every Gradio Space on Hugging Face now automatically exposes an /agents.md endpoint, letting AI coding agents interact with any Space directly without manual configuration.
Hugging Face has introduced a new /agents.md endpoint automatically served by every Gradio Space, giving AI coding agents a standardized, machine-readable way to understand and call a Space's API without any manual setup. The change was announced in the platform's April 17, 2026 changelog. The /agents.md endpoint acts as a self-describing interface — AI agents such as Claude Code, Codex, or Pi can read it to determine how to interact with a Space, effectively eliminating the friction of configuration or wrapper code for developers who want agents to use their applications. The feature is live immediately for all Gradio Spaces on the platform. Hugging Face's changelog links to full documentation for developers who want to learn how the endpoint works and how to build compatible Spaces.