{
  "name": "Balam Procurement Intelligence Agent",
  "description": "AI agent for LATAM public procurement intelligence. Provides real-time access to government tenders, supplier intelligence, risk analysis, and market spending forecasts across 25+ Latin American countries and 27 procurement portals.",
  "url": "https://api.balamtenders.com/a2a",
  "version": "1.0.0",
  "provider": {
    "organization": "ATTA Intelligence",
    "url": "https://balamtenders.com"
  },
  "capabilities": {
    "streaming": true,
    "pushNotifications": true,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": ["bearer"],
    "credentials": "API key required. Obtain from https://app.balamtenders.com/settings/api"
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["text/plain", "application/json"],
  "skills": [
    {
      "id": "search_tenders",
      "name": "Search Active Tenders",
      "description": "Search active LATAM government tenders by keyword, UNSPSC code, country, portal, budget range, publication date, or closing deadline. Returns structured results with title, entity, amounts, dates, and match relevance scores.",
      "tags": ["procurement", "tenders", "LATAM", "government", "search", "opportunities"],
      "examples": [
        "Find open IT consulting tenders in Mexico above $100K USD",
        "Search for medical equipment tenders closing this month in Colombia and Peru",
        "List all World Bank-funded infrastructure tenders in Central America",
        "Find renewable energy tenders across LATAM published in the last 7 days"
      ]
    },
    {
      "id": "company_intelligence",
      "name": "Supplier Intelligence",
      "description": "Get comprehensive procurement history, win rates, competitive positioning, contract values, and category specialization for any LATAM government supplier or contractor. Includes historical award data and buyer relationship mapping.",
      "tags": ["company", "intelligence", "competitor", "supplier", "win-rate", "analysis"],
      "examples": [
        "Show win rate for Empresa XYZ in Colombian defense contracts",
        "What is the procurement history of Grupo ABC in Mexican healthcare tenders?",
        "Who are the top 5 suppliers winning IT contracts in Peru?",
        "Compare bid success rates between Supplier A and Supplier B in Brazil"
      ]
    },
    {
      "id": "tender_risk_analysis",
      "name": "Tender Risk Analysis",
      "description": "AI-powered risk assessment for a specific tender. Evaluates red flags, compliance requirements, document completeness, timeline feasibility, and competitive landscape to generate a Go/No-Go recommendation with confidence score and evidence.",
      "tags": ["risk", "compliance", "analysis", "bid-no-bid", "assessment", "due-diligence"],
      "examples": [
        "Analyze risk for tender LICITACION-2026-0456 in Peru",
        "What are the compliance risks for CompraNet tender LA-006000995-E25-2026?",
        "Should my medical devices company bid on this IMSS tender? Evaluate fit.",
        "Check document requirements and timeline feasibility for this tender"
      ]
    },
    {
      "id": "market_forecast",
      "name": "Market Spending Forecast",
      "description": "Generate 3-12 month procurement spending forecasts by sector, country, or UNSPSC category. Based on historical award patterns, fiscal calendar analysis, and budget allocation trends. Returns predicted spend volumes, growth rates, and confidence intervals.",
      "tags": ["forecast", "market", "spending", "trends", "prediction", "budget"],
      "examples": [
        "Forecast healthcare procurement spending in Brazil for Q1 2027",
        "What sectors are growing fastest in Mexican government procurement?",
        "Predict IT infrastructure spending across LATAM for the next 6 months",
        "Show historical and projected defense procurement trends in Colombia"
      ]
    }
  ],
  "supportedInterfaces": [
    {
      "url": "https://api.balamtenders.com/a2a",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0.0"
    }
  ]
}
