← Marketplace
Sell on RailCall
Ship a signed workflow. Keep 100%.
Publish workflows, policy packs, and prompt libraries to the RailCall marketplace. Every listing is Ed25519-signed with a key only you hold. RailCall takes no seller fee at all — no platform cut, no listing fees, no monthly cost, no lock-in. The 15% assurance fee that pays for signature verification, provenance and blast-radius vetting is charged to the buyer at checkout as its own disclosed line, not taken out of your price. Withdraw when your balance clears $50.
Economics
You keep
100%
Seller fee
0%
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 with the full list price — there is no seller fee to subtract — and the credit is written 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)