Deterministic by design.
Ideal for development, deployment, repeatable operations, CI, and work that should run exactly the same way every time.
$followdevRun Follow from the terminal when you want precision. Connect it to an AI client when you want leverage. Your data, logic, apps, and workflows are never trapped behind the interface.
$followremote:status
✓ Connected to production
$followplan--remoteproduction
PLAN 3 changes ready
+ Opportunity.healthScore
+ Deal review workflow
~ Pipeline navigation
$followapply--remoteproduction
✓ Workspace is up to date
$
The CLI gives builders an exact, scriptable interface. MCP gives capable AI clients permissioned tools for the same live workspace. Use either one, or combine both in a single workflow.
Ideal for development, deployment, repeatable operations, CI, and work that should run exactly the same way every time.
$followdevIdeal for research, analysis, updates, and multi-step work where an AI can interpret the goal and choose the right operation.
“Show me what changed, then fix it.”Target a local environment or any configured remote. Add --remote <name> to direct an operation to a specific workspace.
Watch source, live-sync changes, compile the app, and catch type errors before release.
followdevfollowdev:buildfollowdev:typecheckPreview metadata changes, apply them deliberately, and scaffold new entities from the terminal.
followplanfollowapplyfollowdev:addExecute logic functions directly, pass structured payloads, and stream server-side function logs.
followdev:function:execfollowdev:function:logsGenerate a typed client, manage app installations, operate local containers, and switch remotes.
followdev:generate-clientfollowapp:publishfollowremote:list# Connect without an interactive login
followremote:add--urlhttps://app.follow-crm.com \
--api-key $FOLLOW_API_KEY --as production
# Run a function with structured input
followdev:function:exec-nscore-pipeline \
-p '{"period":"this-quarter"}'Open Follow, create an API key, then choose MCP in Settings. Connect with a preset link or copy the configuration into any compatible client.
Connect Follow to a workspace conversation.
Add Follow as a custom remote connector.
{
"mcpServers": {
"follow": {
"url": "https://app.follow-crm.com/mcp",
"headers": {
"Authorization": "Bearer <YOUR_API_KEY>"
}
}
}
}Use the interface, automate from the terminal, or connect your AI client. Follow meets you at the right level of control.