Documentation Index
Fetch the complete documentation index at: https://deepline.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Playbook
DiscoLike Integration Guide
Use DiscoLike for website-first company discovery and domain intelligence.Best entry points
discolike_countwhen you want a fast volume estimate for supported search filters like phrase, category, geography, technology, or business model before paying to retrieve a large result set.discolike_discoverwhen you have seed domains or a natural-language ICP.discolike_bizdatawhen you already know the domain and need a firmographic profile.discolike_matchwhen you start from a company name and need the best matching domain.discolike_search_indexed_contactswhen you want indexed contacts from DiscoLike’s contact dataset at known company domains or matching contact/company filters.discolike_generate_candidate_contactswhen you want ContaGen-style open-web research to generate candidate contacts at known company domains using DiscoLike-configured BYOK model and search-provider integrations.discolike_run_company_researchwhen you want Claygent-style arbitrary company research: run one prompt per domain against company context and optional web search.discolike_vendors,discolike_publiclink,discolike_subsidiaries, anddiscolike_redirectsfor relationship mapping.
Segment behavior
discolike_segment is public and synchronous from the agent perspective: it submits DiscoLike’s async segment job, polls the provider status endpoint, and returns the completed segment rows when available.
If the sync wait times out, call discolike_get_segment_status with the returned task_id to retrieve the provider result later. This status call is a free read-only recovery step for tasks created by the same organization; final customer billing is reconciled by Deepline’s async provider cron against the original discolike_segment billing row.
Contact generation behavior
discolike_search_indexed_contacts searches DiscoLike’s indexed contact/persona data.
discolike_generate_candidate_contacts is the ContaGen path: it submits POST /contacts/discover/generate, then polls DiscoGen status until terminal results are available or the caller’s wait budget expires. Use it only when candidate open-web contact discovery is acceptable. Treat generated email, linkedin_url, phone, and identity fields as candidates until validated.
discolike_run_company_research is the Claygent-like path: it submits POST /discogen/process, runs an arbitrary prompt against each company domain, and polls DiscoGen status for final results.
DiscoGen/ContaGen are BYOK from DiscoLike’s perspective: they use the DiscoLike-configured LLM and search-provider integrations and may return a provider-side estimated_cost for model/search usage. For Deepline-managed DiscoLike execution, those configured model/search integrations are Deepline-managed upstream costs, so returned estimated_cost is included in Deepline billing. If the caller omits integration_id, Deepline uses the cheapest verified managed LLM config, OpenAI gpt-5-nano; if the caller omits search_context_size, Deepline uses low. Caller-selected model/search overrides, high search context, and web_search: true are blocked on the managed shared-key path. Deepline charges 0.21/query plus $4.20 per 1,000 submitted domains.