agents.json: Simplifying AI Agent Interaction with APIs

2025-03-03
agents.json: Simplifying AI Agent Interaction with APIs

Wildcard AI introduces the agents.json specification, designed to streamline AI agent interaction with APIs. Building upon the OpenAPI standard, it addresses the challenge of AI agents executing multi-step API call sequences by adding features like flows and links. The agents.json file describes API endpoints and their interactions, enabling reliable execution of API calls by AI agents. The Wildcard Bridge Python package provides functionality to load, parse, and run agents.json files, allowing developers to seamlessly integrate AI agents with APIs simply by adding an agents.json file.

Development API interaction