# Guard Agent Security Policy Pack

> Guard Agent Security Policy Pack is a paid API for AI agents from guard.400860.xyz, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns a security policy pack for AI agents and MCP-based systems, providing operational guidance on agent security practices.

## Facts

- Endpoint: GET https://guard.400860.xyz/v1/agent/security-policy-pack
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/guard-agent-security-policy-pack-7187537d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Ra6Mv7Hc2y9qgyDqgWEBh

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 guard-agent-security-policy-pack-7187537d
```

Example prompt: Pull the agent security policy pack for me — I need to know the operational rules and next steps we should enforce for our MCP-based agent deployment.

## When to prefer this

Use this endpoint when you need a structured, curated security policy pack specifically tailored to the agent/MCP ecosystem, especially if you want operational guidance derived from real ecosystem pressure rather than generic keyword-based rules. Prefer this over generic security checklists when deploying AI agents in production MCP environments.

## Known failure modes

- Payment not provided or invalid — 402 Payment Required returned before content is delivered
- Network timeout or service unavailability returning 5xx error
- Malformed query parameters causing 400 Bad Request
- Authentication or payment token expiry causing rejection

## How this service works

Agent security policy pack: paid operational pack based on open-source agent/MCP ecosystem pressure, not keyword copying.

## Output

Returns a structured security policy pack object including a title, product ID, expected outputs, next steps, and a buyer preparation object with fields like objective, funding action, readiness loop, revenue summary, checkout session, first sale dry run, payment recovery, activation bundle, success condition, and real payment command.

## 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"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "additionalProperties": true
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "properties": {
      "title": {
       "type": "string"
      },
      "nextStep": {
       "type": "string"
      },
      "productId": {
       "type": "string"
      },
      "expectedOutput": {
       "type": "array",
       "items": {
        "type": "string"
       }
      },
      "buyerPreparation": {
       "type": "object",
       "properties": {
        "payNow": {
         "type": "string"
        },
        "objective": {
         "type": "string"
        },
        "notRevenue": {
         "type": "array",
         "items": {
          "type": "string"
         }
        },
        "fundingAction": {
         "type": "string"
        },
        "readinessLoop": {
         "type": "string"
        },
        "revenueSummary": {
         "type": "string"
        },
        "checkoutSession": {
         "type": "string"
        },
        "firstSaleDryRun": {
         "type": "string"
        },
        "paymentRecovery": {
         "type": "string"
        },
        "activationBundle": {
         "type": "string"
        },
        "successCondition": {
         "type": "string"
        },
        "realPaymentCommand": {
         "type": "string"
        }
       },
       "additionalProperties": true
      }
     },
     "additionalProperties": true
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/guard-agent-security-policy-pack-7187537d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from guard.400860.xyz](https://www.zero.xyz/host/guard.400860.xyz/llms.txt)
