Documentation

A2A Agent Directory API

Welcome to the A2A Agent Directory API. This API provides programmatic access to data about AI agents that comply with Google's A2A protocol.

Base URL

https://www.a2adirectory.co/api

Response Format

All API responses are returned in JSON format. Each response includes a success field indicating whether the request was successful, and either a data field containing the requested information or an error field with details about what went wrong.

{
  "success": true,
  "data": {
    // Response data here
  }
}