Skip to main content

Quick Start (Claude Code)

Use Claude Code as your control plane. Instead of manually composing commands, prompt Claude to inspect tools, run a pilot, and summarize results.

1) Start with a scoped objective

I want to enrich a small CSV of B2B leads.
Use Deepline tools only.
Start with rows 0-2, show me the exact actions you will run, then execute and summarize output quality.

2) Ask Claude to inspect available tools

Check Deepline auth status, list available tools, and identify the best 3 tools for:
1) company enrichment
2) people lookup
3) email validation
Return your recommendation in a short table before running anything.

3) Run a pilot enrichment pass

Using leads.csv, run a Deepline enrichment pilot on rows 0-2.
Add:
- company lookup
- person lookup for senior GTM roles
- email validation
Write output to leads-enriched.csv.
After execution, give me:
- success/failure counts
- columns created
- one example enriched row

4) Scale only after quality check

Now scale the same workflow to rows 0-200.
Keep the same schema as the pilot output.
If any provider fails, continue processing and include a failure report grouped by action.
Next: open a provider guide in providers/<provider>/guide to tighten payloads and filters.