CLI & MCP
Waymaker connections
Manage connections from the Waymaker CLI. Create, list, test, and configure connections to external services including API key integrations, webhooks, and MCP servers.
IntegrationsThird-Party
Last updated: March 8, 2026
Overview
Manage connections from the Waymaker CLI. Create, list, test, and configure connections to external services including API key integrations, webhooks, and MCP servers.
For the complete reference with all parameters and options, see the Command Reference.
Usage
waymaker connections <subcommand> [options]
Subcommands
| Subcommand | Description |
|---|---|
services | List supported services |
list | List all connections |
create | Create a new connection |
get | Get connection details |
update | Update connection settings |
delete | Delete a connection |
test | Test connection validity |
Webhook Subcommands
| Subcommand | Description |
|---|---|
webhook create | Create an incoming webhook connection |
webhook get | Get webhook details including the URL |
webhook map | Map incoming fields to table columns |
webhook test | Send a test event |
webhook regen | Regenerate webhook token (invalidates old URL) |
Quick Examples
Create a Stripe Connection
waymaker connections create \
--service stripe \
--name "Stripe Production" \
--api-key sk_live_your_key_here
Create an Incoming Webhook
waymaker connections webhook create \
--title "Contact Form" \
--workspace <workspace-id>
Returns the webhook URL to paste into your external service.
Test a Connection
waymaker connections test <connection-id>
Enable MCP for AI Chat Access
waymaker connections update <connection-id> --mcp-enabled
Security Notes
- API keys are encrypted at rest
- Keys are never displayed after creation
- Use test keys during development
- Rotate keys periodically
Getting API Keys
Stripe
- Log in to Stripe Dashboard
- Go to Developers > API Keys
- Copy the Secret key (starts with
sk_live_orsk_test_)
HubSpot
- Log in to HubSpot
- Go to Settings > Integrations > Private Apps
- Create a new Private App
- Copy the Access token
Notion
- Log in to Notion
- Go to Settings > Integrations
- Create a new Internal Integration
- Copy the Internal Integration Token (starts with
secret_)
Full Reference
See the Command Reference for complete parameter tables, JSON output formats, and MCP tool equivalents for all connection commands.