{
  "name": "Simbotica SIM Card Agent",
  "description": "AI agent endpoint for ordering KYC-free physical SIM cards. Supports x402 USDC payments on Base and Ethereum Mainnet.",
  "url": "https://simbotica.xyz",
  "version": "1.0.0",
  "capabilities": ["x402-payments", "physical-sim-ordering"],
  "payment": {
    "protocol": "x402",
    "networks": ["base", "ethereum-mainnet"],
    "asset": "USDC",
    "price": "$25.00 per SIM"
  },
  "endpoints": [
    {
      "path": "/api/submit-order-base",
      "method": "POST",
      "description": "Order SIM via Base Mainnet USDC",
      "paymentRequired": true
    },
    {
      "path": "/api/submit-order-ethereum",
      "method": "POST",
      "description": "Order SIM via Ethereum Mainnet USDC",
      "paymentRequired": true
    }
  ],
  "docs": {
    "llms": "/llms.txt",
    "openapi": "/openapi.json"
  }
}
