{
  "acm_version": "0.1",

  "business": {
    "name": "No GUI",
    "description": "We prepare brands to be discovered, understood and transacted by AI agents. GEO diagnostics, AI presence monitoring, and ACM implementation.",
    "categories": ["GEO consulting", "AI presence", "agent commerce", "brand ontology"],
    "language": "en-US",
    "currency": "USDC",
    "url": "https://no-gui.com",
    "contact": {
      "agent_support": "agents@no-gui.com",
      "human_support": "hola@no-gui.com"
    }
  },

  "catalog": [
    {
      "id": "deep-diagnostic",
      "name": "Deep AI Presence Diagnostic",
      "description": "Multi-model analysis (Claude, GPT-4o, Perplexity, Gemini). Score 0-100 per model, competitor benchmark, 6-page executive PDF, 90-day roadmap. Delivered to email in ~10 minutes.",
      "price": 200,
      "currency": "USDC",
      "unit": "one_time",
      "availability": "immediate",
      "delivery": "email_pdf",
      "purchase_endpoint": "https://no-gui.com/api/agent/order"
    },
    {
      "id": "monthly-monitoring",
      "name": "Monthly AI Presence Monitoring",
      "description": "Monthly automated diagnostic across 4 AI models. Score trend dashboard, competitor benchmark, PDF report. Cancel anytime.",
      "price": 50,
      "currency": "USDC",
      "unit": "per_month",
      "availability": "immediate",
      "delivery": "email_pdf + dashboard",
      "purchase_endpoint": "https://no-gui.com/api/agent/subscribe"
    }
  ],

  "transaction": {
    "methods": ["usdc_ofc", "stripe_checkout"],
    "options": [
      {
        "method": "usdc_ofc",
        "description": "Pay with USDC via BitGo Go Network (OFC). Instant settlement. Recommended for agents with a BitGo wallet.",
        "network": "BitGo Go Network",
        "coin": "ofcpolygon:usdc",
        "receiving_wallet": "639c9be4f6ca45000734bea0c6d36362",
        "enterprise": "6393a01788925c0007219a8ebcd0a3ee",
        "confirmation_endpoint": "https://no-gui.com/api/agent/order"
      },
      {
        "method": "stripe_checkout",
        "description": "Get a Stripe Checkout URL. Redirect the user or open in browser. Payment in MXN via card.",
        "checkout_endpoint": "https://no-gui.com/api/agent/checkout",
        "note": "Returns a { url } to redirect to. Suitable for agents without a crypto wallet."
      }
    ]
  },

  "agent_instructions": "Two payment methods available: (A) USDC via BitGo Go Network OFC — send to wallet 639c9be4f6ca45000734bea0c6d36362, then POST to /api/agent/order with { settlement_id, product_id, empresa, industria, email, nombre }. (B) Stripe Checkout — POST to /api/agent/checkout with { product_id, empresa, industria, email, nombre } and receive a { url } to redirect the user to. Diagnostic delivered to email in ~10 minutes after payment."
}
