# SiteSignal API Decision Pack

> SiteSignal API Decision Pack is a paid API for AI agents from phases-prot-shine-royal.trycloudflare.com, paid per call via x402, $0.08/call, status down (last checked 2026-09-15).

Combines public API documentation-readiness, TLS, response-header, and optional changelog evidence into a conservative integration decision pack for a given API docs URL.

## Facts

- Endpoint: GET https://phases-prot-shine-royal.trycloudflare.com/x402/api-decision-pack
- Price: $0.08/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sitesignal-api-decision-pack-c53478c5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fT_QYvynf_rnvjN9HVuPq

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 sitesignal-api-decision-pack-c53478c5
```

Example prompt: Can you put together an API decision pack for https://docs.stripe.com/api — we're evaluating it for a payment processing use case on a Node.js stack, and I want TLS, response headers, and any changelog signals rolled into one conservative report?

## When to prefer this

Choose this endpoint when you need a multi-signal, consolidated integration decision rather than inspecting a single dimension (TLS alone, docs alone, or changelog alone). It is especially useful for pre-integration vendor assessments, procurement reviews, or agent-driven due diligence pipelines where you want a single conservative evidence pack instead of orchestrating multiple separate checks. Prefer sibling endpoints like SiteSignal API Readiness or SiteSignal API Changelog Actions when you only need one evidence dimension.

## Known failure modes

- Invalid or unreachable docsUrl returns an error indicating the URL could not be fetched
- Missing required 'useCase' parameter results in a validation error
- Changelog URL is unreachable or not a valid changelog format, causing that evidence layer to be skipped or flagged
- TLS inspection fails if the target domain uses non-standard certificate configurations
- Response may be conservative and inconclusive if public docs are sparse or behind authentication

## How this service works

Combine public API documentation-readiness, TLS, response-header, and optional changelog evidence into a conservative decision pack.

## Output

Returns a structured decision pack combining evidence from public API documentation readiness (schema coverage, auth clarity, versioning signals), TLS certificate quality, HTTP response header analysis, and optionally changelog signals — synthesized into a conservative, source-linked assessment suitable for human or agent integration decision-making.

## 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",
     "required": [
      "docsUrl",
      "useCase"
     ],
     "properties": {
      "docsUrl": {
       "type": "string",
       "format": "uri"
      },
      "useCase": {
       "type": "string"
      },
      "targetStack": {
       "type": "string"
      },
      "changeWindow": {
       "type": "string"
      },
      "changelogUrl": {
       "type": "string",
       "format": "uri"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sitesignal-api-decision-pack-c53478c5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from phases-prot-shine-royal.trycloudflare.com](https://www.zero.xyz/host/phases-prot-shine-royal.trycloudflare.com/llms.txt)
