# SSDF Sunbiz Atlas

> SSDF Sunbiz 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).

Purchases the 'ssdf-sunbiz-atlas' SKU from the SSDF digital store, settling $79 USDC on Base via Coinbase, and returns a Passport NFT identifier plus a fulfillment URL.

## Facts

- Endpoint: GET https://www.ssdf.site/api/x402/ssdf-sunbiz-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-sunbiz-atlas-f86209a4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ANwrU4kLDmA9J_E_Zlkxf

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-sunbiz-atlas-f86209a4
```

Example prompt: Buy me the Sunbiz Atlas from SSDF's digital store — I know it's $79 in USDC and I want the passport and fulfillment token when it's done.

## When to prefer this

Use this endpoint specifically when you need to purchase the 'ssdf-sunbiz-atlas' SKU from the SSDF INC digital store, pay in USDC on Base via the x402 protocol, and receive a minted Passport plus a fulfillment access token. It is the only endpoint for this specific product SKU at $79 per call.

## Known failure modes

- Insufficient USDC balance — payment fails if wallet lacks $79 USDC on Base
- x402 payment protocol error — network or facilitator issues on Base
- SKU unavailable — product may be out of stock or delisted
- Invalid or expired payment header — x402 auth rejected by server
- Fulfillment generation failure — ok:false returned with no passport or fulfillment token

## 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 success flag), 'sku' (the purchased SKU string 'ssdf-sunbiz-atlas'), 'passport' (a minted Passport ID linked to the purchase), and 'fulfillment' (a URL path to retrieve the fulfilled digital product, e.g. /api/fulfillment/{token}).

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

## More

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