{
  "name": "Artiji",
  "description": "Agent-payable astrology card and horoscope generation with per-request MPP pricing.",
  "url": "https://artiji.xyz",
  "version": "0.2.0-beta",
  "capabilities": {
    "tools": [
      {
        "name": "list_catalog",
        "description": "List available card types, input schemas, and current prices.",
        "endpoint": "https://artiji.xyz/api/agent/catalog",
        "method": "GET",
        "status": "live"
      },
      {
        "name": "send_card",
        "description": "Generate and deliver an astrology card for a given recipient and birth data.",
        "endpoint": "https://artiji.xyz/api/agent/cards",
        "method": "POST",
        "status": "live"
      },
      {
        "name": "get_horoscope",
        "description": "Return a daily, weekly, or custom horoscope for given astrological parameters.",
        "endpoint": "https://artiji.xyz/api/agent/horoscope/{sign}",
        "method": "GET",
        "status": "planned"
      },
      {
        "name": "order_status",
        "description": "Return the current status for a previously created order.",
        "endpoint": "https://artiji.xyz/api/agent/cards/{order_id}",
        "method": "GET",
        "status": "live"
      }
    ]
  },
  "payment": {
    "methods": [
      {
        "provider": "stripe",
        "method": "stripe.charge",
        "protocol": "MPP",
        "status": "live"
      },
      {
        "provider": "tempo",
        "method": "tempo.charge",
        "protocol": "MPP",
        "status": "planned"
      }
    ],
    "challenge": "402",
    "docs": "https://artiji.xyz/agent.md"
  }
}
