# SSDF Agentic Protocol Atlas

> SSDF Agentic Protocol Atlas is a paid API for AI agents from www.ssdf.site, paid per call via x402, $71/call, status unknown (last checked 2026-09-16).

Purchases and delivers the SSDF Agentic Protocol Atlas digital product, settling $71 USDC on Base via Coinbase Business and minting a Passport NFT upon payment.

## Facts

- Endpoint: GET https://www.ssdf.site/api/x402/ssdf-agentic-protocol-atlas
- Price: $71/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ssdf-agentic-protocol-atlas-30a3c00a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MB-8QdwF8nLoyOyBKVrFN

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 ssdf-agentic-protocol-atlas-30a3c00a
```

Example prompt: Buy me the SSDF Agentic Protocol Atlas from SSDF INC — pay the $71 USDC price and bring back the fulfillment link and Passport ID once it's confirmed.

## When to prefer this

Choose this endpoint when an agent or human specifically wants to purchase the SSDF Agentic Protocol Atlas digital product, settle in USDC on Base via the x402 payment protocol, and receive both a fulfillment link and a minted Passport credential. Prefer this over generic e-commerce APIs when the use case involves on-chain USDC settlement with NFT-style passport issuance as proof of purchase.

## Known failure modes

- Insufficient USDC balance — payment not settled, returns failure or 402
- Network issues on Base chain causing transaction timeout
- Invalid or expired payment authorization
- SKU unavailable or out of stock
- Fulfillment token generation failure after payment

## How this service works

SSDF INC digital store. Priced in USD, settled in USDC on Base through Coinbase Business. Humans and agents buy the same SKU. Every settlement mints a Passport.

## Output

Returns a JSON object confirming the purchase with: ok (boolean success flag), sku (the product identifier 'ssdf-agentic-protocol-atlas'), passport (a unique Passport ID minted on completion), and fulfillment (a URL path to retrieve the purchased content).

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "type": "object",
   "required": [],
   "properties": {}
  },
  "output": {
   "type": "object",
   "properties": {
    "ok": {
     "type": "boolean"
    },
    "sku": {
     "type": "string"
    },
    "passport": {
     "type": "string"
    },
    "fulfillment": {
     "type": "string"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "schema": {
  "type": "object",
  "properties": {
   "ok": {
    "type": "boolean"
   },
   "sku": {
    "type": "string"
   },
   "passport": {
    "type": "string"
   },
   "fulfillment": {
    "type": "string"
   }
  }
 },
 "example": {
  "ok": true,
  "sku": "ssdf-agentic-protocol-atlas",
  "passport": "{id}",
  "fulfillment": "/api/fulfillment/{token}"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ssdf-agentic-protocol-atlas-30a3c00a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.ssdf.site](https://www.zero.xyz/host/www.ssdf.site/llms.txt)
