Marketplace Developer
Publish signed workflows and modules to railcall.ai/marketplace, or design an AI agent that drives RailCall safely through MCP. 5% platform fee — creators keep 95%.
→ Your first module — 30 minutes, zero to published
Copy-paste-safe. Every command has expected output. If you're building for the community contest, this is where you start.
railcall market publisher init then railcall market publisher register.What you can ship
Workflows
Signed workflow templates — the airlock-compiled CSVs users install with one command. Free or license-gated.
Modules
Handler bundles that add new providers or capabilities. Ed25519-signed; set license_required to sell them.
AI Agents
Claude Skills or custom agents that call your workflows over MCP — governed end-to-end, receipts included.
Quick orientation
# Once, ever
railcall market publisher init
railcall market publisher register
railcall market login
# Every publish
railcall market claim <slug>
railcall market publishThe publish command signs your bundle with the same Ed25519 key that proves your handle. Users install by slug (e.g. sami666/salesforce) and the loader verifies your signature before running a single line.