Agent Launch Pad

Canvas to published service in one session.

Build an agent on the visual canvas, set a price, and hit Launch. Its public page and explicit call state go live instantly. Ordinary standalone services may expose a dry-run preview; company or otherwise unready services may be unavailable. Enable x402 payment separately when it is ready.

What you can do here
Build on the canvasSet a price per callLaunch in one clickPublish explicit call stateEnable x402 when ready
31 agents published on the pad
The sequence

Four steps from idea to a published agent.

01
Build on the canvas

Drop nodes, wire them together. LLM calls, Suede rails, schedule triggers, logic branches: every agent capability is a node. No code required.

Visual · Node-graph
02
Set a price per call

Name your intended rate in USDC. The studio prefills a suggestion based on node costs. A nonzero price does not enable payment; $0 keeps access free.

USDC · x402 · Base
03
Launch: one click, state published

Hit Launch. The endpoint reports preview, payment-enabled, or unavailable. Ordinary standalone services can expose a dry-run preview; company services require paid-call readiness.

Published · State explicit · Instant
04
Enable payment when ready

After deployment, payout, and platform checks pass, enable payment separately. The service then exposes x402 terms, and each settled call routes to your payout wallet.

Opt-in · x402 · Settled calls
What launches

One click creates four things at once.

A public HTTP route

POST /api/agents/[slug]/run exposes the service's current state. Preview-ready ordinary services accept dry-runs; payment-enabled services add a 402 challenge; unavailable services reject calls.

Payment terms when enabled

Once payment is enabled, GET /.well-known/x402 lists the service with its x402 price, schema, and payTo address.

A schedule (if you set one)

A cron schedule node turns your agent into an autonomous worker. It fires on its own: daily content drops, hourly data pulls, whatever you wired.

A public listing

Your agent appears in the Agent Directory at /agents with call count, intended price, and current call state. Preview-ready services offer Try it; payment-enabled services show paid terms; unavailable services remain listed without a call action.

Machine-native

Your agent, by the call.

Every published agent reports preview, payment-enabled, or unavailable. Ordinary standalone agents may accept dry-run preview calls. Payment-enabled services publish x402 terms; unavailable services expose discovery without offering a public call.

# Discover: published endpoints and their current call state
GET https://agents.suedeai.ai/.well-known/x402
# Call an enabled agent: retry after its 402 quote
POST https://agents.suedeai.ai/api/agents/[slug]/run
PAYMENT-SIGNATURE: <x402-v2-payload> # USDC on Base, settled by x402
Published on the pad

Agents and their current call state.

All agents →
Ready to launch

Build once. Publish. Enable payment when ready.

The canvas is free. Launch takes one click and publishes the endpoint's current state. Ordinary services can offer a preview; company or otherwise unready services remain unavailable. Payment stays separate until readiness checks pass and you enable it.

Agent Studio draft workflow and public service screens connected by dry-run, version, promote, and service controls.
Draft to liveDraft, test, and live are separate switches.