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.

In plain terms

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.

What it makes possible

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.

Built for controlled execution

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.

WRITE COMMANDS REQUIRE AN EXPLICIT FLAG
revsure --allow-write linkedin-send-message --target-identifier jane-doe --message "Hi!"
Simple setup

From install to automation in three steps

One install command, three values from RevSure, and one health check.

01 · Install once

One command to add RevSure CLI

npm install -g @revsure/cli

Install it once, then use RevSure CLI from any terminal, script, or CI job.

02 · Connect

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.

03 · Check once

One command verifies everything

revsure doctor

Checks configuration, authentication, and connectivity together, so you know you are ready to automate.

Automate in code

Compose your agents with RevSure CLI

Start with a command, then compose the scripts, agents, automations, and integrations your GTM workflows need.

01

Discover the command

List what is available and inspect the inputs before you run it.

revsure tools
revsure describe pipeline-health-overview
02

Run the report

Ask for the live GTM view your workflow needs, in a format other tools can use.

revsure pipeline-health-overview --quarters q0
03

Use the result

Pipe it into an approved script, schedule it, or pass the result to another system.

revsure get-funnel-stages | jq .funnel_mapping
Ready when your stack is

Automate GTM context in code

Compose your agents with RevSure CLI. Build, automate, and orchestrate the GTM workflows your team needs.