Build and deploy your agents in code
Compose your agents with RevSure CLI. Explore governed GTM context, connect your stack, and automate the workflows your team needs. For agentic AI and GTM engineers who want to code their GTM workflows.
$ For agentic AI and GTM engineers who want to code their GTM workflows, RevSure CLI is the command-line way to use the same GTM context and actions available in the product and through the MCP Server. Use it to investigate, build, orchestrate, and automate the GTM work your team chooses—without someone opening a dashboard. No separate API model to learn; commands talk directly to your RevSure deployment and return JSON.
Turn GTM work into automation that keeps running
RevSure CLI makes governed GTM context available in code, so you can automate the recurring, event-driven, and agent-led work your team needs to scale.
Automate recurring GTM work
Turn the checks, research, enrichment, and follow-through your team repeats into governed workflows that keep running.
React when the right signal arrives
Use fresh account, funnel, and intent context to trigger the next step when it matters—not after someone notices a dashboard.
Orchestrate your existing stack
Connect RevSure CLI to scripts, internal tools, and the systems your team already uses to make multi-step automation reliable.
Give agents work they can complete
Equip agents with governed context and reusable commands so they can investigate, decide, and carry approved work forward.
The command line does not bypass governance
Read context freely. Make a change only when the workflow declares its intent.
JSON by default
Every command returns a plain JSON result, ready to inspect, schedule, or pipe into another tool.
Explicit write gate
Commands that change anything require --allow-write. A read command cannot accidentally send a message or start a run.
Secrets stay out of config
Client secrets are read from environment variables. The CLI never writes them to disk.
revsure --allow-write linkedin-send-message --target-identifier jane-doe --message "Hi!"From install to automation in three steps
One install command, three values from RevSure, and one health check.
One command to add RevSure CLI
npm install -g @revsure/cliInstall it once, then use RevSure CLI from any terminal, script, or CI job.
Three values from RevSure
export REVSURE_URL=***
export REVSURE_CLIENT_ID=***
export REVSURE_CLIENT_SECRET=***Your RevSure contact provides the deployment URL, client ID, and client secret.
One command verifies everything
revsure doctorChecks configuration, authentication, and connectivity together, so you know you are ready to automate.
Compose your agents with RevSure CLI
Start with a command, then compose the scripts, agents, automations, and integrations your GTM workflows need.
Discover the command
List what is available and inspect the inputs before you run it.
revsure toolsrevsure describe pipeline-health-overviewRun the report
Ask for the live GTM view your workflow needs, in a format other tools can use.
revsure pipeline-health-overview --quarters q0Use the result
Pipe it into an approved script, schedule it, or pass the result to another system.
revsure get-funnel-stages | jq .funnel_mappingThe data, context, and control behind the command
Automate GTM context in code
Compose your agents with RevSure CLI. Build, automate, and orchestrate the GTM workflows your team needs.