Use this skill when you want your AI agent to push, sync, or manage SuprSend assets from the terminal - without you having to rememberDocumentation Index
Fetch the complete documentation index at: https://docs.suprsend.com/llms.txt
Use this file to discover all available pages before exploring further.
--slug vs --dir, or whether --commit=true is needed.
The skill loads the full SuprSend CLI reference into your agent’s context: every command, every flag, and the gotchas that catch people most.
Install
Full CLI Reference
Every command, subcommand, flag, and output format.
Try it
Things you can ask your AI to do
Push and version a workflow
Push and version a workflow
“Push the onboarding workflow as a draft, then commit it once I confirm.”Your agent will push without
--commit=true first, wait for your sign-off, then run a follow-up commit.Pull, edit, push
Pull, edit, push
“Pull the password-reset workflow from production, change the SMS delay from 5 minutes to 2, and push the change to staging.”Full lifecycle - pull, modify locally, push back - handled by the agent.
Sync between workspaces
Sync between workspaces
“Sync all workflows and schemas from staging to production.”The agent runs
suprsend sync with the right --source-workspace, --target-workspace, and --assets flags.Generate type-safe SDK code
Generate type-safe SDK code
“Generate TypeScript types for all my event schemas into ./types.”The agent runs
suprsend generate types for TypeScript, Python, Go, Java, Ruby, Swift, or Kotlin.Set up CI/CD
Set up CI/CD
“Add a GitHub Actions step that pushes any changed workflows on merge to main.”The agent generates the workflow YAML using the right CLI commands and environment variables.
Manage schemas, events, categories, translations
Manage schemas, events, categories, translations
“Push every event schema in ./schemas to staging.”Works for schemas, events, preference categories, and translations - same patterns as workflows.
Start the MCP server
Start the MCP server
“Start the SuprSend MCP server.”The agent runs
suprsend start-mcp-server with the right scopes. See MCP Server.Before your first command
The CLI needs a service token. Pick the auth flow that fits your setup:- Environment variable
- Saved profile
Common gotchas
These are the mistakes the skill is built to prevent - but worth knowing if something looks off.workflow push myfile.json silently pushes 0
workflow push myfile.json silently pushes 0
Why: Command expects
--slug or --dir, not a file path.Fix: Use --slug or --dir suprsend/workflow/.Workflow pushed but nothing fires
Workflow pushed but nothing fires
Why: Pushed workflows are drafts by default.Fix: Add
--commit=true."Successfully pushed: 0"
"Successfully pushed: 0"
Why: Wrong active profile or workspace.Fix: Run
suprsend profile list and switch.Validation error on push
Validation error on push
Why: Referenced schema or category doesn’t exist.Fix: Push dependencies first.
Learn more
Workflow Schema skill
Generate the workflow JSON your agent will push.
Template Schema skill
Generate the template variants your agent will push.
Docs & Support skill
Let your agent fetch live SuprSend docs while debugging.
Agent Skills Overview
All available skills.