Switchyard

Switchyard Default First Success

The easiest mistake for a first-time Switchyard visitor is opening twenty docs tabs before proving even one bounded path.

This page only does one job:

Compress the shortest, most honest, most valuable first-success route into one line.

In plain English:

Default Route

Step 1. Start the local service runtime

pnpm run start:service-local

Think of this as turning the power on for the runtime.

Default port:

Step 2. Prove the read-only runtime surface is alive

pnpm run example:mcp-inspector

This proves:

If you only need to prove that the runtime on this machine is alive, stopping here is already a useful first success.

Step 3. Prove one minimal invoke path

pnpm run example:runtime-bridge

This is the closest minimal proof of the Switchyard value proposition:

This step needs your own valid access material:

If You Get Stuck

You cannot get past Step 2

Start here:

Step 2 works, but Step 3 fails

That usually does not mean “the repo is broken.” It usually means:

Start here:

What To Open Next

I want the builder path next

Open:

I want to wire this into a host next

Open:

What This Path Proves

What This Path Does Not Prove

Closing Sentence

Run one bounded success first.

Open builder lanes second.

That is the most honest front door Switchyard can offer today.