{
  "x402Version": 2,
  "name": "Agentic Income Utils",
  "description": "Pay-per-call agent utility APIs.",
  "openapi": "https://agentic.crowdpull.click/openapi.json",
  "resources": [
    {
      "resource": "https://agentic.crowdpull.click/api/inspect/x402",
      "type": "http",
      "x402Version": 2,
      "serviceName": "x402 Endpoint Inspector",
      "description": "Inspect a URL for x402 payment challenges, payable metadata, discovery links, OpenAPI, MCP, Agent Skills, and Bazaar-readiness signals.",
      "tags": [
        "x402",
        "agent-tools",
        "x402",
        "inspection",
        "agent-tools",
        "bazaar",
        "openapi"
      ],
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "10000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x95E548cC2000D8674B3A79F9EbeEc30f8fb7A906",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "url": "https://example.com/api/paid"
              }
            },
            "output": {
              "type": "json",
              "example": {
                "type": "object",
                "additionalProperties": true
              }
            }
          },
          "routeTemplate": "/api/inspect/x402",
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "POST"
                    ]
                  },
                  "bodyType": {
                    "type": "string",
                    "enum": [
                      "json"
                    ]
                  },
                  "body": {
                    "type": "object",
                    "required": [
                      "url"
                    ],
                    "properties": {
                      "url": {
                        "type": "string",
                        "format": "uri"
                      },
                      "method": {
                        "type": "string",
                        "enum": [
                          "GET",
                          "HEAD",
                          "POST"
                        ],
                        "default": "GET"
                      },
                      "headers": {
                        "type": "object",
                        "additionalProperties": {
                          "type": "string"
                        }
                      },
                      "body": {
                        "type": "object",
                        "additionalProperties": true
                      },
                      "timeoutMs": {
                        "type": "integer",
                        "minimum": 500,
                        "maximum": 8000,
                        "default": 5000
                      }
                    },
                    "additionalProperties": false
                  }
                },
                "required": [
                  "type",
                  "method",
                  "bodyType",
                  "body"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "example": {
                    "type": "object",
                    "additionalProperties": true
                  }
                },
                "required": [
                  "example"
                ],
                "additionalProperties": false
              }
            },
            "required": [
              "input",
              "output"
            ],
            "additionalProperties": false
          },
          "resource": {
            "url": "https://agentic.crowdpull.click/api/inspect/x402",
            "method": "POST",
            "description": "Inspect a URL for x402 payment challenges, payable metadata, discovery links, OpenAPI, MCP, Agent Skills, and Bazaar-readiness signals.",
            "mimeType": "application/json",
            "serviceName": "x402 Endpoint Inspector",
            "tags": [
              "x402",
              "inspection",
              "agent-tools",
              "bazaar",
              "openapi"
            ]
          }
        }
      },
      "metadata": {
        "price": {
          "mode": "fixed",
          "currency": "USD",
          "amount": "0.01"
        },
        "input": {
          "type": "object",
          "required": [
            "url"
          ],
          "properties": {
            "url": {
              "type": "string",
              "format": "uri"
            },
            "method": {
              "type": "string",
              "enum": [
                "GET",
                "HEAD",
                "POST"
              ],
              "default": "GET"
            },
            "headers": {
              "type": "object",
              "additionalProperties": {
                "type": "string"
              }
            },
            "body": {
              "type": "object",
              "additionalProperties": true
            },
            "timeoutMs": {
              "type": "integer",
              "minimum": 500,
              "maximum": 8000,
              "default": 5000
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "additionalProperties": true
        }
      },
      "configured": true
    },
    {
      "resource": "https://agentic.crowdpull.click/api/status/check",
      "type": "http",
      "x402Version": 2,
      "serviceName": "Official Service Status Check",
      "description": "Check one official status page or status API for GitHub, GitLab, deploy platforms, package registries, databases, auth, and AI APIs.",
      "tags": [
        "x402",
        "agent-tools",
        "status",
        "github",
        "gitlab",
        "deploy-readiness",
        "incident-response",
        "agent-tools"
      ],
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "1000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x95E548cC2000D8674B3A79F9EbeEc30f8fb7A906",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "service": "github",
                "includeComponents": true
              }
            },
            "output": {
              "type": "json",
              "example": {
                "type": "object",
                "additionalProperties": true
              }
            }
          },
          "routeTemplate": "/api/status/check",
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "POST"
                    ]
                  },
                  "bodyType": {
                    "type": "string",
                    "enum": [
                      "json"
                    ]
                  },
                  "body": {
                    "type": "object",
                    "required": [
                      "service"
                    ],
                    "properties": {
                      "service": {
                        "type": "string",
                        "description": "Service id from /api/status/catalog, for example github or gitlab."
                      },
                      "includeComponents": {
                        "type": "boolean",
                        "default": true
                      }
                    },
                    "additionalProperties": false
                  }
                },
                "required": [
                  "type",
                  "method",
                  "bodyType",
                  "body"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "example": {
                    "type": "object",
                    "additionalProperties": true
                  }
                },
                "required": [
                  "example"
                ],
                "additionalProperties": false
              }
            },
            "required": [
              "input",
              "output"
            ],
            "additionalProperties": false
          },
          "resource": {
            "url": "https://agentic.crowdpull.click/api/status/check",
            "method": "POST",
            "description": "Check one official status page or status API for GitHub, GitLab, deploy platforms, package registries, databases, auth, and AI APIs.",
            "mimeType": "application/json",
            "serviceName": "Official Service Status Check",
            "tags": [
              "status",
              "github",
              "gitlab",
              "deploy-readiness",
              "incident-response",
              "agent-tools"
            ]
          }
        }
      },
      "metadata": {
        "price": {
          "mode": "fixed",
          "currency": "USD",
          "amount": "0.001"
        },
        "input": {
          "type": "object",
          "required": [
            "service"
          ],
          "properties": {
            "service": {
              "type": "string",
              "description": "Service id from /api/status/catalog, for example github or gitlab."
            },
            "includeComponents": {
              "type": "boolean",
              "default": true
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "additionalProperties": true
        }
      },
      "configured": true
    },
    {
      "resource": "https://agentic.crowdpull.click/api/status/bundle",
      "type": "http",
      "x402Version": 2,
      "serviceName": "Vibe Deploy Readiness Bundle",
      "description": "Check a bundle of official status sources so an agent can decide whether to deploy, retry, or wait before blaming its own code.",
      "tags": [
        "x402",
        "agent-tools",
        "status",
        "deploy-readiness",
        "github",
        "gitlab",
        "vercel",
        "supabase",
        "openai"
      ],
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "5000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x95E548cC2000D8674B3A79F9EbeEc30f8fb7A906",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "bundle": "vibe-deploy-readiness",
                "includeComponents": false
              }
            },
            "output": {
              "type": "json",
              "example": {
                "type": "object",
                "additionalProperties": true
              }
            }
          },
          "routeTemplate": "/api/status/bundle",
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "POST"
                    ]
                  },
                  "bodyType": {
                    "type": "string",
                    "enum": [
                      "json"
                    ]
                  },
                  "body": {
                    "type": "object",
                    "properties": {
                      "bundle": {
                        "type": "string",
                        "enum": [
                          "vibe-deploy-readiness",
                          "ai-app-stack",
                          "source-and-ci",
                          "deploy-platforms",
                          "all"
                        ],
                        "default": "vibe-deploy-readiness"
                      },
                      "services": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        },
                        "minItems": 1,
                        "maxItems": 20,
                        "description": "Optional explicit service ids from /api/status/catalog."
                      },
                      "includeComponents": {
                        "type": "boolean",
                        "default": false
                      }
                    },
                    "additionalProperties": false
                  }
                },
                "required": [
                  "type",
                  "method",
                  "bodyType",
                  "body"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "example": {
                    "type": "object",
                    "additionalProperties": true
                  }
                },
                "required": [
                  "example"
                ],
                "additionalProperties": false
              }
            },
            "required": [
              "input",
              "output"
            ],
            "additionalProperties": false
          },
          "resource": {
            "url": "https://agentic.crowdpull.click/api/status/bundle",
            "method": "POST",
            "description": "Check a bundle of official status sources so an agent can decide whether to deploy, retry, or wait before blaming its own code.",
            "mimeType": "application/json",
            "serviceName": "Vibe Deploy Readiness Bundle",
            "tags": [
              "status",
              "deploy-readiness",
              "github",
              "gitlab",
              "vercel",
              "supabase",
              "openai"
            ]
          }
        }
      },
      "metadata": {
        "price": {
          "mode": "fixed",
          "currency": "USD",
          "amount": "0.005"
        },
        "input": {
          "type": "object",
          "properties": {
            "bundle": {
              "type": "string",
              "enum": [
                "vibe-deploy-readiness",
                "ai-app-stack",
                "source-and-ci",
                "deploy-platforms",
                "all"
              ],
              "default": "vibe-deploy-readiness"
            },
            "services": {
              "type": "array",
              "items": {
                "type": "string"
              },
              "minItems": 1,
              "maxItems": 20,
              "description": "Optional explicit service ids from /api/status/catalog."
            },
            "includeComponents": {
              "type": "boolean",
              "default": false
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "additionalProperties": true
        }
      },
      "configured": true
    },
    {
      "resource": "https://agentic.crowdpull.click/api/status/stack",
      "type": "http",
      "x402Version": 2,
      "serviceName": "Custom Stack Status Bundle",
      "description": "Check a caller-selected stack of official status sources at the stack-bundle price. Repeated stack layers are rejected before payment.",
      "tags": [
        "x402",
        "agent-tools",
        "status",
        "custom-stack",
        "deploy-readiness",
        "github",
        "vercel",
        "supabase",
        "openai"
      ],
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "5000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x95E548cC2000D8674B3A79F9EbeEc30f8fb7A906",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "services": [
                  "github",
                  "npm",
                  "vercel",
                  "supabase",
                  "openai"
                ],
                "includeComponents": false
              }
            },
            "output": {
              "type": "json",
              "example": {
                "type": "object",
                "additionalProperties": true
              }
            }
          },
          "routeTemplate": "/api/status/stack",
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "POST"
                    ]
                  },
                  "bodyType": {
                    "type": "string",
                    "enum": [
                      "json"
                    ]
                  },
                  "body": {
                    "type": "object",
                    "required": [
                      "services"
                    ],
                    "properties": {
                      "services": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        },
                        "minItems": 3,
                        "maxItems": 20,
                        "description": "Service ids from /api/status/catalog. Stack pricing requires at least three stack roles and no repeated capped layer, for example one data layer and one deploy host."
                      },
                      "includeComponents": {
                        "type": "boolean",
                        "default": false
                      }
                    },
                    "additionalProperties": false
                  }
                },
                "required": [
                  "type",
                  "method",
                  "bodyType",
                  "body"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "example": {
                    "type": "object",
                    "additionalProperties": true
                  }
                },
                "required": [
                  "example"
                ],
                "additionalProperties": false
              }
            },
            "required": [
              "input",
              "output"
            ],
            "additionalProperties": false
          },
          "resource": {
            "url": "https://agentic.crowdpull.click/api/status/stack",
            "method": "POST",
            "description": "Check a caller-selected stack of official status sources at the stack-bundle price. Repeated stack layers are rejected before payment.",
            "mimeType": "application/json",
            "serviceName": "Custom Stack Status Bundle",
            "tags": [
              "status",
              "custom-stack",
              "deploy-readiness",
              "github",
              "vercel",
              "supabase",
              "openai"
            ]
          }
        }
      },
      "metadata": {
        "price": {
          "mode": "fixed",
          "currency": "USD",
          "amount": "0.005"
        },
        "input": {
          "type": "object",
          "required": [
            "services"
          ],
          "properties": {
            "services": {
              "type": "array",
              "items": {
                "type": "string"
              },
              "minItems": 3,
              "maxItems": 20,
              "description": "Service ids from /api/status/catalog. Stack pricing requires at least three stack roles and no repeated capped layer, for example one data layer and one deploy host."
            },
            "includeComponents": {
              "type": "boolean",
              "default": false
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "additionalProperties": true
        }
      },
      "configured": true
    },
    {
      "resource": "https://agentic.crowdpull.click/api/status/github",
      "type": "http",
      "x402Version": 2,
      "serviceName": "GitHub Status Check",
      "description": "Check GitHub's official status source for current incidents, component health, and scheduled maintenance before an agent retries, deploys, or escalates.",
      "tags": [
        "x402",
        "agent-tools",
        "status",
        "github",
        "git",
        "ci",
        "packages",
        "incident-response"
      ],
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "1000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x95E548cC2000D8674B3A79F9EbeEc30f8fb7A906",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "includeComponents": true
              }
            },
            "output": {
              "type": "json",
              "example": {
                "type": "object",
                "additionalProperties": true
              }
            }
          },
          "routeTemplate": "/api/status/github",
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "POST"
                    ]
                  },
                  "bodyType": {
                    "type": "string",
                    "enum": [
                      "json"
                    ]
                  },
                  "body": {
                    "type": "object",
                    "properties": {
                      "includeComponents": {
                        "type": "boolean",
                        "default": true
                      }
                    },
                    "additionalProperties": false
                  }
                },
                "required": [
                  "type",
                  "method",
                  "bodyType",
                  "body"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "example": {
                    "type": "object",
                    "additionalProperties": true
                  }
                },
                "required": [
                  "example"
                ],
                "additionalProperties": false
              }
            },
            "required": [
              "input",
              "output"
            ],
            "additionalProperties": false
          },
          "resource": {
            "url": "https://agentic.crowdpull.click/api/status/github",
            "method": "POST",
            "description": "Check GitHub's official status source for current incidents, component health, and scheduled maintenance before an agent retries, deploys, or escalates.",
            "mimeType": "application/json",
            "serviceName": "GitHub Status Check",
            "tags": [
              "status",
              "github",
              "git",
              "ci",
              "packages",
              "incident-response"
            ]
          }
        }
      },
      "metadata": {
        "price": {
          "mode": "fixed",
          "currency": "USD",
          "amount": "0.001"
        },
        "input": {
          "type": "object",
          "properties": {
            "includeComponents": {
              "type": "boolean",
              "default": true
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "additionalProperties": true
        }
      },
      "configured": true
    },
    {
      "resource": "https://agentic.crowdpull.click/api/status/gitlab",
      "type": "http",
      "x402Version": 2,
      "serviceName": "GitLab Status Check",
      "description": "Check GitLab.com's official status source for current incidents, component health, and scheduled maintenance before an agent retries, deploys, or escalates.",
      "tags": [
        "x402",
        "agent-tools",
        "status",
        "gitlab",
        "git",
        "ci",
        "packages",
        "incident-response"
      ],
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "1000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x95E548cC2000D8674B3A79F9EbeEc30f8fb7A906",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "includeComponents": true
              }
            },
            "output": {
              "type": "json",
              "example": {
                "type": "object",
                "additionalProperties": true
              }
            }
          },
          "routeTemplate": "/api/status/gitlab",
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "POST"
                    ]
                  },
                  "bodyType": {
                    "type": "string",
                    "enum": [
                      "json"
                    ]
                  },
                  "body": {
                    "type": "object",
                    "properties": {
                      "includeComponents": {
                        "type": "boolean",
                        "default": true
                      }
                    },
                    "additionalProperties": false
                  }
                },
                "required": [
                  "type",
                  "method",
                  "bodyType",
                  "body"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "example": {
                    "type": "object",
                    "additionalProperties": true
                  }
                },
                "required": [
                  "example"
                ],
                "additionalProperties": false
              }
            },
            "required": [
              "input",
              "output"
            ],
            "additionalProperties": false
          },
          "resource": {
            "url": "https://agentic.crowdpull.click/api/status/gitlab",
            "method": "POST",
            "description": "Check GitLab.com's official status source for current incidents, component health, and scheduled maintenance before an agent retries, deploys, or escalates.",
            "mimeType": "application/json",
            "serviceName": "GitLab Status Check",
            "tags": [
              "status",
              "gitlab",
              "git",
              "ci",
              "packages",
              "incident-response"
            ]
          }
        }
      },
      "metadata": {
        "price": {
          "mode": "fixed",
          "currency": "USD",
          "amount": "0.001"
        },
        "input": {
          "type": "object",
          "properties": {
            "includeComponents": {
              "type": "boolean",
              "default": true
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "additionalProperties": true
        }
      },
      "configured": true
    },
    {
      "resource": "https://agentic.crowdpull.click/api/status/bitbucket",
      "type": "http",
      "x402Version": 2,
      "serviceName": "Bitbucket Status Check",
      "description": "Check Bitbucket's official status source for current incidents, component health, and scheduled maintenance before an agent retries, deploys, or escalates.",
      "tags": [
        "x402",
        "agent-tools",
        "status",
        "bitbucket",
        "git",
        "ci",
        "incident-response"
      ],
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "1000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x95E548cC2000D8674B3A79F9EbeEc30f8fb7A906",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "includeComponents": true
              }
            },
            "output": {
              "type": "json",
              "example": {
                "type": "object",
                "additionalProperties": true
              }
            }
          },
          "routeTemplate": "/api/status/bitbucket",
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "POST"
                    ]
                  },
                  "bodyType": {
                    "type": "string",
                    "enum": [
                      "json"
                    ]
                  },
                  "body": {
                    "type": "object",
                    "properties": {
                      "includeComponents": {
                        "type": "boolean",
                        "default": true
                      }
                    },
                    "additionalProperties": false
                  }
                },
                "required": [
                  "type",
                  "method",
                  "bodyType",
                  "body"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "example": {
                    "type": "object",
                    "additionalProperties": true
                  }
                },
                "required": [
                  "example"
                ],
                "additionalProperties": false
              }
            },
            "required": [
              "input",
              "output"
            ],
            "additionalProperties": false
          },
          "resource": {
            "url": "https://agentic.crowdpull.click/api/status/bitbucket",
            "method": "POST",
            "description": "Check Bitbucket's official status source for current incidents, component health, and scheduled maintenance before an agent retries, deploys, or escalates.",
            "mimeType": "application/json",
            "serviceName": "Bitbucket Status Check",
            "tags": [
              "status",
              "bitbucket",
              "git",
              "ci",
              "incident-response"
            ]
          }
        }
      },
      "metadata": {
        "price": {
          "mode": "fixed",
          "currency": "USD",
          "amount": "0.001"
        },
        "input": {
          "type": "object",
          "properties": {
            "includeComponents": {
              "type": "boolean",
              "default": true
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "additionalProperties": true
        }
      },
      "configured": true
    },
    {
      "resource": "https://agentic.crowdpull.click/api/status/npm",
      "type": "http",
      "x402Version": 2,
      "serviceName": "npm Status Check",
      "description": "Check npm's official status source for current incidents, component health, and scheduled maintenance before an agent retries, deploys, or escalates.",
      "tags": [
        "x402",
        "agent-tools",
        "status",
        "npm",
        "node",
        "packages",
        "registry",
        "incident-response"
      ],
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "1000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x95E548cC2000D8674B3A79F9EbeEc30f8fb7A906",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "includeComponents": true
              }
            },
            "output": {
              "type": "json",
              "example": {
                "type": "object",
                "additionalProperties": true
              }
            }
          },
          "routeTemplate": "/api/status/npm",
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "POST"
                    ]
                  },
                  "bodyType": {
                    "type": "string",
                    "enum": [
                      "json"
                    ]
                  },
                  "body": {
                    "type": "object",
                    "properties": {
                      "includeComponents": {
                        "type": "boolean",
                        "default": true
                      }
                    },
                    "additionalProperties": false
                  }
                },
                "required": [
                  "type",
                  "method",
                  "bodyType",
                  "body"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "example": {
                    "type": "object",
                    "additionalProperties": true
                  }
                },
                "required": [
                  "example"
                ],
                "additionalProperties": false
              }
            },
            "required": [
              "input",
              "output"
            ],
            "additionalProperties": false
          },
          "resource": {
            "url": "https://agentic.crowdpull.click/api/status/npm",
            "method": "POST",
            "description": "Check npm's official status source for current incidents, component health, and scheduled maintenance before an agent retries, deploys, or escalates.",
            "mimeType": "application/json",
            "serviceName": "npm Status Check",
            "tags": [
              "status",
              "npm",
              "node",
              "packages",
              "registry",
              "incident-response"
            ]
          }
        }
      },
      "metadata": {
        "price": {
          "mode": "fixed",
          "currency": "USD",
          "amount": "0.001"
        },
        "input": {
          "type": "object",
          "properties": {
            "includeComponents": {
              "type": "boolean",
              "default": true
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "additionalProperties": true
        }
      },
      "configured": true
    },
    {
      "resource": "https://agentic.crowdpull.click/api/status/vercel",
      "type": "http",
      "x402Version": 2,
      "serviceName": "Vercel Status Check",
      "description": "Check Vercel's official status source for current incidents, component health, and scheduled maintenance before an agent retries, deploys, or escalates.",
      "tags": [
        "x402",
        "agent-tools",
        "status",
        "vercel",
        "deploy",
        "hosting",
        "nextjs",
        "incident-response"
      ],
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "1000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x95E548cC2000D8674B3A79F9EbeEc30f8fb7A906",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "includeComponents": true
              }
            },
            "output": {
              "type": "json",
              "example": {
                "type": "object",
                "additionalProperties": true
              }
            }
          },
          "routeTemplate": "/api/status/vercel",
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "POST"
                    ]
                  },
                  "bodyType": {
                    "type": "string",
                    "enum": [
                      "json"
                    ]
                  },
                  "body": {
                    "type": "object",
                    "properties": {
                      "includeComponents": {
                        "type": "boolean",
                        "default": true
                      }
                    },
                    "additionalProperties": false
                  }
                },
                "required": [
                  "type",
                  "method",
                  "bodyType",
                  "body"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "example": {
                    "type": "object",
                    "additionalProperties": true
                  }
                },
                "required": [
                  "example"
                ],
                "additionalProperties": false
              }
            },
            "required": [
              "input",
              "output"
            ],
            "additionalProperties": false
          },
          "resource": {
            "url": "https://agentic.crowdpull.click/api/status/vercel",
            "method": "POST",
            "description": "Check Vercel's official status source for current incidents, component health, and scheduled maintenance before an agent retries, deploys, or escalates.",
            "mimeType": "application/json",
            "serviceName": "Vercel Status Check",
            "tags": [
              "status",
              "vercel",
              "deploy",
              "hosting",
              "nextjs",
              "incident-response"
            ]
          }
        }
      },
      "metadata": {
        "price": {
          "mode": "fixed",
          "currency": "USD",
          "amount": "0.001"
        },
        "input": {
          "type": "object",
          "properties": {
            "includeComponents": {
              "type": "boolean",
              "default": true
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "additionalProperties": true
        }
      },
      "configured": true
    },
    {
      "resource": "https://agentic.crowdpull.click/api/status/netlify",
      "type": "http",
      "x402Version": 2,
      "serviceName": "Netlify Status Check",
      "description": "Check Netlify's official status source for current incidents, component health, and scheduled maintenance before an agent retries, deploys, or escalates.",
      "tags": [
        "x402",
        "agent-tools",
        "status",
        "netlify",
        "deploy",
        "hosting",
        "functions",
        "incident-response"
      ],
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "1000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x95E548cC2000D8674B3A79F9EbeEc30f8fb7A906",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "includeComponents": true
              }
            },
            "output": {
              "type": "json",
              "example": {
                "type": "object",
                "additionalProperties": true
              }
            }
          },
          "routeTemplate": "/api/status/netlify",
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "POST"
                    ]
                  },
                  "bodyType": {
                    "type": "string",
                    "enum": [
                      "json"
                    ]
                  },
                  "body": {
                    "type": "object",
                    "properties": {
                      "includeComponents": {
                        "type": "boolean",
                        "default": true
                      }
                    },
                    "additionalProperties": false
                  }
                },
                "required": [
                  "type",
                  "method",
                  "bodyType",
                  "body"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "example": {
                    "type": "object",
                    "additionalProperties": true
                  }
                },
                "required": [
                  "example"
                ],
                "additionalProperties": false
              }
            },
            "required": [
              "input",
              "output"
            ],
            "additionalProperties": false
          },
          "resource": {
            "url": "https://agentic.crowdpull.click/api/status/netlify",
            "method": "POST",
            "description": "Check Netlify's official status source for current incidents, component health, and scheduled maintenance before an agent retries, deploys, or escalates.",
            "mimeType": "application/json",
            "serviceName": "Netlify Status Check",
            "tags": [
              "status",
              "netlify",
              "deploy",
              "hosting",
              "functions",
              "incident-response"
            ]
          }
        }
      },
      "metadata": {
        "price": {
          "mode": "fixed",
          "currency": "USD",
          "amount": "0.001"
        },
        "input": {
          "type": "object",
          "properties": {
            "includeComponents": {
              "type": "boolean",
              "default": true
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "additionalProperties": true
        }
      },
      "configured": true
    },
    {
      "resource": "https://agentic.crowdpull.click/api/status/render",
      "type": "http",
      "x402Version": 2,
      "serviceName": "Render Status Check",
      "description": "Check Render's official status source for current incidents, component health, and scheduled maintenance before an agent retries, deploys, or escalates.",
      "tags": [
        "x402",
        "agent-tools",
        "status",
        "render",
        "deploy",
        "hosting",
        "postgres",
        "incident-response"
      ],
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "1000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x95E548cC2000D8674B3A79F9EbeEc30f8fb7A906",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "includeComponents": true
              }
            },
            "output": {
              "type": "json",
              "example": {
                "type": "object",
                "additionalProperties": true
              }
            }
          },
          "routeTemplate": "/api/status/render",
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "POST"
                    ]
                  },
                  "bodyType": {
                    "type": "string",
                    "enum": [
                      "json"
                    ]
                  },
                  "body": {
                    "type": "object",
                    "properties": {
                      "includeComponents": {
                        "type": "boolean",
                        "default": true
                      }
                    },
                    "additionalProperties": false
                  }
                },
                "required": [
                  "type",
                  "method",
                  "bodyType",
                  "body"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "example": {
                    "type": "object",
                    "additionalProperties": true
                  }
                },
                "required": [
                  "example"
                ],
                "additionalProperties": false
              }
            },
            "required": [
              "input",
              "output"
            ],
            "additionalProperties": false
          },
          "resource": {
            "url": "https://agentic.crowdpull.click/api/status/render",
            "method": "POST",
            "description": "Check Render's official status source for current incidents, component health, and scheduled maintenance before an agent retries, deploys, or escalates.",
            "mimeType": "application/json",
            "serviceName": "Render Status Check",
            "tags": [
              "status",
              "render",
              "deploy",
              "hosting",
              "postgres",
              "incident-response"
            ]
          }
        }
      },
      "metadata": {
        "price": {
          "mode": "fixed",
          "currency": "USD",
          "amount": "0.001"
        },
        "input": {
          "type": "object",
          "properties": {
            "includeComponents": {
              "type": "boolean",
              "default": true
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "additionalProperties": true
        }
      },
      "configured": true
    },
    {
      "resource": "https://agentic.crowdpull.click/api/status/fly",
      "type": "http",
      "x402Version": 2,
      "serviceName": "Fly.io Status Check",
      "description": "Check Fly.io's official status source for current incidents, component health, and scheduled maintenance before an agent retries, deploys, or escalates.",
      "tags": [
        "x402",
        "agent-tools",
        "status",
        "fly",
        "flyio",
        "deploy",
        "hosting",
        "edge",
        "incident-response"
      ],
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "1000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x95E548cC2000D8674B3A79F9EbeEc30f8fb7A906",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "includeComponents": true
              }
            },
            "output": {
              "type": "json",
              "example": {
                "type": "object",
                "additionalProperties": true
              }
            }
          },
          "routeTemplate": "/api/status/fly",
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "POST"
                    ]
                  },
                  "bodyType": {
                    "type": "string",
                    "enum": [
                      "json"
                    ]
                  },
                  "body": {
                    "type": "object",
                    "properties": {
                      "includeComponents": {
                        "type": "boolean",
                        "default": true
                      }
                    },
                    "additionalProperties": false
                  }
                },
                "required": [
                  "type",
                  "method",
                  "bodyType",
                  "body"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "example": {
                    "type": "object",
                    "additionalProperties": true
                  }
                },
                "required": [
                  "example"
                ],
                "additionalProperties": false
              }
            },
            "required": [
              "input",
              "output"
            ],
            "additionalProperties": false
          },
          "resource": {
            "url": "https://agentic.crowdpull.click/api/status/fly",
            "method": "POST",
            "description": "Check Fly.io's official status source for current incidents, component health, and scheduled maintenance before an agent retries, deploys, or escalates.",
            "mimeType": "application/json",
            "serviceName": "Fly.io Status Check",
            "tags": [
              "status",
              "fly",
              "flyio",
              "deploy",
              "hosting",
              "edge",
              "incident-response"
            ]
          }
        }
      },
      "metadata": {
        "price": {
          "mode": "fixed",
          "currency": "USD",
          "amount": "0.001"
        },
        "input": {
          "type": "object",
          "properties": {
            "includeComponents": {
              "type": "boolean",
              "default": true
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "additionalProperties": true
        }
      },
      "configured": true
    },
    {
      "resource": "https://agentic.crowdpull.click/api/status/cloudflare",
      "type": "http",
      "x402Version": 2,
      "serviceName": "Cloudflare Status Check",
      "description": "Check Cloudflare's official status source for current incidents, component health, and scheduled maintenance before an agent retries, deploys, or escalates.",
      "tags": [
        "x402",
        "agent-tools",
        "status",
        "cloudflare",
        "dns",
        "cdn",
        "workers",
        "edge",
        "incident-response"
      ],
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "1000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x95E548cC2000D8674B3A79F9EbeEc30f8fb7A906",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "includeComponents": true
              }
            },
            "output": {
              "type": "json",
              "example": {
                "type": "object",
                "additionalProperties": true
              }
            }
          },
          "routeTemplate": "/api/status/cloudflare",
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "POST"
                    ]
                  },
                  "bodyType": {
                    "type": "string",
                    "enum": [
                      "json"
                    ]
                  },
                  "body": {
                    "type": "object",
                    "properties": {
                      "includeComponents": {
                        "type": "boolean",
                        "default": true
                      }
                    },
                    "additionalProperties": false
                  }
                },
                "required": [
                  "type",
                  "method",
                  "bodyType",
                  "body"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "example": {
                    "type": "object",
                    "additionalProperties": true
                  }
                },
                "required": [
                  "example"
                ],
                "additionalProperties": false
              }
            },
            "required": [
              "input",
              "output"
            ],
            "additionalProperties": false
          },
          "resource": {
            "url": "https://agentic.crowdpull.click/api/status/cloudflare",
            "method": "POST",
            "description": "Check Cloudflare's official status source for current incidents, component health, and scheduled maintenance before an agent retries, deploys, or escalates.",
            "mimeType": "application/json",
            "serviceName": "Cloudflare Status Check",
            "tags": [
              "status",
              "cloudflare",
              "dns",
              "cdn",
              "workers",
              "edge",
              "incident-response"
            ]
          }
        }
      },
      "metadata": {
        "price": {
          "mode": "fixed",
          "currency": "USD",
          "amount": "0.001"
        },
        "input": {
          "type": "object",
          "properties": {
            "includeComponents": {
              "type": "boolean",
              "default": true
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "additionalProperties": true
        }
      },
      "configured": true
    },
    {
      "resource": "https://agentic.crowdpull.click/api/status/supabase",
      "type": "http",
      "x402Version": 2,
      "serviceName": "Supabase Status Check",
      "description": "Check Supabase's official status source for current incidents, component health, and scheduled maintenance before an agent retries, deploys, or escalates.",
      "tags": [
        "x402",
        "agent-tools",
        "status",
        "supabase",
        "postgres",
        "auth",
        "storage",
        "incident-response"
      ],
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "1000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x95E548cC2000D8674B3A79F9EbeEc30f8fb7A906",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "includeComponents": true
              }
            },
            "output": {
              "type": "json",
              "example": {
                "type": "object",
                "additionalProperties": true
              }
            }
          },
          "routeTemplate": "/api/status/supabase",
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "POST"
                    ]
                  },
                  "bodyType": {
                    "type": "string",
                    "enum": [
                      "json"
                    ]
                  },
                  "body": {
                    "type": "object",
                    "properties": {
                      "includeComponents": {
                        "type": "boolean",
                        "default": true
                      }
                    },
                    "additionalProperties": false
                  }
                },
                "required": [
                  "type",
                  "method",
                  "bodyType",
                  "body"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "example": {
                    "type": "object",
                    "additionalProperties": true
                  }
                },
                "required": [
                  "example"
                ],
                "additionalProperties": false
              }
            },
            "required": [
              "input",
              "output"
            ],
            "additionalProperties": false
          },
          "resource": {
            "url": "https://agentic.crowdpull.click/api/status/supabase",
            "method": "POST",
            "description": "Check Supabase's official status source for current incidents, component health, and scheduled maintenance before an agent retries, deploys, or escalates.",
            "mimeType": "application/json",
            "serviceName": "Supabase Status Check",
            "tags": [
              "status",
              "supabase",
              "postgres",
              "auth",
              "storage",
              "incident-response"
            ]
          }
        }
      },
      "metadata": {
        "price": {
          "mode": "fixed",
          "currency": "USD",
          "amount": "0.001"
        },
        "input": {
          "type": "object",
          "properties": {
            "includeComponents": {
              "type": "boolean",
              "default": true
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "additionalProperties": true
        }
      },
      "configured": true
    },
    {
      "resource": "https://agentic.crowdpull.click/api/status/convex",
      "type": "http",
      "x402Version": 2,
      "serviceName": "Convex Status Check",
      "description": "Check Convex's official status source for current incidents, component health, and scheduled maintenance before an agent retries, deploys, or escalates.",
      "tags": [
        "x402",
        "agent-tools",
        "status",
        "convex",
        "backend",
        "database",
        "realtime",
        "incident-response"
      ],
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "1000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x95E548cC2000D8674B3A79F9EbeEc30f8fb7A906",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "includeComponents": true
              }
            },
            "output": {
              "type": "json",
              "example": {
                "type": "object",
                "additionalProperties": true
              }
            }
          },
          "routeTemplate": "/api/status/convex",
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "POST"
                    ]
                  },
                  "bodyType": {
                    "type": "string",
                    "enum": [
                      "json"
                    ]
                  },
                  "body": {
                    "type": "object",
                    "properties": {
                      "includeComponents": {
                        "type": "boolean",
                        "default": true
                      }
                    },
                    "additionalProperties": false
                  }
                },
                "required": [
                  "type",
                  "method",
                  "bodyType",
                  "body"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "example": {
                    "type": "object",
                    "additionalProperties": true
                  }
                },
                "required": [
                  "example"
                ],
                "additionalProperties": false
              }
            },
            "required": [
              "input",
              "output"
            ],
            "additionalProperties": false
          },
          "resource": {
            "url": "https://agentic.crowdpull.click/api/status/convex",
            "method": "POST",
            "description": "Check Convex's official status source for current incidents, component health, and scheduled maintenance before an agent retries, deploys, or escalates.",
            "mimeType": "application/json",
            "serviceName": "Convex Status Check",
            "tags": [
              "status",
              "convex",
              "backend",
              "database",
              "realtime",
              "incident-response"
            ]
          }
        }
      },
      "metadata": {
        "price": {
          "mode": "fixed",
          "currency": "USD",
          "amount": "0.001"
        },
        "input": {
          "type": "object",
          "properties": {
            "includeComponents": {
              "type": "boolean",
              "default": true
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "additionalProperties": true
        }
      },
      "configured": true
    },
    {
      "resource": "https://agentic.crowdpull.click/api/status/clerk",
      "type": "http",
      "x402Version": 2,
      "serviceName": "Clerk Status Check",
      "description": "Check Clerk's official status source for current incidents, component health, and scheduled maintenance before an agent retries, deploys, or escalates.",
      "tags": [
        "x402",
        "agent-tools",
        "status",
        "clerk",
        "auth",
        "identity",
        "sessions",
        "incident-response"
      ],
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "1000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x95E548cC2000D8674B3A79F9EbeEc30f8fb7A906",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "includeComponents": true
              }
            },
            "output": {
              "type": "json",
              "example": {
                "type": "object",
                "additionalProperties": true
              }
            }
          },
          "routeTemplate": "/api/status/clerk",
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "POST"
                    ]
                  },
                  "bodyType": {
                    "type": "string",
                    "enum": [
                      "json"
                    ]
                  },
                  "body": {
                    "type": "object",
                    "properties": {
                      "includeComponents": {
                        "type": "boolean",
                        "default": true
                      }
                    },
                    "additionalProperties": false
                  }
                },
                "required": [
                  "type",
                  "method",
                  "bodyType",
                  "body"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "example": {
                    "type": "object",
                    "additionalProperties": true
                  }
                },
                "required": [
                  "example"
                ],
                "additionalProperties": false
              }
            },
            "required": [
              "input",
              "output"
            ],
            "additionalProperties": false
          },
          "resource": {
            "url": "https://agentic.crowdpull.click/api/status/clerk",
            "method": "POST",
            "description": "Check Clerk's official status source for current incidents, component health, and scheduled maintenance before an agent retries, deploys, or escalates.",
            "mimeType": "application/json",
            "serviceName": "Clerk Status Check",
            "tags": [
              "status",
              "clerk",
              "auth",
              "identity",
              "sessions",
              "incident-response"
            ]
          }
        }
      },
      "metadata": {
        "price": {
          "mode": "fixed",
          "currency": "USD",
          "amount": "0.001"
        },
        "input": {
          "type": "object",
          "properties": {
            "includeComponents": {
              "type": "boolean",
              "default": true
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "additionalProperties": true
        }
      },
      "configured": true
    },
    {
      "resource": "https://agentic.crowdpull.click/api/status/openai",
      "type": "http",
      "x402Version": 2,
      "serviceName": "OpenAI Status Check",
      "description": "Check OpenAI's official status source for current incidents, component health, and scheduled maintenance before an agent retries, deploys, or escalates.",
      "tags": [
        "x402",
        "agent-tools",
        "status",
        "openai",
        "ai",
        "llm",
        "api",
        "incident-response"
      ],
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "1000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x95E548cC2000D8674B3A79F9EbeEc30f8fb7A906",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "includeComponents": true
              }
            },
            "output": {
              "type": "json",
              "example": {
                "type": "object",
                "additionalProperties": true
              }
            }
          },
          "routeTemplate": "/api/status/openai",
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "POST"
                    ]
                  },
                  "bodyType": {
                    "type": "string",
                    "enum": [
                      "json"
                    ]
                  },
                  "body": {
                    "type": "object",
                    "properties": {
                      "includeComponents": {
                        "type": "boolean",
                        "default": true
                      }
                    },
                    "additionalProperties": false
                  }
                },
                "required": [
                  "type",
                  "method",
                  "bodyType",
                  "body"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "example": {
                    "type": "object",
                    "additionalProperties": true
                  }
                },
                "required": [
                  "example"
                ],
                "additionalProperties": false
              }
            },
            "required": [
              "input",
              "output"
            ],
            "additionalProperties": false
          },
          "resource": {
            "url": "https://agentic.crowdpull.click/api/status/openai",
            "method": "POST",
            "description": "Check OpenAI's official status source for current incidents, component health, and scheduled maintenance before an agent retries, deploys, or escalates.",
            "mimeType": "application/json",
            "serviceName": "OpenAI Status Check",
            "tags": [
              "status",
              "openai",
              "ai",
              "llm",
              "api",
              "incident-response"
            ]
          }
        }
      },
      "metadata": {
        "price": {
          "mode": "fixed",
          "currency": "USD",
          "amount": "0.001"
        },
        "input": {
          "type": "object",
          "properties": {
            "includeComponents": {
              "type": "boolean",
              "default": true
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "additionalProperties": true
        }
      },
      "configured": true
    },
    {
      "resource": "https://agentic.crowdpull.click/api/status/anthropic",
      "type": "http",
      "x402Version": 2,
      "serviceName": "Anthropic Claude Status Check",
      "description": "Check Anthropic Claude's official status source for current incidents, component health, and scheduled maintenance before an agent retries, deploys, or escalates.",
      "tags": [
        "x402",
        "agent-tools",
        "status",
        "anthropic",
        "claude",
        "ai",
        "llm",
        "api",
        "incident-response"
      ],
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "1000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x95E548cC2000D8674B3A79F9EbeEc30f8fb7A906",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "includeComponents": true
              }
            },
            "output": {
              "type": "json",
              "example": {
                "type": "object",
                "additionalProperties": true
              }
            }
          },
          "routeTemplate": "/api/status/anthropic",
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "POST"
                    ]
                  },
                  "bodyType": {
                    "type": "string",
                    "enum": [
                      "json"
                    ]
                  },
                  "body": {
                    "type": "object",
                    "properties": {
                      "includeComponents": {
                        "type": "boolean",
                        "default": true
                      }
                    },
                    "additionalProperties": false
                  }
                },
                "required": [
                  "type",
                  "method",
                  "bodyType",
                  "body"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "example": {
                    "type": "object",
                    "additionalProperties": true
                  }
                },
                "required": [
                  "example"
                ],
                "additionalProperties": false
              }
            },
            "required": [
              "input",
              "output"
            ],
            "additionalProperties": false
          },
          "resource": {
            "url": "https://agentic.crowdpull.click/api/status/anthropic",
            "method": "POST",
            "description": "Check Anthropic Claude's official status source for current incidents, component health, and scheduled maintenance before an agent retries, deploys, or escalates.",
            "mimeType": "application/json",
            "serviceName": "Anthropic Claude Status Check",
            "tags": [
              "status",
              "anthropic",
              "claude",
              "ai",
              "llm",
              "api",
              "incident-response"
            ]
          }
        }
      },
      "metadata": {
        "price": {
          "mode": "fixed",
          "currency": "USD",
          "amount": "0.001"
        },
        "input": {
          "type": "object",
          "properties": {
            "includeComponents": {
              "type": "boolean",
              "default": true
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "additionalProperties": true
        }
      },
      "configured": true
    },
    {
      "resource": "https://agentic.crowdpull.click/api/check/domain",
      "type": "http",
      "x402Version": 2,
      "serviceName": "DNS SSL Email Launch Check",
      "description": "Check a domain's launch basics: DNS resolution, HTTPS reachability, MX, SPF, DMARC, CAA, and optional DKIM selectors.",
      "tags": [
        "x402",
        "agent-tools",
        "dns",
        "ssl",
        "email",
        "deliverability",
        "launch-check"
      ],
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "20000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x95E548cC2000D8674B3A79F9EbeEc30f8fb7A906",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "domain": "example.com",
                "dkimSelectors": [
                  "google",
                  "selector1"
                ]
              }
            },
            "output": {
              "type": "json",
              "example": {
                "type": "object",
                "additionalProperties": true
              }
            }
          },
          "routeTemplate": "/api/check/domain",
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "POST"
                    ]
                  },
                  "bodyType": {
                    "type": "string",
                    "enum": [
                      "json"
                    ]
                  },
                  "body": {
                    "type": "object",
                    "required": [
                      "domain"
                    ],
                    "properties": {
                      "domain": {
                        "type": "string",
                        "minLength": 1
                      },
                      "dkimSelectors": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        },
                        "maxItems": 10
                      }
                    },
                    "additionalProperties": false
                  }
                },
                "required": [
                  "type",
                  "method",
                  "bodyType",
                  "body"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "example": {
                    "type": "object",
                    "additionalProperties": true
                  }
                },
                "required": [
                  "example"
                ],
                "additionalProperties": false
              }
            },
            "required": [
              "input",
              "output"
            ],
            "additionalProperties": false
          },
          "resource": {
            "url": "https://agentic.crowdpull.click/api/check/domain",
            "method": "POST",
            "description": "Check a domain's launch basics: DNS resolution, HTTPS reachability, MX, SPF, DMARC, CAA, and optional DKIM selectors.",
            "mimeType": "application/json",
            "serviceName": "DNS SSL Email Launch Check",
            "tags": [
              "dns",
              "ssl",
              "email",
              "deliverability",
              "launch-check"
            ]
          }
        }
      },
      "metadata": {
        "price": {
          "mode": "fixed",
          "currency": "USD",
          "amount": "0.02"
        },
        "input": {
          "type": "object",
          "required": [
            "domain"
          ],
          "properties": {
            "domain": {
              "type": "string",
              "minLength": 1
            },
            "dkimSelectors": {
              "type": "array",
              "items": {
                "type": "string"
              },
              "maxItems": 10
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "additionalProperties": true
        }
      },
      "configured": true
    },
    {
      "resource": "https://agentic.crowdpull.click/api/artifacts",
      "type": "http",
      "x402Version": 2,
      "serviceName": "Temporary Hosted Artifact",
      "description": "Create a short-lived signed hosted artifact for agents: text, JSON, SVG badge, or redirect URL. No database required for small artifacts.",
      "tags": [
        "x402",
        "agent-tools",
        "artifact-hosting",
        "webhook-bin",
        "signed-url",
        "agent-tools"
      ],
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "10000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x95E548cC2000D8674B3A79F9EbeEc30f8fb7A906",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "kind": "json",
                "content": {
                  "ok": true,
                  "message": "hello agent"
                },
                "ttlSeconds": 3600
              }
            },
            "output": {
              "type": "json",
              "example": {
                "type": "object",
                "required": [
                  "artifactUrl",
                  "expiresAt"
                ],
                "properties": {
                  "artifactUrl": {
                    "type": "string",
                    "format": "uri"
                  },
                  "expiresAt": {
                    "type": "string",
                    "format": "date-time"
                  }
                }
              }
            }
          },
          "routeTemplate": "/api/artifacts",
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "POST"
                    ]
                  },
                  "bodyType": {
                    "type": "string",
                    "enum": [
                      "json"
                    ]
                  },
                  "body": {
                    "type": "object",
                    "required": [
                      "kind",
                      "content"
                    ],
                    "properties": {
                      "kind": {
                        "type": "string",
                        "enum": [
                          "text",
                          "json",
                          "svg",
                          "redirect"
                        ]
                      },
                      "content": {},
                      "contentType": {
                        "type": "string"
                      },
                      "ttlSeconds": {
                        "type": "integer",
                        "minimum": 60,
                        "maximum": 604800,
                        "default": 86400
                      },
                      "filename": {
                        "type": "string",
                        "maxLength": 120
                      }
                    },
                    "additionalProperties": false
                  }
                },
                "required": [
                  "type",
                  "method",
                  "bodyType",
                  "body"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "example": {
                    "type": "object",
                    "required": [
                      "artifactUrl",
                      "expiresAt"
                    ],
                    "properties": {
                      "artifactUrl": {
                        "type": "string",
                        "format": "uri"
                      },
                      "expiresAt": {
                        "type": "string",
                        "format": "date-time"
                      }
                    }
                  }
                },
                "required": [
                  "example"
                ],
                "additionalProperties": false
              }
            },
            "required": [
              "input",
              "output"
            ],
            "additionalProperties": false
          },
          "resource": {
            "url": "https://agentic.crowdpull.click/api/artifacts",
            "method": "POST",
            "description": "Create a short-lived signed hosted artifact for agents: text, JSON, SVG badge, or redirect URL. No database required for small artifacts.",
            "mimeType": "application/json",
            "serviceName": "Temporary Hosted Artifact",
            "tags": [
              "artifact-hosting",
              "webhook-bin",
              "signed-url",
              "agent-tools"
            ]
          }
        }
      },
      "metadata": {
        "price": {
          "mode": "fixed",
          "currency": "USD",
          "amount": "0.01"
        },
        "input": {
          "type": "object",
          "required": [
            "kind",
            "content"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "enum": [
                "text",
                "json",
                "svg",
                "redirect"
              ]
            },
            "content": {},
            "contentType": {
              "type": "string"
            },
            "ttlSeconds": {
              "type": "integer",
              "minimum": 60,
              "maximum": 604800,
              "default": 86400
            },
            "filename": {
              "type": "string",
              "maxLength": 120
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "required": [
            "artifactUrl",
            "expiresAt"
          ],
          "properties": {
            "artifactUrl": {
              "type": "string",
              "format": "uri"
            },
            "expiresAt": {
              "type": "string",
              "format": "date-time"
            }
          }
        }
      },
      "configured": true
    },
    {
      "resource": "https://agentic.crowdpull.click/api/audit/agent-launch",
      "type": "http",
      "x402Version": 2,
      "serviceName": "Agent Launch Audit",
      "description": "Audit whether a site or API is ready for AI agents: discoverability, markdown access, OpenAPI, MCP, Agent Skills, x402 commerce, and concrete fix instructions.",
      "tags": [
        "x402",
        "agent-tools",
        "agent-readiness",
        "launch-audit",
        "mcp",
        "agent-skills",
        "x402",
        "seo"
      ],
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "30000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x95E548cC2000D8674B3A79F9EbeEc30f8fb7A906",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "url": "https://example.com",
                "siteType": "all",
                "includeEvidence": true
              }
            },
            "output": {
              "type": "json",
              "example": {
                "type": "object",
                "additionalProperties": true
              }
            }
          },
          "routeTemplate": "/api/audit/agent-launch",
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "POST"
                    ]
                  },
                  "bodyType": {
                    "type": "string",
                    "enum": [
                      "json"
                    ]
                  },
                  "body": {
                    "type": "object",
                    "required": [
                      "url"
                    ],
                    "properties": {
                      "url": {
                        "type": "string",
                        "format": "uri"
                      },
                      "siteType": {
                        "type": "string",
                        "enum": [
                          "all",
                          "content",
                          "api"
                        ],
                        "default": "all"
                      },
                      "includeEvidence": {
                        "type": "boolean",
                        "default": true
                      }
                    },
                    "additionalProperties": false
                  }
                },
                "required": [
                  "type",
                  "method",
                  "bodyType",
                  "body"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "example": {
                    "type": "object",
                    "additionalProperties": true
                  }
                },
                "required": [
                  "example"
                ],
                "additionalProperties": false
              }
            },
            "required": [
              "input",
              "output"
            ],
            "additionalProperties": false
          },
          "resource": {
            "url": "https://agentic.crowdpull.click/api/audit/agent-launch",
            "method": "POST",
            "description": "Audit whether a site or API is ready for AI agents: discoverability, markdown access, OpenAPI, MCP, Agent Skills, x402 commerce, and concrete fix instructions.",
            "mimeType": "application/json",
            "serviceName": "Agent Launch Audit",
            "tags": [
              "agent-readiness",
              "launch-audit",
              "mcp",
              "agent-skills",
              "x402",
              "seo"
            ]
          }
        }
      },
      "metadata": {
        "price": {
          "mode": "fixed",
          "currency": "USD",
          "amount": "0.03"
        },
        "input": {
          "type": "object",
          "required": [
            "url"
          ],
          "properties": {
            "url": {
              "type": "string",
              "format": "uri"
            },
            "siteType": {
              "type": "string",
              "enum": [
                "all",
                "content",
                "api"
              ],
              "default": "all"
            },
            "includeEvidence": {
              "type": "boolean",
              "default": true
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "additionalProperties": true
        }
      },
      "configured": true
    },
    {
      "resource": "https://agentic.crowdpull.click/api/check/agent-discoverability",
      "type": "http",
      "x402Version": 2,
      "serviceName": "Agent Discoverability Check",
      "description": "Check robots.txt, sitemap, Link headers, markdown access, llms.txt, and AI content-signal hints for agent-facing discoverability.",
      "tags": [
        "x402",
        "agent-tools",
        "agent-readiness",
        "robots",
        "sitemap",
        "llms",
        "markdown",
        "link-headers"
      ],
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "10000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x95E548cC2000D8674B3A79F9EbeEc30f8fb7A906",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "url": "https://example.com",
                "includeEvidence": true
              }
            },
            "output": {
              "type": "json",
              "example": {
                "type": "object",
                "additionalProperties": true
              }
            }
          },
          "routeTemplate": "/api/check/agent-discoverability",
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "POST"
                    ]
                  },
                  "bodyType": {
                    "type": "string",
                    "enum": [
                      "json"
                    ]
                  },
                  "body": {
                    "type": "object",
                    "required": [
                      "url"
                    ],
                    "properties": {
                      "url": {
                        "type": "string",
                        "format": "uri"
                      },
                      "includeEvidence": {
                        "type": "boolean",
                        "default": true
                      }
                    },
                    "additionalProperties": false
                  }
                },
                "required": [
                  "type",
                  "method",
                  "bodyType",
                  "body"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "example": {
                    "type": "object",
                    "additionalProperties": true
                  }
                },
                "required": [
                  "example"
                ],
                "additionalProperties": false
              }
            },
            "required": [
              "input",
              "output"
            ],
            "additionalProperties": false
          },
          "resource": {
            "url": "https://agentic.crowdpull.click/api/check/agent-discoverability",
            "method": "POST",
            "description": "Check robots.txt, sitemap, Link headers, markdown access, llms.txt, and AI content-signal hints for agent-facing discoverability.",
            "mimeType": "application/json",
            "serviceName": "Agent Discoverability Check",
            "tags": [
              "agent-readiness",
              "robots",
              "sitemap",
              "llms",
              "markdown",
              "link-headers"
            ]
          }
        }
      },
      "metadata": {
        "price": {
          "mode": "fixed",
          "currency": "USD",
          "amount": "0.01"
        },
        "input": {
          "type": "object",
          "required": [
            "url"
          ],
          "properties": {
            "url": {
              "type": "string",
              "format": "uri"
            },
            "includeEvidence": {
              "type": "boolean",
              "default": true
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "additionalProperties": true
        }
      },
      "configured": true
    },
    {
      "resource": "https://agentic.crowdpull.click/api/check/agent-protocols",
      "type": "http",
      "x402Version": 2,
      "serviceName": "Agent Protocol Discovery Check",
      "description": "Check OpenAPI, API catalog, MCP server cards, Agent Skills, auth.md, OAuth discovery, OAuth protected-resource metadata, A2A cards, and WebMCP hints.",
      "tags": [
        "x402",
        "agent-tools",
        "agent-readiness",
        "openapi",
        "mcp",
        "agent-skills",
        "oauth",
        "a2a",
        "webmcp"
      ],
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "20000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x95E548cC2000D8674B3A79F9EbeEc30f8fb7A906",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "url": "https://example.com",
                "includeEvidence": true
              }
            },
            "output": {
              "type": "json",
              "example": {
                "type": "object",
                "additionalProperties": true
              }
            }
          },
          "routeTemplate": "/api/check/agent-protocols",
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "POST"
                    ]
                  },
                  "bodyType": {
                    "type": "string",
                    "enum": [
                      "json"
                    ]
                  },
                  "body": {
                    "type": "object",
                    "required": [
                      "url"
                    ],
                    "properties": {
                      "url": {
                        "type": "string",
                        "format": "uri"
                      },
                      "includeEvidence": {
                        "type": "boolean",
                        "default": true
                      }
                    },
                    "additionalProperties": false
                  }
                },
                "required": [
                  "type",
                  "method",
                  "bodyType",
                  "body"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "example": {
                    "type": "object",
                    "additionalProperties": true
                  }
                },
                "required": [
                  "example"
                ],
                "additionalProperties": false
              }
            },
            "required": [
              "input",
              "output"
            ],
            "additionalProperties": false
          },
          "resource": {
            "url": "https://agentic.crowdpull.click/api/check/agent-protocols",
            "method": "POST",
            "description": "Check OpenAPI, API catalog, MCP server cards, Agent Skills, auth.md, OAuth discovery, OAuth protected-resource metadata, A2A cards, and WebMCP hints.",
            "mimeType": "application/json",
            "serviceName": "Agent Protocol Discovery Check",
            "tags": [
              "agent-readiness",
              "openapi",
              "mcp",
              "agent-skills",
              "oauth",
              "a2a",
              "webmcp"
            ]
          }
        }
      },
      "metadata": {
        "price": {
          "mode": "fixed",
          "currency": "USD",
          "amount": "0.02"
        },
        "input": {
          "type": "object",
          "required": [
            "url"
          ],
          "properties": {
            "url": {
              "type": "string",
              "format": "uri"
            },
            "includeEvidence": {
              "type": "boolean",
              "default": true
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "additionalProperties": true
        }
      },
      "configured": true
    },
    {
      "resource": "https://agentic.crowdpull.click/api/check/agent-commerce",
      "type": "http",
      "x402Version": 2,
      "serviceName": "Agent Commerce Check",
      "description": "Check whether a site exposes machine-payable commerce metadata for x402, MPP-style OpenAPI payment hints, UCP, or ACP.",
      "tags": [
        "x402",
        "agent-tools",
        "agent-readiness",
        "x402",
        "mpp",
        "ucp",
        "acp",
        "commerce"
      ],
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "10000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x95E548cC2000D8674B3A79F9EbeEc30f8fb7A906",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "url": "https://example.com",
                "includeEvidence": true
              }
            },
            "output": {
              "type": "json",
              "example": {
                "type": "object",
                "additionalProperties": true
              }
            }
          },
          "routeTemplate": "/api/check/agent-commerce",
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "POST"
                    ]
                  },
                  "bodyType": {
                    "type": "string",
                    "enum": [
                      "json"
                    ]
                  },
                  "body": {
                    "type": "object",
                    "required": [
                      "url"
                    ],
                    "properties": {
                      "url": {
                        "type": "string",
                        "format": "uri"
                      },
                      "includeEvidence": {
                        "type": "boolean",
                        "default": true
                      }
                    },
                    "additionalProperties": false
                  }
                },
                "required": [
                  "type",
                  "method",
                  "bodyType",
                  "body"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "example": {
                    "type": "object",
                    "additionalProperties": true
                  }
                },
                "required": [
                  "example"
                ],
                "additionalProperties": false
              }
            },
            "required": [
              "input",
              "output"
            ],
            "additionalProperties": false
          },
          "resource": {
            "url": "https://agentic.crowdpull.click/api/check/agent-commerce",
            "method": "POST",
            "description": "Check whether a site exposes machine-payable commerce metadata for x402, MPP-style OpenAPI payment hints, UCP, or ACP.",
            "mimeType": "application/json",
            "serviceName": "Agent Commerce Check",
            "tags": [
              "agent-readiness",
              "x402",
              "mpp",
              "ucp",
              "acp",
              "commerce"
            ]
          }
        }
      },
      "metadata": {
        "price": {
          "mode": "fixed",
          "currency": "USD",
          "amount": "0.01"
        },
        "input": {
          "type": "object",
          "required": [
            "url"
          ],
          "properties": {
            "url": {
              "type": "string",
              "format": "uri"
            },
            "includeEvidence": {
              "type": "boolean",
              "default": true
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "additionalProperties": true
        }
      },
      "configured": true
    },
    {
      "resource": "https://agentic.crowdpull.click/api/audit/agent-batch",
      "type": "http",
      "x402Version": 2,
      "serviceName": "Agent Readiness Batch Audit",
      "description": "Run agent-readiness checks across up to five URLs in one paid call and return comparable scores, failures, and concrete next steps.",
      "tags": [
        "x402",
        "agent-tools",
        "agent-readiness",
        "batch-audit",
        "launch-audit",
        "seo",
        "x402"
      ],
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "50000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x95E548cC2000D8674B3A79F9EbeEc30f8fb7A906",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "urls": [
                  "https://example.com",
                  "https://example.org"
                ],
                "scope": "all",
                "includeEvidence": false
              }
            },
            "output": {
              "type": "json",
              "example": {
                "type": "object",
                "additionalProperties": true
              }
            }
          },
          "routeTemplate": "/api/audit/agent-batch",
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "POST"
                    ]
                  },
                  "bodyType": {
                    "type": "string",
                    "enum": [
                      "json"
                    ]
                  },
                  "body": {
                    "type": "object",
                    "required": [
                      "urls"
                    ],
                    "properties": {
                      "urls": {
                        "type": "array",
                        "items": {
                          "type": "string",
                          "format": "uri"
                        },
                        "minItems": 1,
                        "maxItems": 5
                      },
                      "scope": {
                        "type": "string",
                        "enum": [
                          "all",
                          "discoverability",
                          "protocols",
                          "commerce"
                        ],
                        "default": "all"
                      },
                      "includeEvidence": {
                        "type": "boolean",
                        "default": false
                      }
                    },
                    "additionalProperties": false
                  }
                },
                "required": [
                  "type",
                  "method",
                  "bodyType",
                  "body"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "example": {
                    "type": "object",
                    "additionalProperties": true
                  }
                },
                "required": [
                  "example"
                ],
                "additionalProperties": false
              }
            },
            "required": [
              "input",
              "output"
            ],
            "additionalProperties": false
          },
          "resource": {
            "url": "https://agentic.crowdpull.click/api/audit/agent-batch",
            "method": "POST",
            "description": "Run agent-readiness checks across up to five URLs in one paid call and return comparable scores, failures, and concrete next steps.",
            "mimeType": "application/json",
            "serviceName": "Agent Readiness Batch Audit",
            "tags": [
              "agent-readiness",
              "batch-audit",
              "launch-audit",
              "seo",
              "x402"
            ]
          }
        }
      },
      "metadata": {
        "price": {
          "mode": "fixed",
          "currency": "USD",
          "amount": "0.05"
        },
        "input": {
          "type": "object",
          "required": [
            "urls"
          ],
          "properties": {
            "urls": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "uri"
              },
              "minItems": 1,
              "maxItems": 5
            },
            "scope": {
              "type": "string",
              "enum": [
                "all",
                "discoverability",
                "protocols",
                "commerce"
              ],
              "default": "all"
            },
            "includeEvidence": {
              "type": "boolean",
              "default": false
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "additionalProperties": true
        }
      },
      "configured": true
    },
    {
      "resource": "https://agentic.crowdpull.click/api/badge/agent-ready",
      "type": "http",
      "x402Version": 2,
      "serviceName": "Agent Ready Badge",
      "description": "Generate an agent-readiness score and SVG badge for a URL using the same checks as the launch audit.",
      "tags": [
        "x402",
        "agent-tools",
        "agent-readiness",
        "badge",
        "svg",
        "launch-audit"
      ],
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "10000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x95E548cC2000D8674B3A79F9EbeEc30f8fb7A906",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "url": "https://example.com",
                "scope": "all",
                "includeEvidence": false
              }
            },
            "output": {
              "type": "json",
              "example": {
                "type": "object",
                "additionalProperties": true
              }
            }
          },
          "routeTemplate": "/api/badge/agent-ready",
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "POST"
                    ]
                  },
                  "bodyType": {
                    "type": "string",
                    "enum": [
                      "json"
                    ]
                  },
                  "body": {
                    "type": "object",
                    "required": [
                      "url"
                    ],
                    "properties": {
                      "url": {
                        "type": "string",
                        "format": "uri"
                      },
                      "scope": {
                        "type": "string",
                        "enum": [
                          "all",
                          "discoverability",
                          "protocols",
                          "commerce"
                        ],
                        "default": "all"
                      },
                      "includeEvidence": {
                        "type": "boolean",
                        "default": false
                      }
                    },
                    "additionalProperties": false
                  }
                },
                "required": [
                  "type",
                  "method",
                  "bodyType",
                  "body"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "example": {
                    "type": "object",
                    "additionalProperties": true
                  }
                },
                "required": [
                  "example"
                ],
                "additionalProperties": false
              }
            },
            "required": [
              "input",
              "output"
            ],
            "additionalProperties": false
          },
          "resource": {
            "url": "https://agentic.crowdpull.click/api/badge/agent-ready",
            "method": "POST",
            "description": "Generate an agent-readiness score and SVG badge for a URL using the same checks as the launch audit.",
            "mimeType": "application/json",
            "serviceName": "Agent Ready Badge",
            "tags": [
              "agent-readiness",
              "badge",
              "svg",
              "launch-audit"
            ]
          }
        }
      },
      "metadata": {
        "price": {
          "mode": "fixed",
          "currency": "USD",
          "amount": "0.01"
        },
        "input": {
          "type": "object",
          "required": [
            "url"
          ],
          "properties": {
            "url": {
              "type": "string",
              "format": "uri"
            },
            "scope": {
              "type": "string",
              "enum": [
                "all",
                "discoverability",
                "protocols",
                "commerce"
              ],
              "default": "all"
            },
            "includeEvidence": {
              "type": "boolean",
              "default": false
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "additionalProperties": true
        }
      },
      "configured": true
    },
    {
      "resource": "https://agentic.crowdpull.click/api/package/x402-directory",
      "type": "http",
      "x402Version": 2,
      "serviceName": "x402 Directory Listing Pack",
      "description": "Build a compact listing payload for x402 directories: service name, discovery links, payment metadata, endpoint counts, tags, and readiness warnings.",
      "tags": [
        "x402",
        "agent-tools",
        "x402",
        "directory-listing",
        "marketplace",
        "bazaar",
        "discovery"
      ],
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "10000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x95E548cC2000D8674B3A79F9EbeEc30f8fb7A906",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "url": "https://example.com",
                "name": "Example x402 API",
                "tags": [
                  "x402",
                  "agents"
                ]
              }
            },
            "output": {
              "type": "json",
              "example": {
                "type": "object",
                "additionalProperties": true
              }
            }
          },
          "routeTemplate": "/api/package/x402-directory",
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "POST"
                    ]
                  },
                  "bodyType": {
                    "type": "string",
                    "enum": [
                      "json"
                    ]
                  },
                  "body": {
                    "type": "object",
                    "required": [
                      "url"
                    ],
                    "properties": {
                      "url": {
                        "type": "string",
                        "format": "uri"
                      },
                      "name": {
                        "type": "string",
                        "maxLength": 80
                      },
                      "tags": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        },
                        "maxItems": 12
                      }
                    },
                    "additionalProperties": false
                  }
                },
                "required": [
                  "type",
                  "method",
                  "bodyType",
                  "body"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "example": {
                    "type": "object",
                    "additionalProperties": true
                  }
                },
                "required": [
                  "example"
                ],
                "additionalProperties": false
              }
            },
            "required": [
              "input",
              "output"
            ],
            "additionalProperties": false
          },
          "resource": {
            "url": "https://agentic.crowdpull.click/api/package/x402-directory",
            "method": "POST",
            "description": "Build a compact listing payload for x402 directories: service name, discovery links, payment metadata, endpoint counts, tags, and readiness warnings.",
            "mimeType": "application/json",
            "serviceName": "x402 Directory Listing Pack",
            "tags": [
              "x402",
              "directory-listing",
              "marketplace",
              "bazaar",
              "discovery"
            ]
          }
        }
      },
      "metadata": {
        "price": {
          "mode": "fixed",
          "currency": "USD",
          "amount": "0.01"
        },
        "input": {
          "type": "object",
          "required": [
            "url"
          ],
          "properties": {
            "url": {
              "type": "string",
              "format": "uri"
            },
            "name": {
              "type": "string",
              "maxLength": 80
            },
            "tags": {
              "type": "array",
              "items": {
                "type": "string"
              },
              "maxItems": 12
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "additionalProperties": true
        }
      },
      "configured": true
    }
  ],
  "endpoints": [
    {
      "resource": "https://agentic.crowdpull.click/api/inspect/x402",
      "type": "http",
      "x402Version": 2,
      "serviceName": "x402 Endpoint Inspector",
      "description": "Inspect a URL for x402 payment challenges, payable metadata, discovery links, OpenAPI, MCP, Agent Skills, and Bazaar-readiness signals.",
      "tags": [
        "x402",
        "agent-tools",
        "x402",
        "inspection",
        "agent-tools",
        "bazaar",
        "openapi"
      ],
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "10000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x95E548cC2000D8674B3A79F9EbeEc30f8fb7A906",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "url": "https://example.com/api/paid"
              }
            },
            "output": {
              "type": "json",
              "example": {
                "type": "object",
                "additionalProperties": true
              }
            }
          },
          "routeTemplate": "/api/inspect/x402",
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "POST"
                    ]
                  },
                  "bodyType": {
                    "type": "string",
                    "enum": [
                      "json"
                    ]
                  },
                  "body": {
                    "type": "object",
                    "required": [
                      "url"
                    ],
                    "properties": {
                      "url": {
                        "type": "string",
                        "format": "uri"
                      },
                      "method": {
                        "type": "string",
                        "enum": [
                          "GET",
                          "HEAD",
                          "POST"
                        ],
                        "default": "GET"
                      },
                      "headers": {
                        "type": "object",
                        "additionalProperties": {
                          "type": "string"
                        }
                      },
                      "body": {
                        "type": "object",
                        "additionalProperties": true
                      },
                      "timeoutMs": {
                        "type": "integer",
                        "minimum": 500,
                        "maximum": 8000,
                        "default": 5000
                      }
                    },
                    "additionalProperties": false
                  }
                },
                "required": [
                  "type",
                  "method",
                  "bodyType",
                  "body"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "example": {
                    "type": "object",
                    "additionalProperties": true
                  }
                },
                "required": [
                  "example"
                ],
                "additionalProperties": false
              }
            },
            "required": [
              "input",
              "output"
            ],
            "additionalProperties": false
          },
          "resource": {
            "url": "https://agentic.crowdpull.click/api/inspect/x402",
            "method": "POST",
            "description": "Inspect a URL for x402 payment challenges, payable metadata, discovery links, OpenAPI, MCP, Agent Skills, and Bazaar-readiness signals.",
            "mimeType": "application/json",
            "serviceName": "x402 Endpoint Inspector",
            "tags": [
              "x402",
              "inspection",
              "agent-tools",
              "bazaar",
              "openapi"
            ]
          }
        }
      },
      "metadata": {
        "price": {
          "mode": "fixed",
          "currency": "USD",
          "amount": "0.01"
        },
        "input": {
          "type": "object",
          "required": [
            "url"
          ],
          "properties": {
            "url": {
              "type": "string",
              "format": "uri"
            },
            "method": {
              "type": "string",
              "enum": [
                "GET",
                "HEAD",
                "POST"
              ],
              "default": "GET"
            },
            "headers": {
              "type": "object",
              "additionalProperties": {
                "type": "string"
              }
            },
            "body": {
              "type": "object",
              "additionalProperties": true
            },
            "timeoutMs": {
              "type": "integer",
              "minimum": 500,
              "maximum": 8000,
              "default": 5000
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "additionalProperties": true
        }
      },
      "configured": true
    },
    {
      "resource": "https://agentic.crowdpull.click/api/status/check",
      "type": "http",
      "x402Version": 2,
      "serviceName": "Official Service Status Check",
      "description": "Check one official status page or status API for GitHub, GitLab, deploy platforms, package registries, databases, auth, and AI APIs.",
      "tags": [
        "x402",
        "agent-tools",
        "status",
        "github",
        "gitlab",
        "deploy-readiness",
        "incident-response",
        "agent-tools"
      ],
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "1000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x95E548cC2000D8674B3A79F9EbeEc30f8fb7A906",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "service": "github",
                "includeComponents": true
              }
            },
            "output": {
              "type": "json",
              "example": {
                "type": "object",
                "additionalProperties": true
              }
            }
          },
          "routeTemplate": "/api/status/check",
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "POST"
                    ]
                  },
                  "bodyType": {
                    "type": "string",
                    "enum": [
                      "json"
                    ]
                  },
                  "body": {
                    "type": "object",
                    "required": [
                      "service"
                    ],
                    "properties": {
                      "service": {
                        "type": "string",
                        "description": "Service id from /api/status/catalog, for example github or gitlab."
                      },
                      "includeComponents": {
                        "type": "boolean",
                        "default": true
                      }
                    },
                    "additionalProperties": false
                  }
                },
                "required": [
                  "type",
                  "method",
                  "bodyType",
                  "body"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "example": {
                    "type": "object",
                    "additionalProperties": true
                  }
                },
                "required": [
                  "example"
                ],
                "additionalProperties": false
              }
            },
            "required": [
              "input",
              "output"
            ],
            "additionalProperties": false
          },
          "resource": {
            "url": "https://agentic.crowdpull.click/api/status/check",
            "method": "POST",
            "description": "Check one official status page or status API for GitHub, GitLab, deploy platforms, package registries, databases, auth, and AI APIs.",
            "mimeType": "application/json",
            "serviceName": "Official Service Status Check",
            "tags": [
              "status",
              "github",
              "gitlab",
              "deploy-readiness",
              "incident-response",
              "agent-tools"
            ]
          }
        }
      },
      "metadata": {
        "price": {
          "mode": "fixed",
          "currency": "USD",
          "amount": "0.001"
        },
        "input": {
          "type": "object",
          "required": [
            "service"
          ],
          "properties": {
            "service": {
              "type": "string",
              "description": "Service id from /api/status/catalog, for example github or gitlab."
            },
            "includeComponents": {
              "type": "boolean",
              "default": true
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "additionalProperties": true
        }
      },
      "configured": true
    },
    {
      "resource": "https://agentic.crowdpull.click/api/status/bundle",
      "type": "http",
      "x402Version": 2,
      "serviceName": "Vibe Deploy Readiness Bundle",
      "description": "Check a bundle of official status sources so an agent can decide whether to deploy, retry, or wait before blaming its own code.",
      "tags": [
        "x402",
        "agent-tools",
        "status",
        "deploy-readiness",
        "github",
        "gitlab",
        "vercel",
        "supabase",
        "openai"
      ],
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "5000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x95E548cC2000D8674B3A79F9EbeEc30f8fb7A906",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "bundle": "vibe-deploy-readiness",
                "includeComponents": false
              }
            },
            "output": {
              "type": "json",
              "example": {
                "type": "object",
                "additionalProperties": true
              }
            }
          },
          "routeTemplate": "/api/status/bundle",
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "POST"
                    ]
                  },
                  "bodyType": {
                    "type": "string",
                    "enum": [
                      "json"
                    ]
                  },
                  "body": {
                    "type": "object",
                    "properties": {
                      "bundle": {
                        "type": "string",
                        "enum": [
                          "vibe-deploy-readiness",
                          "ai-app-stack",
                          "source-and-ci",
                          "deploy-platforms",
                          "all"
                        ],
                        "default": "vibe-deploy-readiness"
                      },
                      "services": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        },
                        "minItems": 1,
                        "maxItems": 20,
                        "description": "Optional explicit service ids from /api/status/catalog."
                      },
                      "includeComponents": {
                        "type": "boolean",
                        "default": false
                      }
                    },
                    "additionalProperties": false
                  }
                },
                "required": [
                  "type",
                  "method",
                  "bodyType",
                  "body"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "example": {
                    "type": "object",
                    "additionalProperties": true
                  }
                },
                "required": [
                  "example"
                ],
                "additionalProperties": false
              }
            },
            "required": [
              "input",
              "output"
            ],
            "additionalProperties": false
          },
          "resource": {
            "url": "https://agentic.crowdpull.click/api/status/bundle",
            "method": "POST",
            "description": "Check a bundle of official status sources so an agent can decide whether to deploy, retry, or wait before blaming its own code.",
            "mimeType": "application/json",
            "serviceName": "Vibe Deploy Readiness Bundle",
            "tags": [
              "status",
              "deploy-readiness",
              "github",
              "gitlab",
              "vercel",
              "supabase",
              "openai"
            ]
          }
        }
      },
      "metadata": {
        "price": {
          "mode": "fixed",
          "currency": "USD",
          "amount": "0.005"
        },
        "input": {
          "type": "object",
          "properties": {
            "bundle": {
              "type": "string",
              "enum": [
                "vibe-deploy-readiness",
                "ai-app-stack",
                "source-and-ci",
                "deploy-platforms",
                "all"
              ],
              "default": "vibe-deploy-readiness"
            },
            "services": {
              "type": "array",
              "items": {
                "type": "string"
              },
              "minItems": 1,
              "maxItems": 20,
              "description": "Optional explicit service ids from /api/status/catalog."
            },
            "includeComponents": {
              "type": "boolean",
              "default": false
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "additionalProperties": true
        }
      },
      "configured": true
    },
    {
      "resource": "https://agentic.crowdpull.click/api/status/stack",
      "type": "http",
      "x402Version": 2,
      "serviceName": "Custom Stack Status Bundle",
      "description": "Check a caller-selected stack of official status sources at the stack-bundle price. Repeated stack layers are rejected before payment.",
      "tags": [
        "x402",
        "agent-tools",
        "status",
        "custom-stack",
        "deploy-readiness",
        "github",
        "vercel",
        "supabase",
        "openai"
      ],
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "5000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x95E548cC2000D8674B3A79F9EbeEc30f8fb7A906",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "services": [
                  "github",
                  "npm",
                  "vercel",
                  "supabase",
                  "openai"
                ],
                "includeComponents": false
              }
            },
            "output": {
              "type": "json",
              "example": {
                "type": "object",
                "additionalProperties": true
              }
            }
          },
          "routeTemplate": "/api/status/stack",
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "POST"
                    ]
                  },
                  "bodyType": {
                    "type": "string",
                    "enum": [
                      "json"
                    ]
                  },
                  "body": {
                    "type": "object",
                    "required": [
                      "services"
                    ],
                    "properties": {
                      "services": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        },
                        "minItems": 3,
                        "maxItems": 20,
                        "description": "Service ids from /api/status/catalog. Stack pricing requires at least three stack roles and no repeated capped layer, for example one data layer and one deploy host."
                      },
                      "includeComponents": {
                        "type": "boolean",
                        "default": false
                      }
                    },
                    "additionalProperties": false
                  }
                },
                "required": [
                  "type",
                  "method",
                  "bodyType",
                  "body"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "example": {
                    "type": "object",
                    "additionalProperties": true
                  }
                },
                "required": [
                  "example"
                ],
                "additionalProperties": false
              }
            },
            "required": [
              "input",
              "output"
            ],
            "additionalProperties": false
          },
          "resource": {
            "url": "https://agentic.crowdpull.click/api/status/stack",
            "method": "POST",
            "description": "Check a caller-selected stack of official status sources at the stack-bundle price. Repeated stack layers are rejected before payment.",
            "mimeType": "application/json",
            "serviceName": "Custom Stack Status Bundle",
            "tags": [
              "status",
              "custom-stack",
              "deploy-readiness",
              "github",
              "vercel",
              "supabase",
              "openai"
            ]
          }
        }
      },
      "metadata": {
        "price": {
          "mode": "fixed",
          "currency": "USD",
          "amount": "0.005"
        },
        "input": {
          "type": "object",
          "required": [
            "services"
          ],
          "properties": {
            "services": {
              "type": "array",
              "items": {
                "type": "string"
              },
              "minItems": 3,
              "maxItems": 20,
              "description": "Service ids from /api/status/catalog. Stack pricing requires at least three stack roles and no repeated capped layer, for example one data layer and one deploy host."
            },
            "includeComponents": {
              "type": "boolean",
              "default": false
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "additionalProperties": true
        }
      },
      "configured": true
    },
    {
      "resource": "https://agentic.crowdpull.click/api/status/github",
      "type": "http",
      "x402Version": 2,
      "serviceName": "GitHub Status Check",
      "description": "Check GitHub's official status source for current incidents, component health, and scheduled maintenance before an agent retries, deploys, or escalates.",
      "tags": [
        "x402",
        "agent-tools",
        "status",
        "github",
        "git",
        "ci",
        "packages",
        "incident-response"
      ],
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "1000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x95E548cC2000D8674B3A79F9EbeEc30f8fb7A906",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "includeComponents": true
              }
            },
            "output": {
              "type": "json",
              "example": {
                "type": "object",
                "additionalProperties": true
              }
            }
          },
          "routeTemplate": "/api/status/github",
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "POST"
                    ]
                  },
                  "bodyType": {
                    "type": "string",
                    "enum": [
                      "json"
                    ]
                  },
                  "body": {
                    "type": "object",
                    "properties": {
                      "includeComponents": {
                        "type": "boolean",
                        "default": true
                      }
                    },
                    "additionalProperties": false
                  }
                },
                "required": [
                  "type",
                  "method",
                  "bodyType",
                  "body"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "example": {
                    "type": "object",
                    "additionalProperties": true
                  }
                },
                "required": [
                  "example"
                ],
                "additionalProperties": false
              }
            },
            "required": [
              "input",
              "output"
            ],
            "additionalProperties": false
          },
          "resource": {
            "url": "https://agentic.crowdpull.click/api/status/github",
            "method": "POST",
            "description": "Check GitHub's official status source for current incidents, component health, and scheduled maintenance before an agent retries, deploys, or escalates.",
            "mimeType": "application/json",
            "serviceName": "GitHub Status Check",
            "tags": [
              "status",
              "github",
              "git",
              "ci",
              "packages",
              "incident-response"
            ]
          }
        }
      },
      "metadata": {
        "price": {
          "mode": "fixed",
          "currency": "USD",
          "amount": "0.001"
        },
        "input": {
          "type": "object",
          "properties": {
            "includeComponents": {
              "type": "boolean",
              "default": true
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "additionalProperties": true
        }
      },
      "configured": true
    },
    {
      "resource": "https://agentic.crowdpull.click/api/status/gitlab",
      "type": "http",
      "x402Version": 2,
      "serviceName": "GitLab Status Check",
      "description": "Check GitLab.com's official status source for current incidents, component health, and scheduled maintenance before an agent retries, deploys, or escalates.",
      "tags": [
        "x402",
        "agent-tools",
        "status",
        "gitlab",
        "git",
        "ci",
        "packages",
        "incident-response"
      ],
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "1000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x95E548cC2000D8674B3A79F9EbeEc30f8fb7A906",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "includeComponents": true
              }
            },
            "output": {
              "type": "json",
              "example": {
                "type": "object",
                "additionalProperties": true
              }
            }
          },
          "routeTemplate": "/api/status/gitlab",
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "POST"
                    ]
                  },
                  "bodyType": {
                    "type": "string",
                    "enum": [
                      "json"
                    ]
                  },
                  "body": {
                    "type": "object",
                    "properties": {
                      "includeComponents": {
                        "type": "boolean",
                        "default": true
                      }
                    },
                    "additionalProperties": false
                  }
                },
                "required": [
                  "type",
                  "method",
                  "bodyType",
                  "body"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "example": {
                    "type": "object",
                    "additionalProperties": true
                  }
                },
                "required": [
                  "example"
                ],
                "additionalProperties": false
              }
            },
            "required": [
              "input",
              "output"
            ],
            "additionalProperties": false
          },
          "resource": {
            "url": "https://agentic.crowdpull.click/api/status/gitlab",
            "method": "POST",
            "description": "Check GitLab.com's official status source for current incidents, component health, and scheduled maintenance before an agent retries, deploys, or escalates.",
            "mimeType": "application/json",
            "serviceName": "GitLab Status Check",
            "tags": [
              "status",
              "gitlab",
              "git",
              "ci",
              "packages",
              "incident-response"
            ]
          }
        }
      },
      "metadata": {
        "price": {
          "mode": "fixed",
          "currency": "USD",
          "amount": "0.001"
        },
        "input": {
          "type": "object",
          "properties": {
            "includeComponents": {
              "type": "boolean",
              "default": true
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "additionalProperties": true
        }
      },
      "configured": true
    },
    {
      "resource": "https://agentic.crowdpull.click/api/status/bitbucket",
      "type": "http",
      "x402Version": 2,
      "serviceName": "Bitbucket Status Check",
      "description": "Check Bitbucket's official status source for current incidents, component health, and scheduled maintenance before an agent retries, deploys, or escalates.",
      "tags": [
        "x402",
        "agent-tools",
        "status",
        "bitbucket",
        "git",
        "ci",
        "incident-response"
      ],
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "1000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x95E548cC2000D8674B3A79F9EbeEc30f8fb7A906",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "includeComponents": true
              }
            },
            "output": {
              "type": "json",
              "example": {
                "type": "object",
                "additionalProperties": true
              }
            }
          },
          "routeTemplate": "/api/status/bitbucket",
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "POST"
                    ]
                  },
                  "bodyType": {
                    "type": "string",
                    "enum": [
                      "json"
                    ]
                  },
                  "body": {
                    "type": "object",
                    "properties": {
                      "includeComponents": {
                        "type": "boolean",
                        "default": true
                      }
                    },
                    "additionalProperties": false
                  }
                },
                "required": [
                  "type",
                  "method",
                  "bodyType",
                  "body"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "example": {
                    "type": "object",
                    "additionalProperties": true
                  }
                },
                "required": [
                  "example"
                ],
                "additionalProperties": false
              }
            },
            "required": [
              "input",
              "output"
            ],
            "additionalProperties": false
          },
          "resource": {
            "url": "https://agentic.crowdpull.click/api/status/bitbucket",
            "method": "POST",
            "description": "Check Bitbucket's official status source for current incidents, component health, and scheduled maintenance before an agent retries, deploys, or escalates.",
            "mimeType": "application/json",
            "serviceName": "Bitbucket Status Check",
            "tags": [
              "status",
              "bitbucket",
              "git",
              "ci",
              "incident-response"
            ]
          }
        }
      },
      "metadata": {
        "price": {
          "mode": "fixed",
          "currency": "USD",
          "amount": "0.001"
        },
        "input": {
          "type": "object",
          "properties": {
            "includeComponents": {
              "type": "boolean",
              "default": true
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "additionalProperties": true
        }
      },
      "configured": true
    },
    {
      "resource": "https://agentic.crowdpull.click/api/status/npm",
      "type": "http",
      "x402Version": 2,
      "serviceName": "npm Status Check",
      "description": "Check npm's official status source for current incidents, component health, and scheduled maintenance before an agent retries, deploys, or escalates.",
      "tags": [
        "x402",
        "agent-tools",
        "status",
        "npm",
        "node",
        "packages",
        "registry",
        "incident-response"
      ],
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "1000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x95E548cC2000D8674B3A79F9EbeEc30f8fb7A906",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "includeComponents": true
              }
            },
            "output": {
              "type": "json",
              "example": {
                "type": "object",
                "additionalProperties": true
              }
            }
          },
          "routeTemplate": "/api/status/npm",
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "POST"
                    ]
                  },
                  "bodyType": {
                    "type": "string",
                    "enum": [
                      "json"
                    ]
                  },
                  "body": {
                    "type": "object",
                    "properties": {
                      "includeComponents": {
                        "type": "boolean",
                        "default": true
                      }
                    },
                    "additionalProperties": false
                  }
                },
                "required": [
                  "type",
                  "method",
                  "bodyType",
                  "body"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "example": {
                    "type": "object",
                    "additionalProperties": true
                  }
                },
                "required": [
                  "example"
                ],
                "additionalProperties": false
              }
            },
            "required": [
              "input",
              "output"
            ],
            "additionalProperties": false
          },
          "resource": {
            "url": "https://agentic.crowdpull.click/api/status/npm",
            "method": "POST",
            "description": "Check npm's official status source for current incidents, component health, and scheduled maintenance before an agent retries, deploys, or escalates.",
            "mimeType": "application/json",
            "serviceName": "npm Status Check",
            "tags": [
              "status",
              "npm",
              "node",
              "packages",
              "registry",
              "incident-response"
            ]
          }
        }
      },
      "metadata": {
        "price": {
          "mode": "fixed",
          "currency": "USD",
          "amount": "0.001"
        },
        "input": {
          "type": "object",
          "properties": {
            "includeComponents": {
              "type": "boolean",
              "default": true
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "additionalProperties": true
        }
      },
      "configured": true
    },
    {
      "resource": "https://agentic.crowdpull.click/api/status/vercel",
      "type": "http",
      "x402Version": 2,
      "serviceName": "Vercel Status Check",
      "description": "Check Vercel's official status source for current incidents, component health, and scheduled maintenance before an agent retries, deploys, or escalates.",
      "tags": [
        "x402",
        "agent-tools",
        "status",
        "vercel",
        "deploy",
        "hosting",
        "nextjs",
        "incident-response"
      ],
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "1000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x95E548cC2000D8674B3A79F9EbeEc30f8fb7A906",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "includeComponents": true
              }
            },
            "output": {
              "type": "json",
              "example": {
                "type": "object",
                "additionalProperties": true
              }
            }
          },
          "routeTemplate": "/api/status/vercel",
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "POST"
                    ]
                  },
                  "bodyType": {
                    "type": "string",
                    "enum": [
                      "json"
                    ]
                  },
                  "body": {
                    "type": "object",
                    "properties": {
                      "includeComponents": {
                        "type": "boolean",
                        "default": true
                      }
                    },
                    "additionalProperties": false
                  }
                },
                "required": [
                  "type",
                  "method",
                  "bodyType",
                  "body"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "example": {
                    "type": "object",
                    "additionalProperties": true
                  }
                },
                "required": [
                  "example"
                ],
                "additionalProperties": false
              }
            },
            "required": [
              "input",
              "output"
            ],
            "additionalProperties": false
          },
          "resource": {
            "url": "https://agentic.crowdpull.click/api/status/vercel",
            "method": "POST",
            "description": "Check Vercel's official status source for current incidents, component health, and scheduled maintenance before an agent retries, deploys, or escalates.",
            "mimeType": "application/json",
            "serviceName": "Vercel Status Check",
            "tags": [
              "status",
              "vercel",
              "deploy",
              "hosting",
              "nextjs",
              "incident-response"
            ]
          }
        }
      },
      "metadata": {
        "price": {
          "mode": "fixed",
          "currency": "USD",
          "amount": "0.001"
        },
        "input": {
          "type": "object",
          "properties": {
            "includeComponents": {
              "type": "boolean",
              "default": true
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "additionalProperties": true
        }
      },
      "configured": true
    },
    {
      "resource": "https://agentic.crowdpull.click/api/status/netlify",
      "type": "http",
      "x402Version": 2,
      "serviceName": "Netlify Status Check",
      "description": "Check Netlify's official status source for current incidents, component health, and scheduled maintenance before an agent retries, deploys, or escalates.",
      "tags": [
        "x402",
        "agent-tools",
        "status",
        "netlify",
        "deploy",
        "hosting",
        "functions",
        "incident-response"
      ],
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "1000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x95E548cC2000D8674B3A79F9EbeEc30f8fb7A906",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "includeComponents": true
              }
            },
            "output": {
              "type": "json",
              "example": {
                "type": "object",
                "additionalProperties": true
              }
            }
          },
          "routeTemplate": "/api/status/netlify",
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "POST"
                    ]
                  },
                  "bodyType": {
                    "type": "string",
                    "enum": [
                      "json"
                    ]
                  },
                  "body": {
                    "type": "object",
                    "properties": {
                      "includeComponents": {
                        "type": "boolean",
                        "default": true
                      }
                    },
                    "additionalProperties": false
                  }
                },
                "required": [
                  "type",
                  "method",
                  "bodyType",
                  "body"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "example": {
                    "type": "object",
                    "additionalProperties": true
                  }
                },
                "required": [
                  "example"
                ],
                "additionalProperties": false
              }
            },
            "required": [
              "input",
              "output"
            ],
            "additionalProperties": false
          },
          "resource": {
            "url": "https://agentic.crowdpull.click/api/status/netlify",
            "method": "POST",
            "description": "Check Netlify's official status source for current incidents, component health, and scheduled maintenance before an agent retries, deploys, or escalates.",
            "mimeType": "application/json",
            "serviceName": "Netlify Status Check",
            "tags": [
              "status",
              "netlify",
              "deploy",
              "hosting",
              "functions",
              "incident-response"
            ]
          }
        }
      },
      "metadata": {
        "price": {
          "mode": "fixed",
          "currency": "USD",
          "amount": "0.001"
        },
        "input": {
          "type": "object",
          "properties": {
            "includeComponents": {
              "type": "boolean",
              "default": true
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "additionalProperties": true
        }
      },
      "configured": true
    },
    {
      "resource": "https://agentic.crowdpull.click/api/status/render",
      "type": "http",
      "x402Version": 2,
      "serviceName": "Render Status Check",
      "description": "Check Render's official status source for current incidents, component health, and scheduled maintenance before an agent retries, deploys, or escalates.",
      "tags": [
        "x402",
        "agent-tools",
        "status",
        "render",
        "deploy",
        "hosting",
        "postgres",
        "incident-response"
      ],
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "1000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x95E548cC2000D8674B3A79F9EbeEc30f8fb7A906",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "includeComponents": true
              }
            },
            "output": {
              "type": "json",
              "example": {
                "type": "object",
                "additionalProperties": true
              }
            }
          },
          "routeTemplate": "/api/status/render",
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "POST"
                    ]
                  },
                  "bodyType": {
                    "type": "string",
                    "enum": [
                      "json"
                    ]
                  },
                  "body": {
                    "type": "object",
                    "properties": {
                      "includeComponents": {
                        "type": "boolean",
                        "default": true
                      }
                    },
                    "additionalProperties": false
                  }
                },
                "required": [
                  "type",
                  "method",
                  "bodyType",
                  "body"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "example": {
                    "type": "object",
                    "additionalProperties": true
                  }
                },
                "required": [
                  "example"
                ],
                "additionalProperties": false
              }
            },
            "required": [
              "input",
              "output"
            ],
            "additionalProperties": false
          },
          "resource": {
            "url": "https://agentic.crowdpull.click/api/status/render",
            "method": "POST",
            "description": "Check Render's official status source for current incidents, component health, and scheduled maintenance before an agent retries, deploys, or escalates.",
            "mimeType": "application/json",
            "serviceName": "Render Status Check",
            "tags": [
              "status",
              "render",
              "deploy",
              "hosting",
              "postgres",
              "incident-response"
            ]
          }
        }
      },
      "metadata": {
        "price": {
          "mode": "fixed",
          "currency": "USD",
          "amount": "0.001"
        },
        "input": {
          "type": "object",
          "properties": {
            "includeComponents": {
              "type": "boolean",
              "default": true
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "additionalProperties": true
        }
      },
      "configured": true
    },
    {
      "resource": "https://agentic.crowdpull.click/api/status/fly",
      "type": "http",
      "x402Version": 2,
      "serviceName": "Fly.io Status Check",
      "description": "Check Fly.io's official status source for current incidents, component health, and scheduled maintenance before an agent retries, deploys, or escalates.",
      "tags": [
        "x402",
        "agent-tools",
        "status",
        "fly",
        "flyio",
        "deploy",
        "hosting",
        "edge",
        "incident-response"
      ],
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "1000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x95E548cC2000D8674B3A79F9EbeEc30f8fb7A906",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "includeComponents": true
              }
            },
            "output": {
              "type": "json",
              "example": {
                "type": "object",
                "additionalProperties": true
              }
            }
          },
          "routeTemplate": "/api/status/fly",
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "POST"
                    ]
                  },
                  "bodyType": {
                    "type": "string",
                    "enum": [
                      "json"
                    ]
                  },
                  "body": {
                    "type": "object",
                    "properties": {
                      "includeComponents": {
                        "type": "boolean",
                        "default": true
                      }
                    },
                    "additionalProperties": false
                  }
                },
                "required": [
                  "type",
                  "method",
                  "bodyType",
                  "body"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "example": {
                    "type": "object",
                    "additionalProperties": true
                  }
                },
                "required": [
                  "example"
                ],
                "additionalProperties": false
              }
            },
            "required": [
              "input",
              "output"
            ],
            "additionalProperties": false
          },
          "resource": {
            "url": "https://agentic.crowdpull.click/api/status/fly",
            "method": "POST",
            "description": "Check Fly.io's official status source for current incidents, component health, and scheduled maintenance before an agent retries, deploys, or escalates.",
            "mimeType": "application/json",
            "serviceName": "Fly.io Status Check",
            "tags": [
              "status",
              "fly",
              "flyio",
              "deploy",
              "hosting",
              "edge",
              "incident-response"
            ]
          }
        }
      },
      "metadata": {
        "price": {
          "mode": "fixed",
          "currency": "USD",
          "amount": "0.001"
        },
        "input": {
          "type": "object",
          "properties": {
            "includeComponents": {
              "type": "boolean",
              "default": true
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "additionalProperties": true
        }
      },
      "configured": true
    },
    {
      "resource": "https://agentic.crowdpull.click/api/status/cloudflare",
      "type": "http",
      "x402Version": 2,
      "serviceName": "Cloudflare Status Check",
      "description": "Check Cloudflare's official status source for current incidents, component health, and scheduled maintenance before an agent retries, deploys, or escalates.",
      "tags": [
        "x402",
        "agent-tools",
        "status",
        "cloudflare",
        "dns",
        "cdn",
        "workers",
        "edge",
        "incident-response"
      ],
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "1000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x95E548cC2000D8674B3A79F9EbeEc30f8fb7A906",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "includeComponents": true
              }
            },
            "output": {
              "type": "json",
              "example": {
                "type": "object",
                "additionalProperties": true
              }
            }
          },
          "routeTemplate": "/api/status/cloudflare",
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "POST"
                    ]
                  },
                  "bodyType": {
                    "type": "string",
                    "enum": [
                      "json"
                    ]
                  },
                  "body": {
                    "type": "object",
                    "properties": {
                      "includeComponents": {
                        "type": "boolean",
                        "default": true
                      }
                    },
                    "additionalProperties": false
                  }
                },
                "required": [
                  "type",
                  "method",
                  "bodyType",
                  "body"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "example": {
                    "type": "object",
                    "additionalProperties": true
                  }
                },
                "required": [
                  "example"
                ],
                "additionalProperties": false
              }
            },
            "required": [
              "input",
              "output"
            ],
            "additionalProperties": false
          },
          "resource": {
            "url": "https://agentic.crowdpull.click/api/status/cloudflare",
            "method": "POST",
            "description": "Check Cloudflare's official status source for current incidents, component health, and scheduled maintenance before an agent retries, deploys, or escalates.",
            "mimeType": "application/json",
            "serviceName": "Cloudflare Status Check",
            "tags": [
              "status",
              "cloudflare",
              "dns",
              "cdn",
              "workers",
              "edge",
              "incident-response"
            ]
          }
        }
      },
      "metadata": {
        "price": {
          "mode": "fixed",
          "currency": "USD",
          "amount": "0.001"
        },
        "input": {
          "type": "object",
          "properties": {
            "includeComponents": {
              "type": "boolean",
              "default": true
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "additionalProperties": true
        }
      },
      "configured": true
    },
    {
      "resource": "https://agentic.crowdpull.click/api/status/supabase",
      "type": "http",
      "x402Version": 2,
      "serviceName": "Supabase Status Check",
      "description": "Check Supabase's official status source for current incidents, component health, and scheduled maintenance before an agent retries, deploys, or escalates.",
      "tags": [
        "x402",
        "agent-tools",
        "status",
        "supabase",
        "postgres",
        "auth",
        "storage",
        "incident-response"
      ],
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "1000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x95E548cC2000D8674B3A79F9EbeEc30f8fb7A906",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "includeComponents": true
              }
            },
            "output": {
              "type": "json",
              "example": {
                "type": "object",
                "additionalProperties": true
              }
            }
          },
          "routeTemplate": "/api/status/supabase",
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "POST"
                    ]
                  },
                  "bodyType": {
                    "type": "string",
                    "enum": [
                      "json"
                    ]
                  },
                  "body": {
                    "type": "object",
                    "properties": {
                      "includeComponents": {
                        "type": "boolean",
                        "default": true
                      }
                    },
                    "additionalProperties": false
                  }
                },
                "required": [
                  "type",
                  "method",
                  "bodyType",
                  "body"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "example": {
                    "type": "object",
                    "additionalProperties": true
                  }
                },
                "required": [
                  "example"
                ],
                "additionalProperties": false
              }
            },
            "required": [
              "input",
              "output"
            ],
            "additionalProperties": false
          },
          "resource": {
            "url": "https://agentic.crowdpull.click/api/status/supabase",
            "method": "POST",
            "description": "Check Supabase's official status source for current incidents, component health, and scheduled maintenance before an agent retries, deploys, or escalates.",
            "mimeType": "application/json",
            "serviceName": "Supabase Status Check",
            "tags": [
              "status",
              "supabase",
              "postgres",
              "auth",
              "storage",
              "incident-response"
            ]
          }
        }
      },
      "metadata": {
        "price": {
          "mode": "fixed",
          "currency": "USD",
          "amount": "0.001"
        },
        "input": {
          "type": "object",
          "properties": {
            "includeComponents": {
              "type": "boolean",
              "default": true
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "additionalProperties": true
        }
      },
      "configured": true
    },
    {
      "resource": "https://agentic.crowdpull.click/api/status/convex",
      "type": "http",
      "x402Version": 2,
      "serviceName": "Convex Status Check",
      "description": "Check Convex's official status source for current incidents, component health, and scheduled maintenance before an agent retries, deploys, or escalates.",
      "tags": [
        "x402",
        "agent-tools",
        "status",
        "convex",
        "backend",
        "database",
        "realtime",
        "incident-response"
      ],
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "1000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x95E548cC2000D8674B3A79F9EbeEc30f8fb7A906",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "includeComponents": true
              }
            },
            "output": {
              "type": "json",
              "example": {
                "type": "object",
                "additionalProperties": true
              }
            }
          },
          "routeTemplate": "/api/status/convex",
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "POST"
                    ]
                  },
                  "bodyType": {
                    "type": "string",
                    "enum": [
                      "json"
                    ]
                  },
                  "body": {
                    "type": "object",
                    "properties": {
                      "includeComponents": {
                        "type": "boolean",
                        "default": true
                      }
                    },
                    "additionalProperties": false
                  }
                },
                "required": [
                  "type",
                  "method",
                  "bodyType",
                  "body"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "example": {
                    "type": "object",
                    "additionalProperties": true
                  }
                },
                "required": [
                  "example"
                ],
                "additionalProperties": false
              }
            },
            "required": [
              "input",
              "output"
            ],
            "additionalProperties": false
          },
          "resource": {
            "url": "https://agentic.crowdpull.click/api/status/convex",
            "method": "POST",
            "description": "Check Convex's official status source for current incidents, component health, and scheduled maintenance before an agent retries, deploys, or escalates.",
            "mimeType": "application/json",
            "serviceName": "Convex Status Check",
            "tags": [
              "status",
              "convex",
              "backend",
              "database",
              "realtime",
              "incident-response"
            ]
          }
        }
      },
      "metadata": {
        "price": {
          "mode": "fixed",
          "currency": "USD",
          "amount": "0.001"
        },
        "input": {
          "type": "object",
          "properties": {
            "includeComponents": {
              "type": "boolean",
              "default": true
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "additionalProperties": true
        }
      },
      "configured": true
    },
    {
      "resource": "https://agentic.crowdpull.click/api/status/clerk",
      "type": "http",
      "x402Version": 2,
      "serviceName": "Clerk Status Check",
      "description": "Check Clerk's official status source for current incidents, component health, and scheduled maintenance before an agent retries, deploys, or escalates.",
      "tags": [
        "x402",
        "agent-tools",
        "status",
        "clerk",
        "auth",
        "identity",
        "sessions",
        "incident-response"
      ],
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "1000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x95E548cC2000D8674B3A79F9EbeEc30f8fb7A906",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "includeComponents": true
              }
            },
            "output": {
              "type": "json",
              "example": {
                "type": "object",
                "additionalProperties": true
              }
            }
          },
          "routeTemplate": "/api/status/clerk",
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "POST"
                    ]
                  },
                  "bodyType": {
                    "type": "string",
                    "enum": [
                      "json"
                    ]
                  },
                  "body": {
                    "type": "object",
                    "properties": {
                      "includeComponents": {
                        "type": "boolean",
                        "default": true
                      }
                    },
                    "additionalProperties": false
                  }
                },
                "required": [
                  "type",
                  "method",
                  "bodyType",
                  "body"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "example": {
                    "type": "object",
                    "additionalProperties": true
                  }
                },
                "required": [
                  "example"
                ],
                "additionalProperties": false
              }
            },
            "required": [
              "input",
              "output"
            ],
            "additionalProperties": false
          },
          "resource": {
            "url": "https://agentic.crowdpull.click/api/status/clerk",
            "method": "POST",
            "description": "Check Clerk's official status source for current incidents, component health, and scheduled maintenance before an agent retries, deploys, or escalates.",
            "mimeType": "application/json",
            "serviceName": "Clerk Status Check",
            "tags": [
              "status",
              "clerk",
              "auth",
              "identity",
              "sessions",
              "incident-response"
            ]
          }
        }
      },
      "metadata": {
        "price": {
          "mode": "fixed",
          "currency": "USD",
          "amount": "0.001"
        },
        "input": {
          "type": "object",
          "properties": {
            "includeComponents": {
              "type": "boolean",
              "default": true
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "additionalProperties": true
        }
      },
      "configured": true
    },
    {
      "resource": "https://agentic.crowdpull.click/api/status/openai",
      "type": "http",
      "x402Version": 2,
      "serviceName": "OpenAI Status Check",
      "description": "Check OpenAI's official status source for current incidents, component health, and scheduled maintenance before an agent retries, deploys, or escalates.",
      "tags": [
        "x402",
        "agent-tools",
        "status",
        "openai",
        "ai",
        "llm",
        "api",
        "incident-response"
      ],
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "1000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x95E548cC2000D8674B3A79F9EbeEc30f8fb7A906",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "includeComponents": true
              }
            },
            "output": {
              "type": "json",
              "example": {
                "type": "object",
                "additionalProperties": true
              }
            }
          },
          "routeTemplate": "/api/status/openai",
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "POST"
                    ]
                  },
                  "bodyType": {
                    "type": "string",
                    "enum": [
                      "json"
                    ]
                  },
                  "body": {
                    "type": "object",
                    "properties": {
                      "includeComponents": {
                        "type": "boolean",
                        "default": true
                      }
                    },
                    "additionalProperties": false
                  }
                },
                "required": [
                  "type",
                  "method",
                  "bodyType",
                  "body"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "example": {
                    "type": "object",
                    "additionalProperties": true
                  }
                },
                "required": [
                  "example"
                ],
                "additionalProperties": false
              }
            },
            "required": [
              "input",
              "output"
            ],
            "additionalProperties": false
          },
          "resource": {
            "url": "https://agentic.crowdpull.click/api/status/openai",
            "method": "POST",
            "description": "Check OpenAI's official status source for current incidents, component health, and scheduled maintenance before an agent retries, deploys, or escalates.",
            "mimeType": "application/json",
            "serviceName": "OpenAI Status Check",
            "tags": [
              "status",
              "openai",
              "ai",
              "llm",
              "api",
              "incident-response"
            ]
          }
        }
      },
      "metadata": {
        "price": {
          "mode": "fixed",
          "currency": "USD",
          "amount": "0.001"
        },
        "input": {
          "type": "object",
          "properties": {
            "includeComponents": {
              "type": "boolean",
              "default": true
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "additionalProperties": true
        }
      },
      "configured": true
    },
    {
      "resource": "https://agentic.crowdpull.click/api/status/anthropic",
      "type": "http",
      "x402Version": 2,
      "serviceName": "Anthropic Claude Status Check",
      "description": "Check Anthropic Claude's official status source for current incidents, component health, and scheduled maintenance before an agent retries, deploys, or escalates.",
      "tags": [
        "x402",
        "agent-tools",
        "status",
        "anthropic",
        "claude",
        "ai",
        "llm",
        "api",
        "incident-response"
      ],
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "1000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x95E548cC2000D8674B3A79F9EbeEc30f8fb7A906",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "includeComponents": true
              }
            },
            "output": {
              "type": "json",
              "example": {
                "type": "object",
                "additionalProperties": true
              }
            }
          },
          "routeTemplate": "/api/status/anthropic",
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "POST"
                    ]
                  },
                  "bodyType": {
                    "type": "string",
                    "enum": [
                      "json"
                    ]
                  },
                  "body": {
                    "type": "object",
                    "properties": {
                      "includeComponents": {
                        "type": "boolean",
                        "default": true
                      }
                    },
                    "additionalProperties": false
                  }
                },
                "required": [
                  "type",
                  "method",
                  "bodyType",
                  "body"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "example": {
                    "type": "object",
                    "additionalProperties": true
                  }
                },
                "required": [
                  "example"
                ],
                "additionalProperties": false
              }
            },
            "required": [
              "input",
              "output"
            ],
            "additionalProperties": false
          },
          "resource": {
            "url": "https://agentic.crowdpull.click/api/status/anthropic",
            "method": "POST",
            "description": "Check Anthropic Claude's official status source for current incidents, component health, and scheduled maintenance before an agent retries, deploys, or escalates.",
            "mimeType": "application/json",
            "serviceName": "Anthropic Claude Status Check",
            "tags": [
              "status",
              "anthropic",
              "claude",
              "ai",
              "llm",
              "api",
              "incident-response"
            ]
          }
        }
      },
      "metadata": {
        "price": {
          "mode": "fixed",
          "currency": "USD",
          "amount": "0.001"
        },
        "input": {
          "type": "object",
          "properties": {
            "includeComponents": {
              "type": "boolean",
              "default": true
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "additionalProperties": true
        }
      },
      "configured": true
    },
    {
      "resource": "https://agentic.crowdpull.click/api/check/domain",
      "type": "http",
      "x402Version": 2,
      "serviceName": "DNS SSL Email Launch Check",
      "description": "Check a domain's launch basics: DNS resolution, HTTPS reachability, MX, SPF, DMARC, CAA, and optional DKIM selectors.",
      "tags": [
        "x402",
        "agent-tools",
        "dns",
        "ssl",
        "email",
        "deliverability",
        "launch-check"
      ],
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "20000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x95E548cC2000D8674B3A79F9EbeEc30f8fb7A906",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "domain": "example.com",
                "dkimSelectors": [
                  "google",
                  "selector1"
                ]
              }
            },
            "output": {
              "type": "json",
              "example": {
                "type": "object",
                "additionalProperties": true
              }
            }
          },
          "routeTemplate": "/api/check/domain",
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "POST"
                    ]
                  },
                  "bodyType": {
                    "type": "string",
                    "enum": [
                      "json"
                    ]
                  },
                  "body": {
                    "type": "object",
                    "required": [
                      "domain"
                    ],
                    "properties": {
                      "domain": {
                        "type": "string",
                        "minLength": 1
                      },
                      "dkimSelectors": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        },
                        "maxItems": 10
                      }
                    },
                    "additionalProperties": false
                  }
                },
                "required": [
                  "type",
                  "method",
                  "bodyType",
                  "body"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "example": {
                    "type": "object",
                    "additionalProperties": true
                  }
                },
                "required": [
                  "example"
                ],
                "additionalProperties": false
              }
            },
            "required": [
              "input",
              "output"
            ],
            "additionalProperties": false
          },
          "resource": {
            "url": "https://agentic.crowdpull.click/api/check/domain",
            "method": "POST",
            "description": "Check a domain's launch basics: DNS resolution, HTTPS reachability, MX, SPF, DMARC, CAA, and optional DKIM selectors.",
            "mimeType": "application/json",
            "serviceName": "DNS SSL Email Launch Check",
            "tags": [
              "dns",
              "ssl",
              "email",
              "deliverability",
              "launch-check"
            ]
          }
        }
      },
      "metadata": {
        "price": {
          "mode": "fixed",
          "currency": "USD",
          "amount": "0.02"
        },
        "input": {
          "type": "object",
          "required": [
            "domain"
          ],
          "properties": {
            "domain": {
              "type": "string",
              "minLength": 1
            },
            "dkimSelectors": {
              "type": "array",
              "items": {
                "type": "string"
              },
              "maxItems": 10
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "additionalProperties": true
        }
      },
      "configured": true
    },
    {
      "resource": "https://agentic.crowdpull.click/api/artifacts",
      "type": "http",
      "x402Version": 2,
      "serviceName": "Temporary Hosted Artifact",
      "description": "Create a short-lived signed hosted artifact for agents: text, JSON, SVG badge, or redirect URL. No database required for small artifacts.",
      "tags": [
        "x402",
        "agent-tools",
        "artifact-hosting",
        "webhook-bin",
        "signed-url",
        "agent-tools"
      ],
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "10000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x95E548cC2000D8674B3A79F9EbeEc30f8fb7A906",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "kind": "json",
                "content": {
                  "ok": true,
                  "message": "hello agent"
                },
                "ttlSeconds": 3600
              }
            },
            "output": {
              "type": "json",
              "example": {
                "type": "object",
                "required": [
                  "artifactUrl",
                  "expiresAt"
                ],
                "properties": {
                  "artifactUrl": {
                    "type": "string",
                    "format": "uri"
                  },
                  "expiresAt": {
                    "type": "string",
                    "format": "date-time"
                  }
                }
              }
            }
          },
          "routeTemplate": "/api/artifacts",
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "POST"
                    ]
                  },
                  "bodyType": {
                    "type": "string",
                    "enum": [
                      "json"
                    ]
                  },
                  "body": {
                    "type": "object",
                    "required": [
                      "kind",
                      "content"
                    ],
                    "properties": {
                      "kind": {
                        "type": "string",
                        "enum": [
                          "text",
                          "json",
                          "svg",
                          "redirect"
                        ]
                      },
                      "content": {},
                      "contentType": {
                        "type": "string"
                      },
                      "ttlSeconds": {
                        "type": "integer",
                        "minimum": 60,
                        "maximum": 604800,
                        "default": 86400
                      },
                      "filename": {
                        "type": "string",
                        "maxLength": 120
                      }
                    },
                    "additionalProperties": false
                  }
                },
                "required": [
                  "type",
                  "method",
                  "bodyType",
                  "body"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "example": {
                    "type": "object",
                    "required": [
                      "artifactUrl",
                      "expiresAt"
                    ],
                    "properties": {
                      "artifactUrl": {
                        "type": "string",
                        "format": "uri"
                      },
                      "expiresAt": {
                        "type": "string",
                        "format": "date-time"
                      }
                    }
                  }
                },
                "required": [
                  "example"
                ],
                "additionalProperties": false
              }
            },
            "required": [
              "input",
              "output"
            ],
            "additionalProperties": false
          },
          "resource": {
            "url": "https://agentic.crowdpull.click/api/artifacts",
            "method": "POST",
            "description": "Create a short-lived signed hosted artifact for agents: text, JSON, SVG badge, or redirect URL. No database required for small artifacts.",
            "mimeType": "application/json",
            "serviceName": "Temporary Hosted Artifact",
            "tags": [
              "artifact-hosting",
              "webhook-bin",
              "signed-url",
              "agent-tools"
            ]
          }
        }
      },
      "metadata": {
        "price": {
          "mode": "fixed",
          "currency": "USD",
          "amount": "0.01"
        },
        "input": {
          "type": "object",
          "required": [
            "kind",
            "content"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "enum": [
                "text",
                "json",
                "svg",
                "redirect"
              ]
            },
            "content": {},
            "contentType": {
              "type": "string"
            },
            "ttlSeconds": {
              "type": "integer",
              "minimum": 60,
              "maximum": 604800,
              "default": 86400
            },
            "filename": {
              "type": "string",
              "maxLength": 120
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "required": [
            "artifactUrl",
            "expiresAt"
          ],
          "properties": {
            "artifactUrl": {
              "type": "string",
              "format": "uri"
            },
            "expiresAt": {
              "type": "string",
              "format": "date-time"
            }
          }
        }
      },
      "configured": true
    },
    {
      "resource": "https://agentic.crowdpull.click/api/audit/agent-launch",
      "type": "http",
      "x402Version": 2,
      "serviceName": "Agent Launch Audit",
      "description": "Audit whether a site or API is ready for AI agents: discoverability, markdown access, OpenAPI, MCP, Agent Skills, x402 commerce, and concrete fix instructions.",
      "tags": [
        "x402",
        "agent-tools",
        "agent-readiness",
        "launch-audit",
        "mcp",
        "agent-skills",
        "x402",
        "seo"
      ],
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "30000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x95E548cC2000D8674B3A79F9EbeEc30f8fb7A906",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "url": "https://example.com",
                "siteType": "all",
                "includeEvidence": true
              }
            },
            "output": {
              "type": "json",
              "example": {
                "type": "object",
                "additionalProperties": true
              }
            }
          },
          "routeTemplate": "/api/audit/agent-launch",
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "POST"
                    ]
                  },
                  "bodyType": {
                    "type": "string",
                    "enum": [
                      "json"
                    ]
                  },
                  "body": {
                    "type": "object",
                    "required": [
                      "url"
                    ],
                    "properties": {
                      "url": {
                        "type": "string",
                        "format": "uri"
                      },
                      "siteType": {
                        "type": "string",
                        "enum": [
                          "all",
                          "content",
                          "api"
                        ],
                        "default": "all"
                      },
                      "includeEvidence": {
                        "type": "boolean",
                        "default": true
                      }
                    },
                    "additionalProperties": false
                  }
                },
                "required": [
                  "type",
                  "method",
                  "bodyType",
                  "body"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "example": {
                    "type": "object",
                    "additionalProperties": true
                  }
                },
                "required": [
                  "example"
                ],
                "additionalProperties": false
              }
            },
            "required": [
              "input",
              "output"
            ],
            "additionalProperties": false
          },
          "resource": {
            "url": "https://agentic.crowdpull.click/api/audit/agent-launch",
            "method": "POST",
            "description": "Audit whether a site or API is ready for AI agents: discoverability, markdown access, OpenAPI, MCP, Agent Skills, x402 commerce, and concrete fix instructions.",
            "mimeType": "application/json",
            "serviceName": "Agent Launch Audit",
            "tags": [
              "agent-readiness",
              "launch-audit",
              "mcp",
              "agent-skills",
              "x402",
              "seo"
            ]
          }
        }
      },
      "metadata": {
        "price": {
          "mode": "fixed",
          "currency": "USD",
          "amount": "0.03"
        },
        "input": {
          "type": "object",
          "required": [
            "url"
          ],
          "properties": {
            "url": {
              "type": "string",
              "format": "uri"
            },
            "siteType": {
              "type": "string",
              "enum": [
                "all",
                "content",
                "api"
              ],
              "default": "all"
            },
            "includeEvidence": {
              "type": "boolean",
              "default": true
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "additionalProperties": true
        }
      },
      "configured": true
    },
    {
      "resource": "https://agentic.crowdpull.click/api/check/agent-discoverability",
      "type": "http",
      "x402Version": 2,
      "serviceName": "Agent Discoverability Check",
      "description": "Check robots.txt, sitemap, Link headers, markdown access, llms.txt, and AI content-signal hints for agent-facing discoverability.",
      "tags": [
        "x402",
        "agent-tools",
        "agent-readiness",
        "robots",
        "sitemap",
        "llms",
        "markdown",
        "link-headers"
      ],
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "10000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x95E548cC2000D8674B3A79F9EbeEc30f8fb7A906",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "url": "https://example.com",
                "includeEvidence": true
              }
            },
            "output": {
              "type": "json",
              "example": {
                "type": "object",
                "additionalProperties": true
              }
            }
          },
          "routeTemplate": "/api/check/agent-discoverability",
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "POST"
                    ]
                  },
                  "bodyType": {
                    "type": "string",
                    "enum": [
                      "json"
                    ]
                  },
                  "body": {
                    "type": "object",
                    "required": [
                      "url"
                    ],
                    "properties": {
                      "url": {
                        "type": "string",
                        "format": "uri"
                      },
                      "includeEvidence": {
                        "type": "boolean",
                        "default": true
                      }
                    },
                    "additionalProperties": false
                  }
                },
                "required": [
                  "type",
                  "method",
                  "bodyType",
                  "body"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "example": {
                    "type": "object",
                    "additionalProperties": true
                  }
                },
                "required": [
                  "example"
                ],
                "additionalProperties": false
              }
            },
            "required": [
              "input",
              "output"
            ],
            "additionalProperties": false
          },
          "resource": {
            "url": "https://agentic.crowdpull.click/api/check/agent-discoverability",
            "method": "POST",
            "description": "Check robots.txt, sitemap, Link headers, markdown access, llms.txt, and AI content-signal hints for agent-facing discoverability.",
            "mimeType": "application/json",
            "serviceName": "Agent Discoverability Check",
            "tags": [
              "agent-readiness",
              "robots",
              "sitemap",
              "llms",
              "markdown",
              "link-headers"
            ]
          }
        }
      },
      "metadata": {
        "price": {
          "mode": "fixed",
          "currency": "USD",
          "amount": "0.01"
        },
        "input": {
          "type": "object",
          "required": [
            "url"
          ],
          "properties": {
            "url": {
              "type": "string",
              "format": "uri"
            },
            "includeEvidence": {
              "type": "boolean",
              "default": true
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "additionalProperties": true
        }
      },
      "configured": true
    },
    {
      "resource": "https://agentic.crowdpull.click/api/check/agent-protocols",
      "type": "http",
      "x402Version": 2,
      "serviceName": "Agent Protocol Discovery Check",
      "description": "Check OpenAPI, API catalog, MCP server cards, Agent Skills, auth.md, OAuth discovery, OAuth protected-resource metadata, A2A cards, and WebMCP hints.",
      "tags": [
        "x402",
        "agent-tools",
        "agent-readiness",
        "openapi",
        "mcp",
        "agent-skills",
        "oauth",
        "a2a",
        "webmcp"
      ],
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "20000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x95E548cC2000D8674B3A79F9EbeEc30f8fb7A906",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "url": "https://example.com",
                "includeEvidence": true
              }
            },
            "output": {
              "type": "json",
              "example": {
                "type": "object",
                "additionalProperties": true
              }
            }
          },
          "routeTemplate": "/api/check/agent-protocols",
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "POST"
                    ]
                  },
                  "bodyType": {
                    "type": "string",
                    "enum": [
                      "json"
                    ]
                  },
                  "body": {
                    "type": "object",
                    "required": [
                      "url"
                    ],
                    "properties": {
                      "url": {
                        "type": "string",
                        "format": "uri"
                      },
                      "includeEvidence": {
                        "type": "boolean",
                        "default": true
                      }
                    },
                    "additionalProperties": false
                  }
                },
                "required": [
                  "type",
                  "method",
                  "bodyType",
                  "body"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "example": {
                    "type": "object",
                    "additionalProperties": true
                  }
                },
                "required": [
                  "example"
                ],
                "additionalProperties": false
              }
            },
            "required": [
              "input",
              "output"
            ],
            "additionalProperties": false
          },
          "resource": {
            "url": "https://agentic.crowdpull.click/api/check/agent-protocols",
            "method": "POST",
            "description": "Check OpenAPI, API catalog, MCP server cards, Agent Skills, auth.md, OAuth discovery, OAuth protected-resource metadata, A2A cards, and WebMCP hints.",
            "mimeType": "application/json",
            "serviceName": "Agent Protocol Discovery Check",
            "tags": [
              "agent-readiness",
              "openapi",
              "mcp",
              "agent-skills",
              "oauth",
              "a2a",
              "webmcp"
            ]
          }
        }
      },
      "metadata": {
        "price": {
          "mode": "fixed",
          "currency": "USD",
          "amount": "0.02"
        },
        "input": {
          "type": "object",
          "required": [
            "url"
          ],
          "properties": {
            "url": {
              "type": "string",
              "format": "uri"
            },
            "includeEvidence": {
              "type": "boolean",
              "default": true
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "additionalProperties": true
        }
      },
      "configured": true
    },
    {
      "resource": "https://agentic.crowdpull.click/api/check/agent-commerce",
      "type": "http",
      "x402Version": 2,
      "serviceName": "Agent Commerce Check",
      "description": "Check whether a site exposes machine-payable commerce metadata for x402, MPP-style OpenAPI payment hints, UCP, or ACP.",
      "tags": [
        "x402",
        "agent-tools",
        "agent-readiness",
        "x402",
        "mpp",
        "ucp",
        "acp",
        "commerce"
      ],
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "10000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x95E548cC2000D8674B3A79F9EbeEc30f8fb7A906",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "url": "https://example.com",
                "includeEvidence": true
              }
            },
            "output": {
              "type": "json",
              "example": {
                "type": "object",
                "additionalProperties": true
              }
            }
          },
          "routeTemplate": "/api/check/agent-commerce",
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "POST"
                    ]
                  },
                  "bodyType": {
                    "type": "string",
                    "enum": [
                      "json"
                    ]
                  },
                  "body": {
                    "type": "object",
                    "required": [
                      "url"
                    ],
                    "properties": {
                      "url": {
                        "type": "string",
                        "format": "uri"
                      },
                      "includeEvidence": {
                        "type": "boolean",
                        "default": true
                      }
                    },
                    "additionalProperties": false
                  }
                },
                "required": [
                  "type",
                  "method",
                  "bodyType",
                  "body"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "example": {
                    "type": "object",
                    "additionalProperties": true
                  }
                },
                "required": [
                  "example"
                ],
                "additionalProperties": false
              }
            },
            "required": [
              "input",
              "output"
            ],
            "additionalProperties": false
          },
          "resource": {
            "url": "https://agentic.crowdpull.click/api/check/agent-commerce",
            "method": "POST",
            "description": "Check whether a site exposes machine-payable commerce metadata for x402, MPP-style OpenAPI payment hints, UCP, or ACP.",
            "mimeType": "application/json",
            "serviceName": "Agent Commerce Check",
            "tags": [
              "agent-readiness",
              "x402",
              "mpp",
              "ucp",
              "acp",
              "commerce"
            ]
          }
        }
      },
      "metadata": {
        "price": {
          "mode": "fixed",
          "currency": "USD",
          "amount": "0.01"
        },
        "input": {
          "type": "object",
          "required": [
            "url"
          ],
          "properties": {
            "url": {
              "type": "string",
              "format": "uri"
            },
            "includeEvidence": {
              "type": "boolean",
              "default": true
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "additionalProperties": true
        }
      },
      "configured": true
    },
    {
      "resource": "https://agentic.crowdpull.click/api/audit/agent-batch",
      "type": "http",
      "x402Version": 2,
      "serviceName": "Agent Readiness Batch Audit",
      "description": "Run agent-readiness checks across up to five URLs in one paid call and return comparable scores, failures, and concrete next steps.",
      "tags": [
        "x402",
        "agent-tools",
        "agent-readiness",
        "batch-audit",
        "launch-audit",
        "seo",
        "x402"
      ],
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "50000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x95E548cC2000D8674B3A79F9EbeEc30f8fb7A906",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "urls": [
                  "https://example.com",
                  "https://example.org"
                ],
                "scope": "all",
                "includeEvidence": false
              }
            },
            "output": {
              "type": "json",
              "example": {
                "type": "object",
                "additionalProperties": true
              }
            }
          },
          "routeTemplate": "/api/audit/agent-batch",
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "POST"
                    ]
                  },
                  "bodyType": {
                    "type": "string",
                    "enum": [
                      "json"
                    ]
                  },
                  "body": {
                    "type": "object",
                    "required": [
                      "urls"
                    ],
                    "properties": {
                      "urls": {
                        "type": "array",
                        "items": {
                          "type": "string",
                          "format": "uri"
                        },
                        "minItems": 1,
                        "maxItems": 5
                      },
                      "scope": {
                        "type": "string",
                        "enum": [
                          "all",
                          "discoverability",
                          "protocols",
                          "commerce"
                        ],
                        "default": "all"
                      },
                      "includeEvidence": {
                        "type": "boolean",
                        "default": false
                      }
                    },
                    "additionalProperties": false
                  }
                },
                "required": [
                  "type",
                  "method",
                  "bodyType",
                  "body"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "example": {
                    "type": "object",
                    "additionalProperties": true
                  }
                },
                "required": [
                  "example"
                ],
                "additionalProperties": false
              }
            },
            "required": [
              "input",
              "output"
            ],
            "additionalProperties": false
          },
          "resource": {
            "url": "https://agentic.crowdpull.click/api/audit/agent-batch",
            "method": "POST",
            "description": "Run agent-readiness checks across up to five URLs in one paid call and return comparable scores, failures, and concrete next steps.",
            "mimeType": "application/json",
            "serviceName": "Agent Readiness Batch Audit",
            "tags": [
              "agent-readiness",
              "batch-audit",
              "launch-audit",
              "seo",
              "x402"
            ]
          }
        }
      },
      "metadata": {
        "price": {
          "mode": "fixed",
          "currency": "USD",
          "amount": "0.05"
        },
        "input": {
          "type": "object",
          "required": [
            "urls"
          ],
          "properties": {
            "urls": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "uri"
              },
              "minItems": 1,
              "maxItems": 5
            },
            "scope": {
              "type": "string",
              "enum": [
                "all",
                "discoverability",
                "protocols",
                "commerce"
              ],
              "default": "all"
            },
            "includeEvidence": {
              "type": "boolean",
              "default": false
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "additionalProperties": true
        }
      },
      "configured": true
    },
    {
      "resource": "https://agentic.crowdpull.click/api/badge/agent-ready",
      "type": "http",
      "x402Version": 2,
      "serviceName": "Agent Ready Badge",
      "description": "Generate an agent-readiness score and SVG badge for a URL using the same checks as the launch audit.",
      "tags": [
        "x402",
        "agent-tools",
        "agent-readiness",
        "badge",
        "svg",
        "launch-audit"
      ],
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "10000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x95E548cC2000D8674B3A79F9EbeEc30f8fb7A906",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "url": "https://example.com",
                "scope": "all",
                "includeEvidence": false
              }
            },
            "output": {
              "type": "json",
              "example": {
                "type": "object",
                "additionalProperties": true
              }
            }
          },
          "routeTemplate": "/api/badge/agent-ready",
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "POST"
                    ]
                  },
                  "bodyType": {
                    "type": "string",
                    "enum": [
                      "json"
                    ]
                  },
                  "body": {
                    "type": "object",
                    "required": [
                      "url"
                    ],
                    "properties": {
                      "url": {
                        "type": "string",
                        "format": "uri"
                      },
                      "scope": {
                        "type": "string",
                        "enum": [
                          "all",
                          "discoverability",
                          "protocols",
                          "commerce"
                        ],
                        "default": "all"
                      },
                      "includeEvidence": {
                        "type": "boolean",
                        "default": false
                      }
                    },
                    "additionalProperties": false
                  }
                },
                "required": [
                  "type",
                  "method",
                  "bodyType",
                  "body"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "example": {
                    "type": "object",
                    "additionalProperties": true
                  }
                },
                "required": [
                  "example"
                ],
                "additionalProperties": false
              }
            },
            "required": [
              "input",
              "output"
            ],
            "additionalProperties": false
          },
          "resource": {
            "url": "https://agentic.crowdpull.click/api/badge/agent-ready",
            "method": "POST",
            "description": "Generate an agent-readiness score and SVG badge for a URL using the same checks as the launch audit.",
            "mimeType": "application/json",
            "serviceName": "Agent Ready Badge",
            "tags": [
              "agent-readiness",
              "badge",
              "svg",
              "launch-audit"
            ]
          }
        }
      },
      "metadata": {
        "price": {
          "mode": "fixed",
          "currency": "USD",
          "amount": "0.01"
        },
        "input": {
          "type": "object",
          "required": [
            "url"
          ],
          "properties": {
            "url": {
              "type": "string",
              "format": "uri"
            },
            "scope": {
              "type": "string",
              "enum": [
                "all",
                "discoverability",
                "protocols",
                "commerce"
              ],
              "default": "all"
            },
            "includeEvidence": {
              "type": "boolean",
              "default": false
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "additionalProperties": true
        }
      },
      "configured": true
    },
    {
      "resource": "https://agentic.crowdpull.click/api/package/x402-directory",
      "type": "http",
      "x402Version": 2,
      "serviceName": "x402 Directory Listing Pack",
      "description": "Build a compact listing payload for x402 directories: service name, discovery links, payment metadata, endpoint counts, tags, and readiness warnings.",
      "tags": [
        "x402",
        "agent-tools",
        "x402",
        "directory-listing",
        "marketplace",
        "bazaar",
        "discovery"
      ],
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "10000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x95E548cC2000D8674B3A79F9EbeEc30f8fb7A906",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "url": "https://example.com",
                "name": "Example x402 API",
                "tags": [
                  "x402",
                  "agents"
                ]
              }
            },
            "output": {
              "type": "json",
              "example": {
                "type": "object",
                "additionalProperties": true
              }
            }
          },
          "routeTemplate": "/api/package/x402-directory",
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "POST"
                    ]
                  },
                  "bodyType": {
                    "type": "string",
                    "enum": [
                      "json"
                    ]
                  },
                  "body": {
                    "type": "object",
                    "required": [
                      "url"
                    ],
                    "properties": {
                      "url": {
                        "type": "string",
                        "format": "uri"
                      },
                      "name": {
                        "type": "string",
                        "maxLength": 80
                      },
                      "tags": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        },
                        "maxItems": 12
                      }
                    },
                    "additionalProperties": false
                  }
                },
                "required": [
                  "type",
                  "method",
                  "bodyType",
                  "body"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "example": {
                    "type": "object",
                    "additionalProperties": true
                  }
                },
                "required": [
                  "example"
                ],
                "additionalProperties": false
              }
            },
            "required": [
              "input",
              "output"
            ],
            "additionalProperties": false
          },
          "resource": {
            "url": "https://agentic.crowdpull.click/api/package/x402-directory",
            "method": "POST",
            "description": "Build a compact listing payload for x402 directories: service name, discovery links, payment metadata, endpoint counts, tags, and readiness warnings.",
            "mimeType": "application/json",
            "serviceName": "x402 Directory Listing Pack",
            "tags": [
              "x402",
              "directory-listing",
              "marketplace",
              "bazaar",
              "discovery"
            ]
          }
        }
      },
      "metadata": {
        "price": {
          "mode": "fixed",
          "currency": "USD",
          "amount": "0.01"
        },
        "input": {
          "type": "object",
          "required": [
            "url"
          ],
          "properties": {
            "url": {
              "type": "string",
              "format": "uri"
            },
            "name": {
              "type": "string",
              "maxLength": 80
            },
            "tags": {
              "type": "array",
              "items": {
                "type": "string"
              },
              "maxItems": 12
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "additionalProperties": true
        }
      },
      "configured": true
    }
  ],
  "settlement": {
    "network": "eip155:8453",
    "asset": "USDC",
    "assetAddress": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "facilitator": "https://api.cdp.coinbase.com/platform/v2/x402",
    "payTo": "0x95E548cC2000D8674B3A79F9EbeEc30f8fb7A906"
  },
  "seeAlso": [
    "https://agentic.crowdpull.click/api/directory",
    "https://agentic.crowdpull.click/openapi.json",
    "https://agentic.crowdpull.click/llms.txt"
  ]
}