Connect OpenClaw through Swytchcode

Initialize the OpenClaw trust boundary and expose Swytchcode tools safely.

Book a demo

7

Onboarding steps

1

MCP path

Audit

Tool usage

Secure

Agent boundary

CLI

Ship in one command.

Pull the manifest, set your policy, execute. No SDK sprawl, no boilerplate. Just the tool you need, right now.

swytchcode init --editor=openclaw --mode=sandbox
swytchcode get github
swytchcode add github.pull_requests.list
swytchcode mcp serve

How it connects

Connect OpenClaw in minutes

Follow these steps to connect your agent, load a toolkit, and start executing tools through Swytchcode.

  1. 1

    Install the Swytchcode CLI

    Install the CLI so OpenClaw can connect through MCP.

    curl -fsSL https://cli.swytchcode.com/install.sh | sh
  2. 2

    Authenticate

    This opens a browser-based device-flow OAuth flow and stores your session in ~/.swytchcode/auth.json.

    swytchcode login
  3. 3

    Initialize Swytchcode for OpenClaw

    Creates .swytchcode/tooling.json, an OPENCLAW.md agent contract, and ~/.openclaw/settings.json with the MCP server configuration.

    swytchcode init --editor=openclaw --mode=sandbox
  4. 4

    Fetch an integration

    Search available integrations, then fetch one such as Stripe.

    swytchcode search
    swytchcode get stripe
  5. 5

    Add tools to the trust boundary

    Add a specific method or add everything from a project, then verify with swytchcode list tooling.

    swytchcode add stripe.charge.create
  6. 6

    Start the MCP server

    Starts automatically when OpenClaw connects through the config written during initialization, or run it manually.

    swytchcode mcp serve
  7. 7

    Use OpenClaw

    OpenClaw checks list tooling, calls info to inspect the schema, then generates runtime code using swytchcode exec.

    Create a Stripe charge for $50 for customer cus_123.

Works with

APIs your team already uses

GitHub
Paddle

Ready to ship openclaw integrations?

Install the CLI and pull your first manifest in under a minute. No account required.

Book a demo