Agent Decision Tools — five decision-ready, x402-grade APIs avatar

Agent Decision Tools — five decision-ready, x402-grade APIs

Pricing

from $10.00 / 1,000 decision tool completeds

Go to Apify Store
Agent Decision Tools — five decision-ready, x402-grade APIs

Agent Decision Tools — five decision-ready, x402-grade APIs

Decision API for AI agents: UK carbon-aware scheduling (NESO), FX quote audit (Frankfurter), domain expiry/DNSSEC (RDAP), npm/PyPI package health, UK business-day deadlines (GOV.UK). Zero keys, authoritative free upstreams, decision-ready output.

Pricing

from $10.00 / 1,000 decision tool completeds

Rating

0.0

(0)

Developer

Andy Mitchell

Andy Mitchell

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Categories

Share

agent-decision-tools

Deterministic decision APIs for AI agents and automation: UK carbon-aware scheduling (NESO), FX quote audit (Frankfurter/central-bank), domain expiry + DNSSEC audit (RDAP), package health (npm/PyPI), and UK business-day deadlines (GOV.UK).

Built on the demand-validated decision-tools service: this actor exposes the same five decision-grade tools over the Apify cloud with per-run charge events (PAY_PER_EVENT), so external buyers get a single billed, documented API.

Tools

toolwhat it returnsdata source
carboncarbon-aware scheduling window for a given duration + locationNESO (UK) + global fallback
fxaudited FX quote (base rate + explicit markup + provenance)Frankfurter (central-bank)
domainexpiry, registrar, nameserver, DNSSEC, security postureRDAP (IANA/Nominet/Verisign/PDN)
packagepackage "health" score: downloads, deps, version, last publish, sourcenpm / PyPI
calendarnext N UK business dates / business-day arithmetic (skip weekends + GOV.UK bank holidays)GOV.UK (England & Wales)

Calling

Single tool: { "tool": "carbon", "args": { "durationMinutes": 240 } } Batch: { "batch": [ {"tool":"domain","args":{"domain":"example.com"}}, ... ] }

Pricing

PAY_PER_EVENT: apify-actor-start $0.005 + decision-tool-completed $0.01 per run, 20% Apify margin. Free to try; billed per completed run.

Outputs

OUTPUT — JSON report

{status, version, count_requested, count_ok, count_failed, error?, results[]}
where each result is {tool, args, status, output, error?, ms}. Default dataset mirrors the same per-result rows. All data sourced from public, named, authoritative endpoints with per-field source provenance.