{
  "$schema": "https://www.agenticcommerce.dev/schemas/v0.1/discovery.json",
  "acp_version": "0.1",
  "merchant": {
    "name": "Sutrace",
    "url": "https://sutrace.io",
    "contact": "hello@sutrace.io",
    "trust_center": "https://sutrace.io/legal/trust",
    "logo": "https://sutrace.io/og.svg"
  },
  "catalog_url": "https://sutrace.io/pricing",
  "products_url": "https://sutrace.io/.well-known/ucp",
  "supported_methods": ["x402-usdc", "stripe-card", "stripe-ach", "invoice"],
  "supported_currencies": ["USD", "EUR"],
  "agent_purchase": {
    "enabled": "preview",
    "discovery_url": "https://sutrace.io/platform/v2/x402/discovery/resources",
    "documentation_url": "https://sutrace.io/use-cases/agent-payable-observability",
    "skus": ["sutrace.observe.device", "sutrace.observe.trace", "sutrace.observe.llm_call"],
    "auth": {
      "type": "oauth2",
      "discovery": "https://sutrace.io/.well-known/oauth-authorization-server",
      "grant_type": "client_credentials"
    },
    "budget_controls": {
      "supported": true,
      "scope": "agent-token",
      "documentation": "https://sutrace.io/blog/hard-budget-caps-for-ai-agents-the-architecture-options"
    },
    "settlement_network_preview": "base-sepolia",
    "settlement_network_ga": "base-mainnet",
    "note": "Three machine-payable observability SKUs (per device, per 1k spans, per LLM call). Discovery is live; settlement plumbing is in private preview. Email hello@sutrace.io for early access."
  },
  "x-sutrace": {
    "status": "preview",
    "publisher": "Sutrace",
    "note": "ACP descriptor advertises the three metered, agent-payable observability SKUs alongside the three subscription tiers. agent_purchase.enabled is 'preview' — design surface live, settlement plumbing private-preview against base-sepolia.",
    "contact": "hello@sutrace.io",
    "website": "https://sutrace.io",
    "agent_documentation": "https://sutrace.io/use-cases/agent-payable-observability"
  }
}
