{
  "protocolVersion": "0.3.0",
  "name": "DTFOOD Food Trade Agent",
  "description": "Agent for the German-Turkish food industry: search B2B listings and manufacturers, look up trade fairs and delegations, read market news, and submit trade or halal-certification inquiries.",
  "version": "1.0.0",
  "url": "https://dtfood.org/api/v1/a2a",
  "preferredTransport": "JSONRPC",
  "documentationUrl": "https://dtfood.org/auth.md",
  "iconUrl": "https://dtfood.org/favicon.png",
  "provider": {
    "organization": "DTFOOD",
    "url": "https://dtfood.org"
  },
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": false,
    "extensions": [
      {
        "uri": "https://github.com/google-agentic-commerce/ap2/v1",
        "description": "AP2 mandate-based agent payments: buyer agents may present a signed payment mandate instead of stored card credentials.",
        "required": false,
        "params": {
          "supported_mandates": [
            "intent",
            "cart",
            "payment"
          ],
          "payment_methods": [
            "card",
            "sepa_credit_transfer",
            "x402"
          ],
          "endpoints": {
            "mandate_submission": "https://dtfood.org/api/v1/ap2/mandates",
            "checkout": "https://dtfood.org/api/v1/acp/checkout_sessions"
          }
        }
      },
      {
        "uri": "https://www.agenticcommerce.dev/acp/v1",
        "description": "Agentic Commerce Protocol product feed and checkout.",
        "required": false
      },
      {
        "uri": "https://docs.x402.org/x402/v1",
        "description": "Inline HTTP 402 payment for metered API calls.",
        "required": false
      }
    ]
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "securitySchemes": {
    "oauth2": {
      "type": "oauth2",
      "flows": {
        "clientCredentials": {
          "tokenUrl": "https://dtfood.org/oauth/token",
          "scopes": {
            "catalog:read": "Read listings, companies and trade fairs",
            "content:read": "Read news and editorial content"
          }
        },
        "authorizationCode": {
          "authorizationUrl": "https://dtfood.org/oauth/authorize",
          "tokenUrl": "https://dtfood.org/oauth/token",
          "scopes": {
            "leads:write": "Submit inquiries on behalf of a user",
            "orders:write": "Create quote requests and bookings"
          }
        }
      }
    }
  },
  "security": [
    {
      "oauth2": [
        "catalog:read"
      ]
    }
  ],
  "skills": [
    {
      "id": "find-food-suppliers",
      "name": "Find food suppliers and products",
      "description": "Find manufacturers, wholesalers and product listings in the German-Turkish food market by category, region, certification or keyword.",
      "tags": ["sourcing", "b2b", "food", "suppliers"],
      "examples": [
        "Find Turkish producers of organic dried apricots that export to Germany.",
        "Which suppliers in the DTFOOD marketplace offer halal-certified confectionery?"
      ],
      "inputModes": ["text/plain", "application/json"],
      "outputModes": ["application/json"]
    },
    {
      "id": "plan-trade-fair-participation",
      "name": "Plan trade fair or delegation participation",
      "description": "Look up upcoming food trade fairs, delegation trips and hosted-buyer programmes, including dates, countries and participation packages.",
      "tags": ["events", "trade fairs", "export"],
      "examples": [
        "Which food trade fairs in Türkiye happen in the next six months?",
        "What does a DTFOOD participation package for Anuga include?"
      ],
      "inputModes": ["text/plain", "application/json"],
      "outputModes": ["application/json"]
    },
    {
      "id": "get-halal-certification-guidance",
      "name": "Get halal certification guidance",
      "description": "Explain halal certification requirements for food producers and submit a non-binding certification inquiry.",
      "tags": ["halal", "certification", "compliance"],
      "examples": [
        "What documents do I need for halal certification of a dairy plant?"
      ],
      "inputModes": ["text/plain", "application/json"],
      "outputModes": ["application/json"]
    },
    {
      "id": "read-food-market-intelligence",
      "name": "Read food market intelligence",
      "description": "Retrieve DTFOOD news, market reports, export/retail radar signals and editorial standpoints on the food sector.",
      "tags": ["news", "market intelligence", "reports"],
      "examples": [
        "Summarise the latest DTFOOD reporting on EU food export rules."
      ],
      "inputModes": ["text/plain", "application/json"],
      "outputModes": ["application/json"]
    }
  ],
  "supportsAuthenticatedExtendedCard": false
}
