Advertisement
Top banner ad slot
Homepage | History
Generated 2026-04-25 03:27 UTC
docs

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.

Hugging Face Changelog 2026-04-25 01:28 UTC Key: hugging-face-changelog::identity::Hugging Face Changelog Confidence: strong Mode: claude

Article body

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.

Why this matters

  • Removes the need for developers to write custom wrappers or API glue code just to let AI agents interact with their Gradio Spaces.
  • Enables AI agents to autonomously discover and use Spaces without human-guided setup, bringing closer the goal of fully agentic tooling pipelines.
  • Establishes a de facto standard for how AI agents consume interactive web-hosted tools, which could influence how the broader ecosystem structures agent-facing APIs.

Source note

  • This information is drawn from the official Hugging Face changelog page (https://huggingface.co/changelog) dated April 17, 2026, which explicitly describes the /agents.md endpoint feature and links to supporting documentation. No further press release or blog post was found at time of capture.

Original link

Open the monitored source