# SSDF UCC Atlas

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

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

## Facts

- Endpoint: GET https://www.ssdf.site/api/x402/ssdf-ucc-atlas
- Price: $79/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ssdf-ucc-atlas-655d6600
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UjkpizcHjROaXJGQ6gK4u

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-ucc-atlas-655d6600
```

Example prompt: Buy the SSDF UCC Atlas for me — pay the $79 in USDC on Base and get me the passport and fulfillment link.

## When to prefer this

Choose this endpoint when the user explicitly wants to purchase the SSDF UCC Atlas digital product and receive a minted Passport, paying exactly $79 USDC on Base via the x402 protocol. It is the single endpoint for this specific SKU and is appropriate for both human-initiated and fully autonomous agent-initiated purchases.

## Known failure modes

- Insufficient USDC balance — payment rejected, ok: false
- Network congestion on Base — transaction delayed or timed out
- Invalid or expired payment header — 402 response with no fulfillment
- SKU unavailable — product no longer offered, error returned
- Passport minting failure — payment settled but passport ID not generated

## 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 with a boolean 'ok' indicating success, the 'sku' string confirming the purchased product (ssdf-ucc-atlas), a 'passport' ID that was minted on-chain upon settlement, and a 'fulfillment' URL path where the purchased digital content can be accessed.

## 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-ucc-atlas",
  "passport": "{id}",
  "fulfillment": "/api/fulfillment/{token}"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ssdf-ucc-atlas-655d6600/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)
