v1

latestOpenAPI 3.1.0raw.githubusercontent.com2026-03-3089191317.6 KB
providers

List Providers

get/api/v1/providers

Query parameters

user_ownedboolean nullable
originstring nullable

Response

Successful Response

total_countinteger required
has_moreboolean
next_page_tokenstring uuid nullable required

Example response

{
  "items": [
    {
      "agent_card": {
        "additionalInterfaces": [
          {
            "transport": "JSONRPC",
            "url": "https://api.example.com/a2a/v1"
          }
        ],
        "description": "Agent that helps users with recipes and cooking.",
        "name": "Recipe Agent",
        "preferredTransport": "JSONRPC",
        "security": [
          {
            "oauth": [
              "read"
            ]
          },
          {
            "api-key": [],
            "mtls": []
          }
        ],
        "skills": [
          {
            "examples": [
              "I need a recipe for bread"
            ],
            "security": [
              {
                "google": [
                  "oidc"
                ]
              }
            ],
            "tags": [
              "cooking",
              "customer support",
              "billing"
            ]
          }
        ],
        "url": "https://api.example.com/a2a/v1",
        "version": "1.0.0"
      }
    }
  ]
}