{
  "ok": true,
  "resource": {
    "id": "RES_4E48E5FBBEEB",
    "resource_type": "mcp_server",
    "canonical_url": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.aqta%2Fseal/versions/1.0.0",
    "name": "seal",
    "summary_en": "Verify Seal AI decision receipts: signed evidence anyone can check, no account needed.",
    "summary_zh": "验证 Seal AI 决策回执：任何人都可以检查的签名证据，无需账户。",
    "description_en": "Seal is an MCP server that provides tools to verify signed decision receipts (attestations) from Seal AI. It allows checking that a record still says what was signed, decoding receipts, fetching the published signing key, obtaining sample receipts and evidence packs, verifying whole evidence packs, explaining the receipt format, and for authenticated users, listing receipts, getting transparency proofs, and summarizing workspace decisions. The server is published on the official MCP registry and is reachable at the endpoint https://app.aqta.ai/api/mcp. Runtime verification confirmed 10 tools, all read-only and safe to retry. Authentication is required for some tools (list_my_receipts, get_transparency_proof, workspace_summary) using an aqta_ key as Bearer token; other tools are public. Pricing and detailed authentication are unknown.",
    "description_zh": "Seal 是一个 MCP 服务器，提供工具来验证来自 Seal AI 的签名决策回执（证明）。它允许检查记录是否仍然与签名时一致、解码回执、获取已发布的签名密钥、获取示例回执和证据包、验证整个证据包、解释回执格式，并且对于经过身份验证的用户，可以列出回执、获取透明度证明以及汇总工作区决策。该服务器已在官方 MCP 注册表中发布，并可通过端点 https://app.aqta.ai/api/mcp 访问。运行时验证确认了 10 个工具，全部为只读且可安全重试。某些工具（list_my_receipts、get_transparency_proof、workspace_summary）需要身份验证，使用 aqta_ 密钥作为 Bearer 令牌；其他工具是公开的。定价和详细身份验证信息未知。",
    "provider_name": "ai.aqta",
    "homepage_url": "https://app.aqta.ai/demo",
    "endpoint_url": "https://app.aqta.ai/api/mcp",
    "source_url": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.aqta%2Fseal/versions/1.0.0",
    "icon_url": null,
    "cover_image_url": null,
    "capabilities": [
      "object.verify",
      "object.decode",
      "object.retrieve",
      "object.explain",
      "object.list"
    ],
    "categories": [
      "developer-tools",
      "data"
    ],
    "industries": [
      "software",
      "general"
    ],
    "protocols": [
      "mcp"
    ],
    "auth": {
      "type": "unknown"
    },
    "pricing": {
      "model": "unknown"
    },
    "input_schema": {},
    "output_schema": {},
    "metadata": {
      "content_language": "en",
      "translation_status": "original-only",
      "official_registry": {
        "version": "1.0.0",
        "packages": [],
        "remotes": []
      },
      "review_gate": {
        "passed": true,
        "reasons": [],
        "policy_version": "review-gate-v1",
        "evaluated_at": "2026-09-03T06:19:31.486Z"
      }
    },
    "latest_version": "1.0.0",
    "status": "listed",
    "health_status": "healthy",
    "source_kind": "imported",
    "source_agent": "registry.modelcontextprotocol.io",
    "trust": {
      "signal": "none",
      "reason": "No suspicious or malicious evidence.",
      "signals": {
        "yellow": 0,
        "red": 0
      }
    },
    "review_summary": {
      "method_version": "capability-evidence-v2",
      "capability_definition": "strong",
      "contract_completeness": "strong",
      "access_friction": "low",
      "operational_transparency": "strong",
      "evidence_strength": "protocol_inspected",
      "use_readiness": "ready_for_guidance",
      "reviewed_at": "2026-09-03T06:19:32.461Z"
    },
    "experience_count": 0,
    "verified_experience_count": 0,
    "usage_count": 0,
    "success_rate": null,
    "first_seen_at": "2026-09-03T02:49:41.095Z",
    "last_seen_at": "2026-09-03T06:19:31.708Z",
    "published_at": "2026-09-03T06:19:31.708Z",
    "created_at": "2026-09-03T02:49:41.095Z",
    "updated_at": "2026-09-03T06:19:32.461Z",
    "api_url": "https://aiworkshub.io/api/v1/resources/RES_4E48E5FBBEEB",
    "reviews_url": "https://aiworkshub.io/api/v1/resources/RES_4E48E5FBBEEB/reviews",
    "public_url": "https://aiworkshub.io/resources/RES_4E48E5FBBEEB",
    "distribution": {
      "canonical_identity": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.aqta%2Fseal/versions/1.0.0",
      "syndicatable": true,
      "origins": [
        {
          "registry_url": "https://registry.modelcontextprotocol.io/",
          "upstream_resource_id": "ai.aqta/seal@1.0.0",
          "upstream_record_url": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.aqta%2Fseal/versions/1.0.0",
          "relation": "syndicated",
          "metadata": {
            "source": "official-mcp-registry"
          },
          "first_seen_at": "2026-09-03T02:49:41.095Z",
          "last_seen_at": "2026-09-03T06:19:31.708Z"
        }
      ]
    },
    "tools": [
      {
        "name": "decode_receipt",
        "title_en": "Read a receipt",
        "title_zh": "读取回执",
        "description_en": "Read a receipt field by field, with stated limits. Does not check the signature.",
        "description_zh": "逐字段读取回执，并说明限制。不检查签名。",
        "input_schema": {
          "type": "object",
          "properties": {
            "receipt": {
              "type": [
                "object",
                "string"
              ]
            }
          },
          "required": [
            "receipt"
          ]
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "read",
        "open_world": false,
        "idempotency": "safe_to_retry",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "explain_attestation_format",
        "title_en": "Explain the receipt format",
        "title_zh": "解释回执格式",
        "description_en": "The receipt format: fields, outcomes, verification commands, and what a signature does not establish. Use before describing the format.",
        "description_zh": "回执格式：字段、结果、验证命令以及签名不能证明的内容。在描述格式之前使用。",
        "input_schema": {
          "type": "object",
          "properties": {}
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "read",
        "open_world": false,
        "idempotency": "safe_to_retry",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "get_public_key",
        "title_en": "Get the published signing key",
        "title_zh": "获取已发布的签名密钥",
        "description_en": "Fetch the published Seal signing key.",
        "description_zh": "获取已发布的 Seal 签名密钥。",
        "input_schema": {
          "type": "object",
          "properties": {}
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "read",
        "open_world": true,
        "idempotency": "safe_to_retry",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "get_review_pack",
        "title_en": "Get an evidence pack",
        "title_zh": "获取证据包",
        "description_en": "The published sample evidence pack: fixed review question, bound receipts, disclosure.",
        "description_zh": "已发布的示例证据包：固定的审查问题、绑定的回执、披露。",
        "input_schema": {
          "type": "object",
          "properties": {
            "pack_id": {
              "type": "string",
              "description": "Pack id. Only the published \"sample\" pack is available without an account."
            }
          }
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "read",
        "open_world": false,
        "idempotency": "safe_to_retry",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "get_sample_receipt",
        "title_en": "Get a sample receipt",
        "title_zh": "获取示例回执",
        "description_en": "A genuine signed receipt from the sample workspace (demo key), for trying verification.",
        "description_zh": "来自示例工作区（演示密钥）的真实签名回执，用于尝试验证。",
        "input_schema": {
          "type": "object",
          "properties": {
            "outcome": {
              "type": "string",
              "enum": [
                "ALLOWED",
                "BLOCKED",
                "SUPPRESSED"
              ],
              "description": "Pick a sample with this outcome. A BLOCKED receipt was signed without the call reaching the provider."
            }
          }
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "read",
        "open_world": false,
        "idempotency": "safe_to_retry",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "get_transparency_proof",
        "title_en": "Prove a receipt is in the log",
        "title_zh": "证明回执在日志中",
        "description_en": "Inclusion proof plus signed tree head for one of your receipts. Requires your aqta_ key.",
        "description_zh": "为您的某个回执提供包含证明和签名树头。需要您的 aqta_ 密钥。",
        "input_schema": {
          "type": "object",
          "properties": {
            "attestation_id": {
              "type": "string"
            }
          },
          "required": [
            "attestation_id"
          ]
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "read",
        "open_world": false,
        "idempotency": "safe_to_retry",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {
          "type": "bearer",
          "description": "Requires aqta_ key as Bearer token."
        },
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "list_my_receipts",
        "title_en": "List your signed receipts",
        "title_zh": "列出您的签名回执",
        "description_en": "List your workspace receipts filtered by outcome, policy, model, or date range. Requires your aqta_ key as Bearer.",
        "description_zh": "按结果、策略、模型或日期范围筛选列出您的工作区回执。需要您的 aqta_ 密钥作为 Bearer。",
        "input_schema": {
          "type": "object",
          "properties": {
            "outcome": {
              "type": "string",
              "enum": [
                "ALLOWED",
                "BLOCKED",
                "SUPPRESSED",
                "PASSED"
              ],
              "description": "Only receipts with this outcome."
            },
            "policy": {
              "type": "string",
              "description": "Only receipts where this policy ran, e.g. pii_scan."
            },
            "model": {
              "type": "string",
              "description": "Only receipts for this model."
            },
            "since": {
              "type": "string",
              "description": "ISO timestamp lower bound."
            },
            "until": {
              "type": "string",
              "description": "ISO timestamp upper bound."
            },
            "limit": {
              "type": "number",
              "description": "Max rows, default 25."
            }
          }
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "read",
        "open_world": false,
        "idempotency": "safe_to_retry",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {
          "type": "bearer",
          "description": "Requires aqta_ key as Bearer token."
        },
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "verify_evidence_pack",
        "title_en": "Verify a whole evidence pack",
        "title_zh": "验证整个证据包",
        "description_en": "Verify a review pack receipt by receipt. Each verdict comes from the signed envelope itself, never from stored state, and results are per-receipt, never an average.",
        "description_zh": "逐回执验证审查包。每个裁决都来自签名信封本身，绝不来自存储状态，结果是逐回执的，绝不是平均值。",
        "input_schema": {
          "type": "object",
          "properties": {
            "pack": {
              "type": [
                "object",
                "string"
              ],
              "description": "A pack object, or \"sample\" for the published sample pack."
            },
            "public_key": {
              "type": "string",
              "description": "Key to pin every receipt against. Omit to use each envelope's embedded key."
            }
          }
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "read",
        "open_world": false,
        "idempotency": "safe_to_retry",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "verify_receipt",
        "title_en": "Verify a receipt",
        "title_zh": "验证回执",
        "description_en": "Check that a record still says what was signed: the permitted or refused decision, unchanged, under a trusted or embedded key. Handles both formats: ATTESTATION-v1 (a model-call decision) and ACTION-v1 (an agent tool action). No Aqta service in the check.",
        "description_zh": "检查记录是否仍然与签名时一致：允许或拒绝的决定，未更改，在受信任或嵌入的密钥下。处理两种格式：ATTESTATION-v1（模型调用决策）和 ACTION-v1（代理工具操作）。检查中不涉及 Aqta 服务。",
        "input_schema": {
          "type": "object",
          "properties": {
            "receipt": {
              "type": [
                "object",
                "string"
              ],
              "description": "The record, as a JSON object or a JSON string."
            },
            "public_key": {
              "type": "string",
              "description": "Base64url Ed25519 key to trust. Omit to use the key embedded in the record, which proves internal consistency only, never provenance."
            },
            "profile": {
              "type": "string",
              "description": "Usually omit this. The record's own signed version tag selects the format, and ATTESTATION-v1 is the default. Pass 'ACTION-v1' only to force an agent-action record to be checked as one."
            }
          },
          "required": [
            "receipt"
          ]
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "read",
        "open_world": false,
        "idempotency": "safe_to_retry",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "workspace_summary",
        "title_en": "Summarise your workspace decisions",
        "title_zh": "汇总您的工作区决策",
        "description_en": "Outcome, model and policy counts across your recent receipts. Requires your aqta_ key.",
        "description_zh": "您最近回执中的结果、模型和策略计数。需要您的 aqta_ 密钥。",
        "input_schema": {
          "type": "object",
          "properties": {
            "limit": {
              "type": "number",
              "description": "How many recent receipts to summarise, default 100."
            }
          }
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "read",
        "open_world": false,
        "idempotency": "safe_to_retry",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {
          "type": "bearer",
          "description": "Requires aqta_ key as Bearer token."
        },
        "pricing": {},
        "metadata": {}
      }
    ],
    "review_profile": {
      "schema_version": "aiworkshub.resource-review/0.2",
      "method_version": "capability-evidence-v2",
      "review_state": {
        "identity": "verified",
        "source": "verified",
        "connectivity": "verified",
        "contract": "strong",
        "safe_use": "tested",
        "real_use": "unobserved"
      },
      "assessment": {
        "capability_definition": "strong",
        "contract_completeness": "strong",
        "access_friction": "low",
        "operational_transparency": "strong",
        "evidence_strength": "protocol_inspected",
        "use_readiness": "ready_for_guidance"
      },
      "profile": {
        "capabilities": [
          {
            "id": "object.verify",
            "weight": 90,
            "confidence": 95,
            "evidence_ids": [
              "source-record",
              "protocol-tools"
            ]
          },
          {
            "id": "object.decode",
            "weight": 70,
            "confidence": 90,
            "evidence_ids": [
              "protocol-tools"
            ]
          },
          {
            "id": "object.retrieve",
            "weight": 60,
            "confidence": 90,
            "evidence_ids": [
              "protocol-tools"
            ]
          },
          {
            "id": "object.explain",
            "weight": 50,
            "confidence": 90,
            "evidence_ids": [
              "protocol-tools"
            ]
          },
          {
            "id": "object.list",
            "weight": 40,
            "confidence": 80,
            "evidence_ids": [
              "protocol-tools"
            ]
          }
        ],
        "domains": [
          {
            "id": "data",
            "weight": 80,
            "confidence": 90,
            "evidence_ids": [
              "source-record",
              "protocol-tools"
            ]
          },
          {
            "id": "developer-tools",
            "weight": 70,
            "confidence": 90,
            "evidence_ids": [
              "source-record",
              "protocol-tools"
            ]
          }
        ],
        "workflow_roles": [
          "retrieve",
          "analyze",
          "monitor"
        ]
      },
      "capability_units": [
        {
          "id": "tool:verify_receipt",
          "kind": "mcp_tool",
          "capability_id": "object.verify",
          "effect": "read",
          "open_world": false,
          "idempotency": "safe_to_retry",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "typed_envelope_dynamic_result",
          "accepts": [
            "object",
            "string"
          ],
          "produces": [
            "verification result"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:decode_receipt",
          "kind": "mcp_tool",
          "capability_id": "object.decode",
          "effect": "read",
          "open_world": false,
          "idempotency": "safe_to_retry",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "typed_envelope_dynamic_result",
          "accepts": [
            "object",
            "string"
          ],
          "produces": [
            "decoded receipt"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:get_public_key",
          "kind": "mcp_tool",
          "capability_id": "object.retrieve",
          "effect": "read",
          "open_world": true,
          "idempotency": "safe_to_retry",
          "confirmation": "explicit policy",
          "input_contract": "untyped",
          "output_contract": "typed_envelope_dynamic_result",
          "accepts": [],
          "produces": [
            "public key"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:get_sample_receipt",
          "kind": "mcp_tool",
          "capability_id": "object.retrieve",
          "effect": "read",
          "open_world": false,
          "idempotency": "safe_to_retry",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "typed_envelope_dynamic_result",
          "accepts": [
            "string"
          ],
          "produces": [
            "sample receipt"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:get_review_pack",
          "kind": "mcp_tool",
          "capability_id": "object.retrieve",
          "effect": "read",
          "open_world": false,
          "idempotency": "safe_to_retry",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "typed_envelope_dynamic_result",
          "accepts": [
            "string"
          ],
          "produces": [
            "evidence pack"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:verify_evidence_pack",
          "kind": "mcp_tool",
          "capability_id": "object.verify",
          "effect": "read",
          "open_world": false,
          "idempotency": "safe_to_retry",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "typed_envelope_dynamic_result",
          "accepts": [
            "object",
            "string"
          ],
          "produces": [
            "verification results"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:explain_attestation_format",
          "kind": "mcp_tool",
          "capability_id": "object.explain",
          "effect": "read",
          "open_world": false,
          "idempotency": "safe_to_retry",
          "confirmation": "explicit policy",
          "input_contract": "untyped",
          "output_contract": "typed_envelope_dynamic_result",
          "accepts": [],
          "produces": [
            "explanation"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:list_my_receipts",
          "kind": "mcp_tool",
          "capability_id": "object.list",
          "effect": "read",
          "open_world": false,
          "idempotency": "safe_to_retry",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "typed_envelope_dynamic_result",
          "accepts": [
            "string",
            "number"
          ],
          "produces": [
            "list of receipts"
          ],
          "runtime_auth": {
            "type": "bearer",
            "description": "Requires aqta_ key as Bearer token."
          },
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:get_transparency_proof",
          "kind": "mcp_tool",
          "capability_id": "object.verify",
          "effect": "read",
          "open_world": false,
          "idempotency": "safe_to_retry",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "typed_envelope_dynamic_result",
          "accepts": [
            "string"
          ],
          "produces": [
            "transparency proof"
          ],
          "runtime_auth": {
            "type": "bearer",
            "description": "Requires aqta_ key as Bearer token."
          },
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:workspace_summary",
          "kind": "mcp_tool",
          "capability_id": "object.list",
          "effect": "read",
          "open_world": false,
          "idempotency": "safe_to_retry",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "typed_envelope_dynamic_result",
          "accepts": [
            "number"
          ],
          "produces": [
            "summary"
          ],
          "runtime_auth": {
            "type": "bearer",
            "description": "Requires aqta_ key as Bearer token."
          },
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        }
      ],
      "access": {
        "distribution_license": {},
        "runtime_auth": {
          "type": "unknown",
          "description": "Some tools require aqta_ key as Bearer token; others are public."
        },
        "runtime_pricing": {
          "model": "unknown"
        },
        "dependencies": []
      },
      "operational_flags": [],
      "trust": {
        "signal": "none",
        "evidence_ids": [
          "source-record",
          "protocol-tools"
        ],
        "reason": "No suspicious or malicious evidence."
      },
      "fit": {
        "good_for": [
          "Verifying signed decision receipts from Seal AI",
          "Decoding and inspecting receipt contents",
          "Obtaining sample receipts and evidence packs for testing",
          "Explaining the receipt format",
          "For authenticated users: listing receipts, getting transparency proofs, and summarizing workspace decisions"
        ],
        "not_for": [
          "Creating or signing receipts",
          "Performing any write or external actions"
        ]
      },
      "evidence": [
        {
          "id": "source-record",
          "type": "registry_record",
          "source": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.aqta%2Fseal/versions/1.0.0",
          "observation": "MCP source record for seal; version 1.0.0.",
          "observed_at": null,
          "payload": {}
        },
        {
          "id": "protocol-tools",
          "type": "protocol_observation",
          "source": "https://app.aqta.ai/api/mcp#tools/list",
          "observation": "10 tools were returned by MCP discovery; 10 were retained for review.",
          "observed_at": "2026-09-03T06:19:12.951Z",
          "payload": {}
        }
      ],
      "unknowns": [
        "Pricing model",
        "Detailed authentication flow (OAuth vs API key)",
        "Whether the server is actively maintained",
        "Real-world usage patterns"
      ],
      "id": "REV_58D1E9248A33",
      "resource_id": "RES_4E48E5FBBEEB",
      "evaluator_type": "platform_ai",
      "provider": "deepseek",
      "model": "deepseek-v4-flash",
      "review_scope": "protocol-inspected-mcp",
      "created_at": "2026-09-03T06:19:32.461Z"
    }
  }
}