{
  "schema_version": "1.0",
  "name": "GEO Agent",
  "description": "Shopify GEO app for AI visibility audits, product recommendation benchmarks, and structured catalog fixes.",
  "url": "https://geo-agent.fly.dev",
  "contact_email": "hello@8bitconcepts.com",
  "capabilities": [
    "shopify_product_visibility_audit",
    "ai_recommendation_benchmark",
    "product_description_rewrite",
    "json_ld_generation",
    "llms_txt_generation",
    "ucp_profile_generation"
  ],
  "actions": {
    "install": "https://geo-agent.fly.dev/auth/login",
    "docs": "https://geo-agent.fly.dev/llms.txt",
    "openapi": "https://geo-agent.fly.dev/openapi.yaml"
  },
  "commerce": {
    "manifest": "https://geo-agent.fly.dev/.well-known/commerce.json",
    "catalog": "https://geo-agent.fly.dev/api/v1/catalog",
    "quote": "https://geo-agent.fly.dev/api/v1/quote",
    "checkout": "https://geo-agent.fly.dev/api/v1/checkout",
    "payment_modes": ["shopify_billing", "stripe_payment_link", "stripe_link", "link", "stripe_spt"],
    "agentic_payments_ready": true,
    "unsupported_payment_modes": ["stripe_acp", "x402", "mpp"],
    "constraints": ["Shopify apps must use Shopify Billing for merchant subscriptions."],
    "private_preview_required": ["stripe_acp", "x402"]
  }
}
