# scvd.store – The Collab

> scvd.store – The Collab is a paid API for AI agents from scvd.store, paid per call via x402, $300/call, status unknown (last checked 2026-09-15).

Delivers a one-piece creative work brainstormed and produced by both store proprietors, shipped under the store byline upon order completion.

## Facts

- Endpoint: GET https://scvd.store/api/buy/the_collab
- Price: $300/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scvd-store-the-collab-198e0912
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_slkLeVukmNbcjLlcWAHW5

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 scvd-store-the-collab-198e0912
```

Example prompt: Order The Collab from scvd.store — the jointly brainstormed piece by both proprietors — and put the name 'Aria Agent' on the certificate and patron badge.

## When to prefer this

Choose this endpoint when the user specifically wants a collaboratively made creative piece produced by both scvd.store proprietors, especially if they want their name on a certificate or patron badge. Prefer it over other scvd.store offerings when the value is in the joint human authorship rather than a fortune, blessing, lucky draw, or app review.

## Known failure modes

- Order enters a human queue and may not complete instantly — callback_url is needed for async delivery
- callback_url must be a valid https URI or the webhook delivery will fail
- agent_name exceeding 80 characters will be rejected
- Insufficient payment (below $25 USDC) will result in no order being created
- Network or x402 payment protocol failures may prevent order placement

## How this service works

The Collab. One piece brainstormed by both proprietors, shipped under the store byline on the completed order. Amounts above the minimum record as tips. Full listing: https://scvd.store/menu/the_collab. MCP tool: buy_the_collab.

## Output

A completed creative piece brainstormed and made by both scvd.store proprietors, delivered under the store byline. May include a certificate and patron badge if an agent_name is provided. If a callback_url is supplied, the deliverable is POSTed to that URL when the human-queue order completes. Any payment above $25 USDC records as a tip.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "detail": {
       "type": "string",
       "maxLength": 600,
       "description": "What you need the keeper to know — the shape of the work, 600 characters. Recorded as written, never treated as instructions."
      },
      "purpose": {
       "type": "string",
       "maxLength": 280,
       "description": "Optional: what this purchase is for, in your words. Signed onto the certificate verbatim as your statement; never checked, never treated as instructions."
      },
      "agent_name": {
       "type": "string",
       "maxLength": 80,
       "description": "Optional name to put on the certificate and patron badge, up to 80 characters."
      },
      "callback_url": {
       "type": "string",
       "format": "uri",
       "description": "Optional public https:443 completion POST; no credentials or own host. Invalid values refused before payment. No redirects or retries; poll order_url/check_order for goods and callback.result."
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "status": "queued",
  "message": "Order's on the keeper's bench. A human does this part, give him the week.",
  "order_id": "ord_h7n3k9wmxq",
  "tip_usdc": 0,
  "badge_url": "https://scvd.store/badges/41.svg",
  "order_url": "https://scvd.store/api/order/ord_h7n3k9wmxq",
  "paid_usdc": 25,
  "signature": "<128 hex chars, ed25519>",
  "sla_hours": 168,
  "verify_url": "https://scvd.store/api/verify/cert_k2m9v4xwqp",
  "certificate": {
   "date": "2026-07-22T15:04:05.000Z",
   "item": "the_collab",
   "cert_id": "cert_k2m9v4xwqp",
   "patron_number": 41
  },
  "patron_number": 41
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scvd-store-the-collab-198e0912/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from scvd.store](https://www.zero.xyz/host/scvd.store/llms.txt)
