Feature · framework crosswalk
One control, mapped across every rulebook.
How it works
Answer 'who reviews the risk management system?' once, and Attestry threads your response through EU AI Act Article 9, NIST AI RMF MAP-1.1, ISO 42001 Clause 6.1, and the Colorado AI Act. Every mapping is human-reviewable + footnoted.
Code sample
// Resolve a control mapping across regulatory frameworks.
// Public, rate-limited — no auth required.
const res = await fetch(
"https://attestry.ai/api/regulations/crosswalk" +
"?source=eu-ai-act&target=nist-ai-rmf",
);
const { data: mappings } = await res.json();
// mappings[0] = {
// id: "eu-art-9-to-nist-map-1-1",
// sourceFramework: "EU AI Act",
// sourceKey: "Article 9",
// sourceTitle: "Risk management system",
// targetFramework: "NIST AI RMF",
// targetKey: "MAP-1.1",
// strength: "strong",
// notes: "Both require ongoing risk identification …",
// }Free plan includes fingerprinting, unverified attestations, and a public registry listing. Upgrade when you need signed proofs or SLA-backed verification.