perform.suedeai.ai / agents

The buyer is an agent now.we built the rails.

3 Suede endpoints (AI music, video, image, and music data) priced from $0.15, settled in USDC on Base via x402. No accounts, no keys, no rate-limit tier. Powered by Suede Labs AI.

$2.5M to creators3 live endpointsUSDC on BaseEIP-3009 x402
Section C · Catalog

Endpoints sell to agents. Pay per call. No middle.

Suede Labs AI

app.suedeai.ai

Create Music

$0.50

AI music generation from a text prompt. Creates a complete original song with vocals, melody, and full arrangement as a finished MP3, not a loop or preview. Describe genre, mood, instrumentation, and tempo, supply your own lyrics, request an instrumental, or pin a style tag. Use for soundtracks under video, release-ready artist tracks, podcast and game themes, and demo sketches. Async: poll songId until model_version leaves 'pending'.

POST /create-musicUSDC on Base · payTo 0x10FF…cC9E4F

Agent Video

$4.99

AI video generation from a text prompt. Returns an 8-second 720p clip with native audio. Use for short-form video, b-roll, product shots, music-video visuals, social clips, and ads. Include sound cues (instruments, voices, weather, movement) since audio is generated from the scene; a silent scene renders near-silent by design. Async by default: poll the returned pollUrl for videoUrl, or pass ?async=false to block.

POST /agent/videoUSDC on Base · payTo 0x10FF…cC9E4F

Agent Image

$0.15

AI image generation from a text prompt. Generate album and single cover art, podcast and video thumbnails, social and campaign graphics, concept art, storyboard frames, product shots, and article illustrations. Returns one hosted still image as PNG or JPEG in square, portrait, or widescreen framing (1:1, 4:5, 9:16, 16:9, 21:9). Async by default: poll the returned pollUrl for imageUrl, or pass ?async=false to block.

POST /agent/imageUSDC on Base · payTo 0x10FF…cC9E4F
Section D · How agents buy

Three calls. No accounts.

  1. 01

    Discover

    The agent fetches a service's manifest at /.well-known/agentic-commerce.json or browses the federated catalog. No registration, no API key.

  2. 02

    402

    The agent POSTs to the endpoint cold. The server returns HTTP 402 with a PAYMENT-REQUIRED header: price, asset, payTo wallet, EIP-3009 timeout.

  3. 03

    Pay & call

    The agent signs a transferWithAuthorization for USDC on Base and retries with X-Payment. Server settles via facilitator and streams the response.

Section E · Verify

Don't trust us. Read the ledger.

Settlement is public. x402 calls land on Base; receivers are on BaseScan; manifests are static URLs.

Suede Labs AI x402 receiver
0x10FF7670…2cC9E4F
SUEDE token (Base OFT)
0x40461291…0d7159
SUEDE (Solana, source)
2nCeHpEC…LpApump
Section F · Quickstart

From zero to paid call. One request.

curl · free tier
curl -X POST https://app.suedeai.ai/agent/image \
    -H 'Content-Type: application/json' \
    -d '{"prompt":"a worn Telecaster on a studio floor"}'
curl · x402 paid call
curl -X POST https://app.suedeai.ai/create-music \
    -H 'Content-Type: application/json' \
    -H 'X-Payment: <base64 PAYMENT-SIGNATURE>' \
    -d '{"prompt":"slow blues in E, brushed drums"}'

Use any x402 client SDK (Coinbase, Cloudflare, PayAI facilitator). Free tier accepts five calls per IP per day. After that the endpoint returns HTTP 402 with the wire metadata an x402 client needs to pay.