Z

ZenSched · Tools Brand Create

by ZenSched

POSTBase

$0.01

per call · USD Coin on Base

ZenSched `brand_create` — Create a brand — a section for unrelated lines of work (different clients/campaigns). Each brand points at a talent policy (geofencing, reminders, required forms). Optional color (#rrggbb). Pay-per-call $0.01 USDC; the paying wallet owns the org (auto-provisioned on first call). Catalog: https://mcp.zensched.com/x402/tools

Endpoint

POST https://mcp.zensched.com/x402/tools/brand_create

2

Calls / 30d

1

Unique payers / 30d

Sep 2

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://mcp.zensched.com/x402/tools/brand_create", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "color": "#2d6cdf",
    "name": "Acme Demo Team"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://mcp.zensched.com/x402/tools/brand_create" \
  -H "Content-Type: application/json" \
  -d '{"color":"#2d6cdf","name":"Acme Demo Team"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "org": {
    "org_id": 12345,
    "provisioned": false,
    "wallet": "0x…"
  },
  "payment": {
    "amount_usd": "$0.01",
    "network": "eip155:8453",
    "payer": "0x…",
    "transaction": "0x…"
  },
  "result": {
    "note": "tool-specific JSON result",
    "status": "ok"
  },
  "tool": "brand_create"
}

Payment details

Pay to0x081d7f97ca4478dac465569e1fe3f5846ad598dd
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Developer Tools and the homepage with a featured placement.

Get featured →

More from ZenSched & similar services