Marketing automation systems carry years of API versions and sequences nobody documented, and every action touches a real customer list.
Authentication
Credentials resolved at the runtime, never in agent code
Idempotency
A retry never repeats a real action
Validation
Responses checked against the schema before your agent acts
Audit
A record of what was requested, allowed, and executed
CLI
Pull the manifest, set your policy, execute. No SDK sprawl, no boilerplate. Just the tool you need, right now.
swytchcode get hubspot
swytchcode exec hubspot.enroll-sequence \
--contact-id 12345 \
--sequence-id onboarding-v3How it connects
Follow these steps to connect your agent, load a toolkit, and start executing tools through Swytchcode.
Install the CLI and authenticate so your marketing agent can safely trigger campaigns.
npm install -g swytchcodeFetch the integration you need for campaign automation.
swytchcode get hubspotExpose the toolkit to your agent through a secure runtime.
swytchcode mcp serveLet your agent build the segment and update the campaign while Swytchcode checks the sequence, the policy, and the payload before anything sends.
swytchcode exec hubspot.enroll-sequence --contact-id 12345 --sequence-id onboarding-v3Works with
Install the CLI and pull your first manifest in under a minute. No account required.