Agents.json is an open-source JSON specification that formally describes contracts for API and AI agent interactions, built on top of the OpenAPI standard.
agents.json
built on OpenAPI? — OpenAPI is the gold standard for describing how API endpoints work and can be executed. Most API providers have OpenAPI specs or have APIs that can be described fully by OpenAPI. These specs alone aren’t sufficient for the age of AI agents, but provide great groundwork for API agent communication.
So we implemented agents.json
. We built this for us and we’re excited to share it with you.