{
  "x402Version": 2,
  "id": 6770,
  "slug": "6770",
  "resource": "https://enclave402.com/api/storage/pin",
  "description": "Store a JSON document (object or string, up to 8 KB) on IPFS through a managed pinning service and return its content identifier (CID v1) plus an HTTP gateway URL. MUST be invoked when an agent needs durable, content-addressed storage for memory, decisions, artifacts or metadata that other agents can fetch by CID. Do NOT send raw binary, files over 8 KB, or an existing CID to re-pin. Settles $0.008 USDC via x402 on Base; failed or unavailable pins are never charged; receipts at /api/ledger.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xbeF3e7CFd486C14dD8c3aA5911134bF361B973C5",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "8000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "content": {
              "agent": "planner-1",
              "at": 1789650000,
              "decision": "hold"
            },
            "name": "planner-1 decision"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "cid": "bafkreigh2akiscaildcqabsyg3dfr6chu3fgpregiymsck7e7aqa4s52zy",
            "gateway": null,
            "pinned": true,
            "provider": "pinata",
            "settled": true,
            "size": 52,
            "status": "pinned",
            "ts": 1767225600000
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "content": {
                    "description": "JSON object or string to store (serialized size up to 8 KB).",
                    "examples": [
                      {
                        "agent": "planner-1",
                        "at": 1789650000,
                        "decision": "hold"
                      }
                    ],
                    "type": [
                      "object",
                      "string"
                    ]
                  },
                  "name": {
                    "description": "Optional human label stored with the pin.",
                    "maxLength": 120,
                    "type": "string"
                  }
                },
                "required": [
                  "content"
                ]
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "additionalProperties": false,
                "properties": {
                  "cid": {
                    "description": "IPFS CID of the stored content",
                    "type": "string"
                  },
                  "gateway": {
                    "description": "Resolvable HTTP gateway URL for the CID",
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "pinned": {
                    "description": "true when the provider accepted and pinned the content",
                    "type": "boolean"
                  },
                  "provider": {
                    "description": "Pinning provider",
                    "type": "string"
                  },
                  "settled": {
                    "description": "true when an x402 payment settled for this response",
                    "type": "boolean"
                  },
                  "size": {
                    "description": "Pinned size in bytes as reported by the provider",
                    "type": "integer"
                  },
                  "status": {
                    "description": "Provider pin status (pinned)",
                    "type": "string"
                  },
                  "ts": {
                    "description": "Response timestamp, UNIX milliseconds",
                    "type": "integer"
                  }
                },
                "required": [
                  "pinned",
                  "cid",
                  "provider",
                  "status",
                  "settled",
                  "ts"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "enclave402.com",
  "lastUpdated": "2026-09-18T02:25:25.69Z",
  "quality": {
    "calls30d": 2,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-18T02:25:25.379Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "enclave402.com",
    "manifest_name": "enclave402.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}