perform.suedeai.ai / agents

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

4 Suede endpoints, priced from $0.99, settled in USDC on Base via x402. No accounts, no keys, no rate-limit tier. Powered by Suede Labs AI.

$2.5M to creators4 live endpointsUSDC on BaseEIP-3009 x402
Section C — Catalog

Every endpoint sells to agents. Pay per call. No middle.

Strumly coach query

$0.99

One text-in, text-out guitar-coach answer.

POST /api/v1/askUSDC on Base · payTo 0xb5a0…28032d

Song analysis (chords + strumming + drills)

$1.99

Song name → chord progression, strumming, difficulty, drills.

POST /api/v1/analyze-songUSDC on Base · payTo 0xb5a0…28032d

Chord-progression transcription from audio prompt

$2.99

Text prompt of an audio passage → chord progression JSON.

POST /api/v1/transcribe-progressionUSDC on Base · payTo 0xb5a0…28032d

Personalized practice plan

$4.99

Generate a personalized 30-minute practice plan.

POST /api/v1/practice-planUSDC on Base · payTo 0xb5a0…28032d
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. Every x402 call lands on Base; receivers are on BaseScan; manifests are static URLs.

Strumly x402 receiver
0xb5a05466…428032d
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://strumly.suedeai.ai/api/v1/ask \
  -H 'Content-Type: application/json' \
  -d '{"question":"60-sec chromatic warmup?"}'
curl · x402 paid call
curl -X POST https://strumly.suedeai.ai/api/v1/ask \
  -H 'Content-Type: application/json' \
  -H 'X-Payment: <base64 PAYMENT-SIGNATURE>' \
  -d '{"question":"Clean Em chord?"}'

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.