Pick the integration path
| Agent environment | Best path | Notes |
|---|---|---|
| Claude Code | Deepline skill + CLI | Best covered today. See Claude Code. |
| Codex | Deepline skill + CLI | Install the hosted skills, then run commands from the agent terminal. |
| Cursor | Deepline skill + CLI | Install hosted skills, or point Cursor at the skill markdown files. |
| Gemini CLI | Deepline skill + CLI | Supported by the hosted skill installer. |
| Antigravity | Deepline skill + CLI | Supported by the hosted skill installer. |
| Hermes Agent / Hermes IDE | CLI | Use the Deepline CLI from the shell. Deepline does not publish a hosted Hermes skill target yet. |
| Any other shell-capable agent | CLI | Install, authenticate, then give the agent the exact command to run. |
Install Deepline once
deepline binary before asking it to enrich a CSV.
Install hosted skills where supported
Give the agent a concrete job
Good agent instructions name the file, output file, run name, row range, and tool payload.Use the GTM agent repo
For repo-backed agent workflows, start from the Deepline GTM agent project:deepline-gtm-agent
Reference repo for improving Deepline GTM agent workflows across coding
agents.
Troubleshooting
The agent says deepline is not found
The agent says deepline is not found
Open the agent terminal and run
deepline -h. If that fails, reinstall the
CLI in the same sandbox or add the install prefix to the agent shell’s
PATH.The hosted skill install command rejects an agent name
The hosted skill install command rejects an agent name
Use only the supported hosted targets:
codex, claude-code, cursor,
gemini-cli, and antigravity. For Hermes or another agent, use the CLI
directly.The agent invented a Deepline command
The agent invented a Deepline command
Stop and check Content canonicals
before running it. For enrichment, use the command shape on this page.