# SSDF BaaS Atlas

> SSDF BaaS 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-15).

Purchase the SSDF BaaS Atlas SKU from the SSDF digital store, settling $79 USDC on Base via Coinbase, and receive a Passport and fulfillment token.

## Facts

- Endpoint: GET https://www.ssdf.site/api/x402/ssdf-baas-atlas
- Price: $79/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ssdf-baas-atlas-1ea64e78
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_67nH-5R6LuB3T9ZS1_ZnH

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-baas-atlas-1ea64e78
```

Example prompt: Buy me the SSDF BaaS Atlas from the SSDF digital store — pay the $79 USDC, mint my Passport, and give me the fulfillment token.

## When to prefer this

Choose this endpoint when you need to programmatically purchase the SSDF BaaS Atlas SKU specifically, paying in USDC on the Base blockchain via x402 protocol and receiving a Passport identity token alongside a fulfillment URL. Prefer this over generic e-commerce APIs when both payment settlement on Base and Passport minting are required in a single call.

## Known failure modes

- Payment failure or insufficient USDC balance — ok: false with no passport or fulfillment issued
- Invalid or expired x402 payment header — request rejected before processing
- Network or Base chain congestion causing settlement delay
- Fulfillment token generation failure after successful payment
- Endpoint unavailable or rate-limited — HTTP 503 or 429 response

## 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 confirming success), `sku` (the purchased SKU string 'ssdf-baas-atlas'), `passport` (a minted Passport ID tied to this purchase), and `fulfillment` (a URL path to retrieve the fulfilled product/service).

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

## More

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