← Marketplace
Sell on RailCall
Ship a signed workflow. Keep 95%.
Publish workflows, policy packs, and prompt libraries to the RailCall marketplace. Every listing is Ed25519-signed with a key only you hold. RailCall takes a flat 5% platform fee — no listing fees, no monthly cost, no lock-in. Withdraw when your balance clears $50.
Economics
You keep
95%
Platform fee
5%
Payout minimum
$50
From zero to your first sale in 5 steps
1
Sign up + verify your email
Create a marketplace account. A verification link lands in your inbox within seconds — click it and you’re in.
2
Apply as a creator
From your dashboard, click Become a creator. Pick a display name and slug — this becomes your public creator page at railcall.ai/marketplace/seller/<slug>.
3
Mint your publisher keypair
Install the RailCall CLI (0.18 or newer) and mint an Ed25519 publisher keypair. The seed stays on your machine at ~/.railcall/publisher.json (0600). The public key is what the marketplace uses to verify every listing you publish.
shell
railcall market login railcall market publisher init "Your Display Name" railcall market publisher register
4
Publish your first listing
Point the CLI at a workflow spec (or a policy pack, or a prompt library). The CLI canonicalizes it, signs it with your seed, and the marketplace backend re-verifies the signature before the listing goes live.
shell
railcall market publish ./my-workflow.json \ --id "your-slug/greet-customers-v1" \ --title "Greet new customers" \ --category Ops --price 900 --version v1.0.0
5
Get paid
Each sale credits your wallet minus the 5% platform fee — the math is done atomically in the same DB transaction that marks the buyer’s purchase paid. Once your balance clears $50, request a payout from the dashboard.
What you sell
Workflow
An executable RailCall workflow spec. Provider list + irreversible flag get enforced by the airlock on every install.
Policy pack
A set of guardrails (spend limits, approval gates, provider allowlists) that plugs into a buyer's engine config.
Prompt library
Versioned, signed prompt bundles. Buyers pin a version and every replay uses the same prompts.
provider_pack and studio_extension are Q4 2026 · 2027 (need extension API + sandbox)