TOLL

What software pays for, recorded every six hours.

Snapshot
2026-09-15 16:57 UTC
Sweep
daily-2026-09-15 · finished 2026-09-15 07:10 UTC
Listed
16,167

iac scan derived

api.agentstools.devStoragederived

POST https://api.agentstools.dev/iac/scan

passlisted in Coinbase#62 by calls of 342 on this host

0.02 USDC

per call, as the listing declares it on eip155:8453

Compare with anotherEvery figure as JSONCite this page

the price, as of 2026-09-15 16:57 UTC · method · pinnable

Validation state
pass
as of 2026-09-15 06:13 UTC · method · pinnable · sweep daily-2026-09-15
Uptime, 7 / 30 / 90 days
100% / 100% / 100%
as of 2026-09-15 06:13 UTC · method · pinnable · 5 of 5 in 7d, 5 of 5 in 30d, 5 of 5 in 90d
Calls, trailing 30 days
1
as of 2026-09-15 16:57 UTC · method · pinnable
Unique payers, trailing 30 days
1
as of 2026-09-15 16:57 UTC · method · pinnable
Last called
2026-08-17 09:55 UTC
as of 2026-09-15 16:57 UTC · method · pinnable
First observed by TOLLderived
2026-09-10
as of 2026-09-10 19:08 UTC · method · pinnable · observation began 10 September 2026; listings that predate it show that date
Pricederived
0.02 USDC
as of 2026-09-15 16:57 UTC · method · pinnable · on eip155:8453
Networks
5
as of 2026-09-15 16:57 UTC · method · pinnable

Counters

28 observations, 1 of them a change, fewer than the 3 a trace needs

How big is this endpoint among the ones like it?

1 call100,000this endpoint
Calls counted in the trailing thirty days across the 221 endpoints in Storage that carry counters, binned on a logarithmic scale because the range runs over five orders of magnitude. The marked bin is this endpoint, at 1: 154 in the category are counted higher and 66 lower.

No trace is drawn of this endpoint’s own volume. Its counters have changed 1 time across 28 observations, and 3 changes are the fewest this site will draw a trace through, because two points and a guess are not a series. Every observation is in the JSON.

In words

Of api.agentstools.dev's 342 listings, iac scan ranks tied 62nd by calls with 280 others.

iac scan takes a json body with the fields format and content.

A response from iac scan, as declared, includes format, object, verdict, coverage, findings, disclaimer and 2 others.

iac scan drew a single call from a single payer in the trailing 30 days.

The last call to iac scan came 29 days before the snapshot, 2026-08-17.

iac scan is priced at 0.02 USDC on Base.

For iac scan the listing declares 5 accepts on Base, Polygon, Arbitrum, World Chain and 1 other, to 2 different wallets.

TOLL files iac scan under storage: a POST endpoint on api.agentstools.dev, listed in the Coinbase registry.

iac scan answered the sweep of 2026-09-15 with a valid 402, as at every sweep since 2026-09-11.

Closest in price to iac scan within storage: archive at agents.x402stock.xyz and witness at witnessd.vip.

iac scan is priced above 73% of comparable listings in storage.

For 1 of the options on iac scan, TOLL has no verified decimals and shows the raw amount.

The wallet paid by iac scan is the payee of 344 endpoints across 2 hosts.

Seller tags: iac, terraform, kubernetes and cloud.

Payment options as declared

the payment options, as of 2026-09-15 16:57 UTC · method · pinnable

Every payment option declared on this listing
registrynetworkassetamountschemepay to
Coinbaseeip155:8453USDC0.02 USDCexact0xF22e55…DFf493
Coinbaseeip155:137USDC0.02 USDCexact0xF22e55…DFf493
Coinbaseeip155:42161USDC0.02 USDCexact0xF22e55…DFf493
Coinbaseeip155:480USDC20000 smallest units, decimals unknownexact0xF22e55…DFf493
Coinbasesolana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpUSDC0.02 USDCexactAytHnvc6…cZ8R1u

