Agent Decision Tools — five decision-ready, x402-grade APIs
Pricing
from $10.00 / 1,000 decision tool completeds
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
Maintained by CommunityActor 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
| tool | what it returns | data source |
|---|---|---|
| carbon | carbon-aware scheduling window for a given duration + location | NESO (UK) + global fallback |
| fx | audited FX quote (base rate + explicit markup + provenance) | Frankfurter (central-bank) |
| domain | expiry, registrar, nameserver, DNSSEC, security posture | RDAP (IANA/Nominet/Verisign/PDN) |
| package | package "health" score: downloads, deps, version, last publish, source | npm / PyPI |
| calendar | next 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[]}{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.