{
  "format": "delx/intent-card/v1",
  "id": "ipv4-octets-api",
  "intent": "IPv4 Octets for an agent workflow",
  "title": "IPv4 Octets API for agents",
  "description": "Parse IPv4 into octets. Call when you validate IP literals held by agents. Returns valid flag and octets for $0.001 USDC via x402 on Base. No network, no keys, no retention; first-party local JSON only. Results are advisory; the caller owns budgets, auth, and production controls.",
  "keywords": [
    "IPv4 Octets API",
    "IPv4 Octets for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-07",
  "canonical_url": "https://commerce.delx.ai/intents/ipv4-octets-api",
  "machine_url": "https://commerce.delx.ai/intents/ipv4-octets-api.json",
  "recommendation": {
    "tool_name": "util_ipv4_octets",
    "service_name": "Delx IPv4 Octets",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/ipv4-octets",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "ip": {
          "description": "Input field: ip.",
          "type": "string"
        }
      },
      "required": [
        "ip"
      ],
      "additionalProperties": true
    },
    "example_input": {
      "ip": "10.0.0.1"
    },
    "example_output": {
      "schema": "delx/util-ipv4-octets/v1",
      "valid": true,
      "octets": [
        10,
        0,
        0,
        1
      ],
      "ip": "10.0.0.1"
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/ipv4-octets -m POST -H 'x-delx-source: intent-card-ipv4-octets-api' --max-amount 0.001 -b '{\"ip\":\"10.0.0.1\"}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-ipv4-octets-api"
  },
  "evidence": {
    "paid_openapi": "https://api.delx.ai/openapi.x402.json",
    "governed_portfolio": "https://api.delx.ai/x402-portfolio.json",
    "live_contract": "https://api.delx.ai/api/v1/x402/ipv4-octets"
  }
}
