{
  "generated_at": "2026-05-11T00:56:48.476130+00:00",
  "slug": "x402-auteng-ai-api-x402-compute",
  "title": "X402 Compute",
  "url": "https://x402.auteng.ai/api/x402/compute",
  "category": "compute",
  "summary": "X402 Compute \u2014 x402-protected compute API. Pay $0.0020 per call on base. Indexed by x402all.",
  "seo": {
    "title": "X402 Compute \u2014 x402 compute API \u00b7 $0.0020 per call",
    "description": "X402 Compute \u2014 x402-protected compute API. Pay $0.0020 per call on base. Indexed by x402all."
  },
  "use_cases": [],
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 0.667,
    "median_category_atomic": 3000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "verified_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x16f452f90aced51f6ebd0b790eca12d196e42085",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "2000",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "Execute python code in sandboxed environment (small tier)",
      "verified": true,
      "hints": {
        "input": {
          "body": {
            "type": "object",
            "required": [
              "code"
            ],
            "properties": {
              "code": {
                "type": "string",
                "description": "Code to execute in the sandbox"
              },
              "size": {
                "enum": [
                  "small",
                  "med",
                  "large"
                ],
                "type": "string",
                "default": "small",
                "description": "Sandbox size: small (2 vCPU, 1GB), med (4 vCPU, 4GB), large (8 vCPU, 8GB)"
              },
              "files": {
                "type": "object",
                "description": "Files to upload (filename \u2192 base64 content)",
                "additionalProperties": {
                  "type": "string"
                }
              },
              "stack": {
                "enum": [
                  "python",
                  "node"
                ],
                "type": "string",
                "default": "python",
                "description": "Execution stack: python (Python 3.14) or node (Node.js 24 LTS)"
              },
              "timeout_seconds": {
                "type": "integer",
                "minimum": 1,
                "description": "Custom timeout in seconds (extra time charged per-second)"
              }
            }
          },
          "type": "http",
          "method": "POST",
          "bodyType": "json"
        },
        "output": {
          "type": "json",
          "example": {
            "size": "small",
            "files": {},
            "stack": "python",
            "stderr": "",
            "stdout": "Hello from AutEng x402!\n",
            "exit_code": 0,
            "sandbox_id": "sbx_example123",
            "execution_time_ms": 234
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "x402-auteng-ai",
    "host": "x402.auteng.ai",
    "url": "https://x402.auteng.ai",
    "favicon": "https://auteng.ai/favicon.ico"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/x402-auteng-ai-api-x402-compute",
    "url": "https://x402all.com/resource/x402-auteng-ai-api-x402-compute",
    "name": "X402 Compute",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/x402-auteng-ai-api-x402-compute",
      "@type": "Offer",
      "price": "0.002",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "additionalProperty": [
        {
          "name": "paymentNetwork",
          "@type": "PropertyValue",
          "value": "base"
        },
        {
          "name": "paymentAsset",
          "@type": "PropertyValue",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ],
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.002000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent"
    },
    "sameAs": "https://x402.auteng.ai/api/x402/compute",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/x402-auteng-ai",
      "url": "https://x402.auteng.ai",
      "name": "x402.auteng.ai",
      "@type": "Organization"
    },
    "identifier": "x402-auteng-ai-api-x402-compute",
    "description": "X402 Compute \u2014 x402-protected compute API. Pay $0.0020 per call on base. Indexed by x402all.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=x402-auteng-ai-api-x402-compute",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "compute"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=x402-auteng-ai-api-x402-compute",
  "callability": {
    "status": "partial",
    "schema_callability": 0.262,
    "source": "provider_well_known",
    "source_confidence": 0.95,
    "match_confidence": 0.4,
    "schema_confidence": 0.0,
    "validated_at": "2026-05-11T00:55:04.387334+00:00",
    "warnings": []
  },
  "contract": {
    "route_template": "https://x402.auteng.ai/api/x402/compute",
    "content_type": "application/json",
    "examples": [],
    "schema_presence": {
      "path_schema": "unknown",
      "query_schema": "unknown",
      "header_schema": "unknown",
      "request_body_schema": "unknown",
      "response_schema": "unknown"
    },
    "contract_hash": "941a9d8166a6ef91ec0ba2801db114f12151fdde63aa64a7343a000533665bc3"
  }
}