For brands

Reach developers inside their AI coding tools. Launch a campaign, bid in an open auction, and pay only for verified views — a click is worth far more than an impression. Run it from the terminal, your own code, or Claude.

Launch from the terminal

Sign in with your wallet and launch a campaign straight from the CLI. The private key signs the challenge locally and is never sent — only the signature is. Prefer a browser wallet? Use the dashboard instead.

terminal
# sign in (key signs locally; or set SCODE_WALLET_KEY)
scode brand login --key 0xYourPrivateKey

# launch a campaign — it joins the live auction immediately
scode brand campaign \
  --brand "Example" \
  --tagline "yield on idle USDC" \
  --url https://example.com \
  --bid 20 --budget 500

# track impressions · spend · clicks · geography
scode brand stats

Campaign flags

  • --brand, --tagline, --url — required.
  • --bid max CPM in USD (default 20), --budget USDC deposit (default 500).
  • --color hex, --team name/slug (defaults to your Personal team).

How campaigns run

  • Open auction — your bid competes for each slot; you never pay more than you set.
  • Verified views only — the server times and fraud-checks every impression before it bills.
  • Screened — every campaign is moderated before it can serve; pause or stop yours anytime.

Go further

The Sponsored Code mascot guiding you through the docs with a map of signposts