# SSDF Robotics Safety Atlas

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

Purchases and delivers the SSDF Robotics Safety Atlas digital product, minting a blockchain Passport on Base upon settlement via USDC.

## Facts

- Endpoint: GET https://www.ssdf.site/api/x402/ssdf-robotics-safety-atlas
- Price: $74/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ssdf-robotics-safety-atlas-141dc3e6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MXij6TvwC73GZZ4xwOXcF

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-robotics-safety-atlas-141dc3e6
```

Example prompt: Can you buy me the SSDF Robotics Safety Atlas from SSDF INC's digital store? It's $74 in USDC and I want the fulfillment link and my Passport ID once it's settled.

## When to prefer this

Choose this endpoint when you specifically need the SSDF Robotics Safety Atlas digital product with an on-chain Passport receipt settled in USDC on Base. It is the canonical purchase endpoint for this SKU and is suitable for both human-initiated and fully autonomous agent-driven procurement where blockchain provenance of purchase is required.

## Known failure modes

- Insufficient USDC balance causes payment failure and no fulfillment issued
- x402 payment header missing or malformed results in 402 response with no content
- Network or Base chain congestion may delay Passport minting
- Invalid or expired payment token returns error with no passport or fulfillment link
- Duplicate payment attempts may not re-issue a new Passport

## 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 status, the SKU string ('ssdf-robotics-safety-atlas'), a Passport ID (blockchain-minted proof of purchase on Base), and a fulfillment URL path where the purchased content can be retrieved.

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

## More

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