# SSDF Robot Middleware Atlas

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

Purchases the 'ssdf-robot-middleware-atlas' SKU from SSDF INC's digital store, settling $68 USDC on Base and returning a Passport and fulfillment token.

## Facts

- Endpoint: GET https://www.ssdf.site/api/x402/ssdf-robot-middleware-atlas
- Price: $68/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ssdf-robot-middleware-atlas-c4d2f176
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8nVXfsj3R9mePq_rsVET0

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-robot-middleware-atlas-c4d2f176
```

Example prompt: Buy the SSDF Robot Middleware Atlas from the SSDF digital store for $68 USDC and get me the Passport and fulfillment token.

## When to prefer this

Use this endpoint when an agent or human needs to programmatically purchase the specific 'ssdf-robot-middleware-atlas' product from SSDF INC's x402-enabled digital store, settling in USDC on Base and receiving a Passport credential plus a fulfillment token. Prefer this over general crypto payment endpoints when the goal is specifically acquiring this SKU and its associated Passport mint.

## Known failure modes

- Payment failure: insufficient USDC balance or invalid x402 payment header returns a 402 error
- Network error: Base blockchain settlement timeout may cause delayed or failed confirmation
- Invalid SKU: endpoint is SKU-specific; calling with wrong path returns 404
- Duplicate purchase: non-idempotent — re-calling may result in additional charges
- Fulfillment unavailable: ok may be true but fulfillment token may be temporarily unresolvable

## 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

A JSON object with: 'ok' (boolean indicating success), 'sku' (the purchased SKU string 'ssdf-robot-middleware-atlas'), 'passport' (a unique Passport ID minted on settlement), and 'fulfillment' (a URL or token 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-robot-middleware-atlas",
  "passport": "{id}",
  "fulfillment": "/api/fulfillment/{token}"
 }
}
```

## More

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