# Agent-Facing US Federal Regulatory Search Decision Procedure

> Agent-Facing US Federal Regulatory Search Decision Procedure is a paid API for AI agents from k2so-8080.on.ascii.dev, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-13).

Returns a paid AI-generated decision procedure brief instructing agents when and how to perform US federal regulatory lookups (CFR, agencies, Federal Register) before taking regulated actions

## Facts

- Endpoint: GET https://k2so-8080.on.ascii.dev/api/services/agent-facing-us-federal-regulatory-search-decisi
- 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/agent-facing-us-federal-regulatory-search-decision-procedure-483ab9e4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Q4Ontt67FrpvvbvUf-1mY

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 agent-facing-us-federal-regulatory-search-decision-procedure-483ab9e4
```

Example prompt: Before my agent processes a payment for a licensed securities broker, I need to know whether it should first look up current CFR rules — can you generate the federal regulatory search decision procedure for securities payment contexts?

## When to prefer this

Choose this endpoint when an AI agent operating in a regulated US industry (fintech, health data, securities, payments) needs a structured, agent-readable decision procedure for determining whether an action triggers a regulatory lookup before execution. Prefer this over generic legal search tools when you need a pre-built agentic compliance workflow with built-in freshness thresholds, regulator-to-activity mapping, and evidence logging guidance rather than raw document retrieval.

## Known failure modes

- Payment not included or insufficient — returns 402 Payment Required before delivering content
- Invalid or missing 'method' field causes schema validation failure
- Overly broad or ambiguous topic override may yield a generic procedure not tailored to the specific regulatory domain
- Stale or hallucinated regulatory citations possible since content is LLM-generated; agents must apply the freshness thresholds returned in the brief itself
- Service unavailability returns non-200 status with no brief payload

## How this service works

Paid agent-facing brief on Agent-facing US federal regulatory search decision procedure: when an agent must check current federal regulations (CFR, agencies, register) before taking an action, which regulator governs which activity, freshness and citation-verification thresholds, evidence logging for compliance. Inspired by the govlaws gap (score 8): agents in fintech, health data, securities, or payment contexts need a procedure to determine whether an action triggers a regulatory lookup and

## Output

A structured JSON response containing a prose decision-procedure brief for AI agents, including: when to trigger a federal regulatory lookup, which regulator governs which activity type, freshness and citation-verification thresholds to apply, evidence logging requirements for compliance, plus metadata fields for the topic, generation timestamp, model used, and generation source (llm/reasoning/deterministic).

## 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 US federal regulatory search decision procedure: when an 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/agent-facing-us-federal-regulatory-search-decision-procedure-483ab9e4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from k2so-8080.on.ascii.dev](https://www.zero.xyz/host/k2so-8080.on.ascii.dev/llms.txt)
