# NIST AI RMF Requirements Mapper

> NIST AI RMF Requirements Mapper is a paid API for AI agents from www.stratalize.com, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-13).

Returns NIST AI Risk Management Framework requirement mappings by core function (Govern, Map, Measure, Manage), including control expectations and documentation needs for AI governance programs.

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/nist-ai-rmf-requirements
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nist-ai-rmf-requirements-mapper-30970043
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cxWp0ZAL0smkMuWZ9NSkb

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability nist-ai-rmf-requirements-mapper-30970043
```

Example prompt: Pull all the NIST AI RMF requirements and control expectations for the GOVERN function so I can build out our AI governance program documentation.

## When to prefer this

Choose this endpoint when you need authoritative, structured NIST AI RMF requirement mappings with cryptographic verifiability for audit-ready AI governance programs. Prefer this over generic compliance text lookups when you need machine-readable control expectations tied to specific NIST AI RMF core functions (Govern, Map, Measure, Manage) with independently verifiable provenance.

## Known failure modes

- Invalid function_filter value returns error (must be one of GOVERN, MAP, MEASURE, MANAGE)
- Payment failure or insufficient USDC balance results in 402 response
- Network timeout or service unavailability returns 5xx error
- Missing function_filter parameter may return all functions or an error depending on API behavior

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). NIST AI RMF requirement mapping by core function (Govern, Map, Measure, Manage), including practical control expectations and documentation needs. Source: NIST AI Risk Management Framework publications. Use when building AI governance programs, audit readiness plans, or model lifecycle control standards

## Output

A structured list of NIST AI RMF requirements for the requested core function (Govern, Map, Measure, or Manage), including practical control expectations and documentation needs, along with an ML-DSA-65 cryptographic signature and a verifiable receipt URL at trust.stratalize.com/verify.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "function_filter": {
   "enum": [
    "GOVERN",
    "MAP",
    "MEASURE",
    "MANAGE"
   ],
   "type": "string",
   "description": "Request parameter: function filter"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nist-ai-rmf-requirements-mapper-30970043/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.stratalize.com](https://www.zero.xyz/host/www.stratalize.com/llms.txt)
