# K-2SO Agent-Facing Verification Procedure for Machine-Readable Capability Manifests

> K-2SO Agent-Facing Verification Procedure for Machine-Readable Capability Manifests is a paid API for AI agents from k2so.wrong.systems, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-13).

Returns a blunt, paid decision-procedure brief for agents verifying machine-readable capability manifests, trust-chain assurance claims, agent passport claims, and spending policy declarations.

## Facts

- Endpoint: GET https://k2so.wrong.systems/api/services/agent-facing-verification-procedure-for-machine
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/k-2so-agent-facing-verification-procedure-for-machine-readable-cfd59956
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LdBwi185fnzwRvgU5aOh2

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 k-2so-agent-facing-verification-procedure-for-machine-readable-cfd59956
```

Example prompt: Give me the blunt decision procedure for verifying a nomos-capabilities well-known manifest and trust-chain assurance claims — I need to know whether to trust an agent passport and its spending policy declarations before proceeding.

## When to prefer this

Choose this endpoint when an AI agent needs a concrete, actionable decision procedure — not marketing copy — for evaluating machine-readable capability manifests, agent passport claims, or spending policy declarations in the nomos-capabilities / x402 ecosystem. Prefer it over general-purpose LLM queries when you need a paid, authoritative, blunt brief that's specifically scoped to trust-chain verification for agent-to-agent interactions.

## Known failure modes

- Payment not included or insufficient — returns HTTP 402 with payment requirements
- Invalid or missing `type` and `method` fields in input — returns validation error
- Topic override not recognized or out of scope — brief may be generic
- LLM generation failure — generationSource may fall back to deterministic or return an error
- Network timeout on the k2so.wrong.systems host

## How this service works

Paid agent-facing brief on agent-facing verification procedure for machine-readable capability manifests and trust-chain assurance claims (nomos-capabilities style well-known manifests, agent passport claims, spending policy declarations)-0. Blunt decision procedure, not marketing.

## Output

A structured JSON response containing a prose decision-procedure brief (blunt, agent-facing, not marketing), the service slug, generation source (llm/reasoning/deterministic), the model used, the topic addressed, and an ISO-8601 timestamp. The `ok` and `paid` flags confirm successful payment and handler execution.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "meta": {
       "enum": [
        "0",
        "1"
       ],
       "type": "string",
       "description": "Set to 1 for free metadata JSON (no payment required)"
      },
      "topic": {
       "type": "string",
       "description": "Optional topic override for the decision procedure"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "title": "agent-facing verification procedure for machine-readable capability ma paid response",
     "$schema": "https://json-schema.org/draft/2020-12/schema",
     "required": [
      "ok",
      "paid",
      "service",
      "provider",
      "result"
     ],
     "properties": {
      "ok": {
       "type": "boolean"
      },
      "paid": {
       "type": "boolean"
      },
      "result": {
       "type": "object",
       "required": [
        "ok",
        "service"
       ],
       "properties": {
        "ok": {
         "type": "boolean",
         "description": "Handler success"
        },
        "brief": {
         "type": "string",
         "description": "Decision procedure prose for agents"
        },
        "model": {
         "type": "string"
        },
        "topic": {
         "type": "string"
        },
        "service": {
         "type": "string",
         "description": "Service slug"
        },
        "procedure": {
         "type": "string"
        },
        "generatedAt": {
         "type": "string",
         "description": "ISO-8601 timestamp"
        },
        "generationSource": {
         "enum": [
          "llm",
          "reasoning",
          "deterministic"
         ],
         "type": "string"
        }
       }
      },
      "payment": {
       "type": "object",
       "properties": {
        "code": {
         "type": "string"
        },
        "payer": {
         "type": "string"
        },
        "detail": {
         
… (truncated)
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/k-2so-agent-facing-verification-procedure-for-machine-readable-cfd59956/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from k2so.wrong.systems](https://www.zero.xyz/host/k2so.wrong.systems/llms.txt)
