$0.2
per call · USD Coin on Base
AI/agentic copilot exposure lookup for OT/ICS vendors. Pass vendor (Siemens, Schneider Electric, Rockwell Automation, ABB, Emerson, Honeywell, Yokogawa, GE Vernova, Omron, Mitsubishi Electric). Returns the vendor's documented AI/agentic copilot, autonomy level (advisory vs agentic — the key risk differentiator), access, and applicable MITRE ATLAS techniques. Hand-verified mapping, ATLAS IDs confirmed against the live atlas.mitre.org matrix. Deterministic, no LLM in the lookup path.
Endpoint
GET https://ot-intel-api.onrender.com/ot/ai-exposure1
Calls / 30d
1
Unique payers / 30d
Sep 4
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://ot-intel-api.onrender.com/ot/ai-exposure", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://ot-intel-api.onrender.com/ot/ai-exposure?vendor=Siemens" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"access": "Honeywell Experion Process Knowledge System (DCS); continuous operational data across the facility. Explicitly makes 'recommendations and automated decisions' to resolve anomalies.",
"atlas_mappings": [
{
"shared_risk": true,
"technique_id": "AML.T0051",
"technique_name": "LLM Prompt Injection"
},
{
"rationale": "Agents hold automated decision-making authority in the control loop.",
"shared_risk": false,
"technique_id": "AML.T0053",
"technique_name": "AI Agent Tool Invocation"
},
{
"rationale": "Ongoing autonomous operation makes persistence via poisoned tool definitions materially higher-consequence.",
"shared_risk": false,
"technique_id": "AML.T0110",
"technique_name": "AI Agent Tool Poisoning"
}
],
"confidence": "moderate — proof-of-concept, not yet generally available",
"data_sources": [
"MITRE ATLAS (atlas.mitre.org)",
"Vendor public disclosures"
],
"deployment_status": "Live proof-of-concept at Borouge International's Ruwais facility (Abu Dhabi); commercial availability not yet general.",
"exposure_level": "agentic",
"product": "Experion Cognition (AI-enabled control system platform)",
"source": "Honeywell press release; corroborated by ARC Advisory Group, Control Engineering, and 6+ other independent trade outlets",
"vendor": "Honeywell"
}Payment details
0x1888192fac6a69e4cd7d078ec4bcf6f24f7c767bUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of AI & Inference and the homepage with a featured placement.
More from Onrender & similar services
Onrender · Signals
quotient-api-gateway.onrender.com
Use this to scan Quotient's published prediction-market signals on Polymarket International, Polymarket US, Kalshi, and Limitless: side, entry YES price, latest Q probability and thesis, conviction, the forecast_status gauge with its standing adverse move, upside to Q, and capacity — one signal per market. A signal is active or retired; a missing live quote drops a row from the feed, and a caution/warning forecast_status marks an adverse move, never hides the row.
Onrender · Markets Search
quotient-api-gateway.onrender.com
Use this to search Quotient-covered markets by meaning, taxonomy, asset, venue, or historical cutoff. Results carry quote provenance plus Q and venue odds captured at the selected forecast. Polymarket International and Kalshi use verified live pricing or null; other venues label graph snapshots stale. Use as_of for discovery and the forecast-time pair for historical spreads, including since-closed markets.
Onrender · Markets Lookup
quotient-api-gateway.onrender.com
Use this to fetch full Quotient intelligence for up to ten markets across Polymarket International, Polymarket US, Kalshi, and Limitless. Returns forecasts, theses, cited drivers, resolution pathways, venue odds, and quote provenance. Polymarket International and Kalshi fail closed when live pricing is unavailable. Prefer market_keys; legacy slugs and condition IDs default to Polymarket unless venue is supplied.