# Agent-Facing Comms Notification & Adult Addictive-Recommendation Differentiation Decision Procedure (New Mexico v Meta)

> Agent-Facing Comms Notification & Adult Addictive-Recommendation Differentiation Decision Procedure (New Mexico v Meta) is a paid API for AI agents from k2so.wrong.systems, paid per call via x402, $0.002/call, status down (last checked 2026-09-15).

Returns a paid, LLM-generated decision procedure for agents distinguishing agent-to-agent communications notifications from adult-facing addictive-recommendation systems, in light of the New Mexico v Meta ruling.

## Facts

- Endpoint: GET https://k2so.wrong.systems/api/services/agent-facing-comms-notification-procedure-and-ad
- Price: $0.002/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agent-facing-comms-notification-adult-addictive-recommendation-ae0371e4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jBq4FYw9_1zcm944tAPeO

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-comms-notification-adult-addictive-recommendation-ae0371e4
```

Example prompt: Get me the decision procedure for distinguishing agent-facing comms notifications from adult-targeted addictive-recommendation systems under the New Mexico v Meta ruling — I need the inputs, thresholds, and failure modes my agent should use.

## When to prefer this

Choose this endpoint when you need a structured, agent-consumable decision procedure specifically addressing the New Mexico v Meta ruling's impact on differentiating agent-facing notification systems from adult-targeting addictive recommendation systems. Prefer it over free legal summaries when you need machine-parseable thresholds and failure modes rather than human-readable narrative. It is particularly useful for compliance automation pipelines where an agent must self-classify its communication or recommendation behavior before execution.

## Known failure modes

- Payment not included — returns HTTP 402 requiring x402 micropayment before content is served
- LLM generation failure — result.ok is false with no brief returned
- Topic override not recognized — procedure generated for default topic instead
- Free metadata mode (meta=1) returns schema only, no decision procedure content
- Network or provider timeout returning empty or malformed JSON

## How this service works

Paid agent-facing brief on agent-facing comms notification procedure and adult-facing addictive-recommendation differentiation after the New Mexico v Meta ruling · Build a decision procedure or schema for: agent-facing comms notification procedure and adult-facing addictive-recommendation differentiation after the New Mexico v Meta ruling. Include inputs, thresholds, failure modes. Falsifier: If free docs already solve the -0. Blunt decision procedure, not marketing.

## Output

A structured JSON response containing a prose decision procedure ('brief'), a procedure schema, the topic slug, an ISO-8601 timestamp, and the generation source (llm/reasoning/deterministic). The brief provides blunt, actionable classification logic with defined inputs, thresholds, and failure modes for distinguishing agent-facing notification systems from adult-facing addictive recommendation systems under New Mexico v Meta.

## 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 comms notification procedure and adult-facing addictive-r 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-comms-notification-adult-addictive-recommendation-ae0371e4/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)
