Check one public AWS, Google Cloud, Azure, DigitalOcean, or Linode service/location status
Check one public AWS, Google Cloud, Azure, DigitalOcean, or Linode service/location status source and return a terse agent-ready verdict.
5000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-17
updated
Provider
agentbodega.store · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0xe8799C2dedA78ECcEB329D1E8FE9F110bf55E4F8",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "5000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "4tWJRwNyhGr88QTiV2yzMoGsaxZiCSRDepf9JTdBEgyi",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"amount": "5000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"body": {
"includeHistory": false,
"provider": "aws",
"region": "us-east-1",
"service": "lambda"
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"example": {
"success": true
},
"type": "json"
}
},
"routeTemplate": "/api/cloud/status/check",
"schema": {
"properties": {
"input": {
"properties": {
"body": {
"contentType": "application/json",
"fieldCount": 8,
"fields": [
{
"name": "provider",
"required": true,
"type": "string"
},
{
"name": "service",
"required": false,
"type": "string"
},
{
"name": "product",
"required": false,
"type": "string"
},
{
"name": "region",
"required": false,
"type": "string"
},
{
"name": "location",
"required": false,
"type": "string"
},
{
"name": "includeHistory",
"required": false,
"type": "boolean"
},
{
"name": "includeHealthy",
"required": false,
"type": "boolean"
},
{
"name": "incidentLimit",
"required": false,
"type": "integer"
}
],
"omittedFieldCount": 0,
"optionalPreview": [
"service",
"product",
"region",
"location",
"includeHistory",
"includeHealthy",
"incidentLimit"
],
"required": [
"provider"
]
},
"bodyType": {
"enum": [
"json"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"type": "object"
},
"type": {
"const": "json",
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
}
}Use it
curl
curl "https://agentbodega.store/api/cloud/status/check" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://agentbodega.store/api/cloud/status/check");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://agentbodega.store/api/cloud/status/check")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/6369.json, and this resource appears in /discovery/resources and /discovery/search.