# SSDF Facilitator Atlas

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

Purchases the 'ssdf-facilitator-atlas' SKU from the SSDF digital store, settling $65 USDC on Base via Coinbase Business and minting a blockchain Passport upon fulfillment.

## Facts

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

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-facilitator-atlas-a5ef0577
```

Example prompt: Buy the SSDF Facilitator Atlas from the SSDF digital store — it's $65 USDC settled on Base — and get me the passport and fulfillment token once the payment goes through.

## When to prefer this

Use this endpoint when you specifically need to purchase the SSDF Facilitator Atlas SKU, receive a blockchain Passport, and obtain a fulfillment token — all settled in USDC on Base via the x402 payment protocol. Prefer this over generic e-commerce APIs when the user explicitly wants agent-compatible crypto-native digital purchasing with on-chain proof of purchase.

## Known failure modes

- Insufficient USDC balance — payment fails, ok returns false or HTTP 402
- Network/blockchain congestion causing settlement delay
- Invalid or expired x402 payment header — purchase rejected
- On-chain minting failure resulting in missing passport field
- Rate limiting or service unavailability returning non-200 status

## 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: 'ok' (boolean confirming success), 'sku' (the purchased SKU string 'ssdf-facilitator-atlas'), 'passport' (a unique Passport ID minted on-chain for this purchase), and 'fulfillment' (a URL path to retrieve the fulfilled digital product).

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

## More

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