# Innovalyxx Sovereign Edge – Generate TEVV Report

> Innovalyxx Sovereign Edge – Generate TEVV Report is a paid API for AI agents from edge.innovalyxx.com, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-17).

Generates a NIST AI 200-2 TEVV-Athlon alignment report for a specified AI agent, scoring it against the Test, Evaluation, Validation, and Verification framework

## Facts

- Endpoint: POST https://edge.innovalyxx.com/mcp/tools/generate_tevv_report
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-17
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/innovalyxx-sovereign-edge-generate-tevv-report-72916a79
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7EI5GqZXsXAWJS5MYP4Lj

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 innovalyxx-sovereign-edge-generate-tevv-report-72916a79 -d '<json body>'
```

Example prompt: Can you generate a NIST AI 200-2 TEVV-Athlon alignment report for my agent with ID 'agent-prod-7f3a'?

## When to prefer this

Choose this endpoint when you need a structured, verifiable NIST AI 200-2 TEVV-Athlon compliance report for a specific AI agent — particularly for regulatory audits, pre-deployment certification, or trust scoring of autonomous agents in cyber-physical environments. Prefer this over generic compliance tools when NIST AI 200-2 TEVV alignment is the specific standard required.

## Known failure modes

- Missing or empty agent_id returns a validation error
- Unknown agent_id may return an empty or incomplete report object
- Payment failure via x402 blocks report generation
- Network timeout at edge endpoint returns a 5xx error
- Malformed agent_id string may cause downstream scoring pipeline errors

## How this service works

Verified cyber-physical AI tools for autonomous agents. Pay per call via x402 (USDC on Base). 26 tools covering MRV verification, biodiversity, skip twin, site certification, agent trust, transaction evidence, protocol bridging, GEO audit, IATP reputation, ABV maturity, NIST TEVV alignment, and encrypted memory write/read/query/grant/revoke/tool_context/pricing_hint/subscription_quote/attest/verify_attestation.

## Output

Returns a JSON object with ok status, the tool name, a structured TEVV report object containing the agent's NIST AI 200-2 TEVV-Athlon alignment scoring, and payment confirmation details tied to the agent_id submitted.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "agent_id": {
   "type": "string",
   "minLength": 1,
   "description": "Agent identifier to score against the NIST AI 200-2 TEVV-Athlon mapping."
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "tool": "generate_tevv_report",
  "report": {},
  "payment": {},
  "agent_id": "agent_id"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/innovalyxx-sovereign-edge-generate-tevv-report-72916a79/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from edge.innovalyxx.com](https://www.zero.xyz/host/edge.innovalyxx.com/llms.txt)
