Blog Logo
TAGS

Translate OpenAPI into LLM Tools

The `agents.json` Specification is an open specification that formally describes contracts for API and agent interactions, built on top of the OpenAPI standard. The current version is `0.1.0`. Use the Wildcard Bridge Python package to load, parse, and run agents.json. The `agents.json` Specification enables AI agents to interact with APIs efficiently and reliably. It simplifies the process of altering APIs to work with LLMs and executing multiple API calls in a row. This specification eliminates the need for writing boilerplate code, optimizing tool definitions, and parsing responses into vector stores for each API. `agents.json` is built on OpenAPI, the standard for API endpoint description, making it compatible with most API providers. The schema and motivations behind `agents.json` are detailed on the official documentation. Give feedback, share projects, and get help in the Wildcard AI Discord community. Start using `agents.json` to enhance your AI agent development process.