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%.

New here? Start with the 30-minute walkthrough

→ 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.

Publisher identity first
Everything you ship is namespaced under your Ed25519 publisher handle. Bootstrap it once with railcall market publisher init then railcall market publisher register.

What you can ship

Quick orientation

shell
# Once, ever
railcall market publisher init
railcall market publisher register
railcall market login

# Every publish
railcall market claim <slug>
railcall market publish

The 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.