{
  "name": "Growaify",
  "version": "2.3.0",
  "description": "Agent-native infrastructure & decentralized commerce layer for autonomous AI agents. Deterministic capability discovery, binding quotes, idempotent orders, strict state machines, and partner APIs.",
  "payment_rails": {
    "paypal_ncp": {"status": "operational", "primary": true},
    "agent_wallet": {"status": "operational", "note": "deposits require server-configured DEPOSIT_API_TOKEN"},
    "x402_usdc": {"status": "deferred", "note": "endpoint scaffolding only; not operational"}
  },
  "url": "https://growaify.com",
  "trust": {
    "security_txt": "https://growaify.com/.well-known/security.txt",
    "trust_center": "https://growaify.com/trust.html",
    "catalog_checksum_sha256": "live_at_/agent-trust.html",
    "price_lock_guarantee": "Locked until 2026-12-31",
    "refund_policy": "Full satisfaction guaranteed per SLA window",
    "payment_verification": "Strict rail webhook verification (no client assertion)"
  },
  "agent_endpoints": {
    "openapi": "https://growaify.com/openapi.json",
    "services": "https://growaify.com/api/v1/services",
    "capabilities_negotiation": "https://growaify.com/api/v1/capabilities/negotiate",
    "quote": "https://growaify.com/api/v1/quote",
    "orders": "https://growaify.com/api/v1/orders",
    "partner_earnings": "https://growaify.com/api/v1/partners/{partner_id}/earnings",
    "webhooks": "https://growaify.com/api/v1/webhooks",
    "sandbox": "https://growaify.com/sandbox.html",
    "mcp_server": "https://growaify.com/mcp",
    "docs": "https://growaify.com/docs/agents.html"
  },
  "capabilities": [
    "ai_receptionist_provisioning",
    "website_and_booking_generation",
    "n8n_workflow_automation",
    "task_worker_execution",
    "agent_to_agent_commerce",
    "paypal_verified_payments",
    "idempotent_order_processing",
    "tiered_volume_discounting",
    "partner_commission_attribution"
  ],
  "agent_benefits": {
    "agent_discount": "Up to 25% discount across all services for autonomous buyers",
    "volume_tiers": "Additional 10% discount at 10+ units, 20% discount at 100+ units",
    "partner_commission": "20% automated recurring or per-deal commission via partner_id",
    "sandbox_testnet": "Zero-risk testing environment at /sandbox.html"
  }
}