Agent interface
Put your coding agent in the growth loop.
Arcops gives Claude Code, Codex, and other coding agents structured GTM context, scoped actions, and a durable readback after every experiment.
Open Arcops01ObserveLive product facts
→02DecideYour coding agent
→03ShipScoped CLI actions
→04MeasureDurable readback
Choose your agent
One setup, tailored commands.
- 01
Create a scoped API key
Start with Read. Move to Write or Send only when the workflow needs it. The key belongs in your local terminal, never in an agent conversation.
Sign in to create a key - 02
Install and authenticate the CLI
Install Arcops once, then store the scoped key in your local Arcops credentials.
Install Arcops CLInpm install -g @arcolab/arcopsAuthenticate locallyarcops auth login --token YOUR_API_KEY - 03
Teach Claude Code the Arcops workflow
Install the Arcops Skill globally for Claude Code. The Skill explains available workflows while the CLI remains the deterministic execution layer.
Install for Claude Codenpx skills add arcolabs/arcops --skill arcops -g -a claude-code -y - 04
Run a real first task
Start with a read-only diagnosis tied to an outcome, not a generic connectivity check.
Paste into your coding agentUse Arcops to inspect my connected sites across acquisition, activation, revenue, and open customer conversations. Start with arcops auth status, arcops sites ls, arcops growth doctor <site>, and arcops verbs --json. Treat missing billing as unavailable coverage, not zero revenue. Use read-only commands first. Identify the highest-leverage growth bottleneck and propose one measurable experiment. Do not execute writes without my approval.