Preflight checks at the last sweep

the checks, as of 2026-09-15 06:13 UTC · method · pinnableendpoint answered HTTP 402

No named check failed.

Validation history, 90 days

Every sweep that observed this endpoint, newest first.

Validation observations over the last 90 days
observed, UTCstatefailed checkssweep
2026-09-15 06:13 UTCpass0daily-2026-09-15
2026-09-14 05:44 UTCpass0daily-2026-09-14
2026-09-13 05:37 UTCpass0daily-2026-09-13
2026-09-12 07:54 UTCpass0daily-2026-09-12
2026-09-11 11:48 UTCpass0daily-2026-09-11

Registry presence

Presence in a registry, not liveness of the service (method). Newest first.

  1. listed in Coinbase

Declared input and output, as listed

From the registry record, not validated by TOLL.the declared schema, as of 2026-08-17 09:55 UTC · method · live

The input and output block
{
  "input": {
    "body": {
      "format": "kubernetes",
      "content": "apiVersion: v1\nkind: Pod\nmetadata:\n  name: web\nspec:\n  containers:\n  - name: app\n    image: nginx:latest\n    securityContext:\n      privileged: true\n"
    },
    "type": "http",
    "method": "POST",
    "bodyType": "json"
  },
  "output": {
    "type": "json",
    "example": {
      "format": "kubernetes",
      "object": "config",
      "verdict": "block",
      "coverage": {
        "rules_total": 52,
        "resources_scanned": 1,
        "dimensions_flagged": [
          "container_security"
        ]
      },
      "findings": [
        {
          "path": "doc[0] Pod/web",
          "reason": "Container runs in privileged mode (full host access).",
          "rule_id": "k8s.privileged",
          "evidence": "pod.containers.0.securityContext.privileged = True",
          "fix_hint": "Set securityContext.privileged = false.",
          "provider": "k8s",
          "resource": "Pod.web",
          "severity": "critical",
          "dimension": "container_security"
        }
      ],
      "disclaimer": "Automated security indicators, not a guarantee.",
      "risk_score": 40,
      "config_hash": "sha256:…",
      "resource_count": 1,
      "ruleset_version": "2026.07.16",
      "counts_by_severity": {
        "critical": 1
      }
    }
  }
}
Cite this page

The pinned URL below renders this page from the snapshot of 2026-09-15 16:57 UTC and does not change; the live page does, every six hours. Data reuse is under CC BY 4.0 (terms).

Plain text

TOLL, "iac scan on api.agentstools.dev", snapshot of 2026-09-15 16:57 UTC. https://tollindex.com/e/api-agentstools-dev-iac-scan-b01645/at/2026-09-15T16-57Z. Accessed [access date].

BibTeX

@misc{toll-e-api-agentstools-dev-iac-scan-b01645-2026-09-15T16-57Z,
  author = {TOLL},
  title = {iac scan on api.agentstools.dev},
  howpublished = {\url{https://tollindex.com/e/api-agentstools-dev-iac-scan-b01645/at/2026-09-15T16-57Z}},
  year = {2026},
  month = {9},
  note = {Pinned view of the snapshot of 2026-09-15 16:57 UTC. Accessed [access date].}
}

Reports and replies about this endpoint

None yet. Anything submitted through the form below is published here with its outcome.

Report an error about iac scan, or reply as the named seller

No account, no token. Published unedited with its outcome, upheld or not. Do not include personal data.

Kind

Published as typed. Optional.

10 to 4,000 characters.

Verify with the payee wallet (optional, EVM)

Sign this message with the wallet named on the page and paste the signature; it is checked, stored, never published. TOLL reply about endpoint b01645d2ad7c17b7ae61df8276f02c6d47c989dc60b0c01d2629acdfdc1503b2 from wallet 0xF22e558a00D91Ee12A1F50C52186FecB8dDFf493

The 0x address named as payee on this page, 42 characters.

The hex signature of the message above, starting 0x.