> ## Documentation Index
> Fetch the complete documentation index at: https://developers.explorium.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# v2 release plan

> AgentSource v2 ships in two phases: the full v2 API surface first, followed by an improvements pass.

<Info>
  **Beta.** AgentSource v2 is in beta — scope and timing are subject to change before GA.
</Info>

v2 is delivered in two phases: the full v2 API surface first — including the new Research (GenAI) endpoints — followed by an improvements pass.

| Phase       | Focus           | What ships                                                                                                                                                                                                                               |
| :---------- | :-------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Phase 1** | Full v2 release | The full v2 surface: Research (GenAI) endpoints, async job infrastructure, sync + async enrichments, autocomplete consolidation, match/fetch/stats, events, webhooks, credits, signal fixes, and cleanup. Ships with full documentation. |
| **Phase 2** | Improvements    | `max_per_company` support. More to come.                                                                                                                                                                                                 |

## Phase 1 — Full v2 release

Everything below lands together.

| Area                                                                                                           | Summary                                                                       |
| :------------------------------------------------------------------------------------------------------------- | :---------------------------------------------------------------------------- |
| [Research (GenAI)](/v2/endpoints/research)                                                                     | Custom AI-powered research over businesses or prospects, sync and async.      |
| [Async job infrastructure](/v2/async-jobs)                                                                     | Job submission plus status and result endpoints behind every `.../job` route. |
| [Autocomplete](/v2/autocomplete)                                                                               | Consolidated to a single `/v2/autocomplete` endpoint.                         |
| [Business](/v2/businesses/enrichments/overview) and [prospect](/v2/prospects/enrichments/overview) enrichments | 17 business and 3 prospect enrichments, each sync and async.                  |
| [Core entities](/v2/businesses/fetch_businesses)                                                               | Match, fetch, and stats for businesses and prospects.                         |
| [Events](/v2/endpoints/events)                                                                                 | Business and prospect events plus enrollments.                                |
| [Webhooks](/v2/endpoints/webhooks)                                                                             | Add, get, delete, and connectivity check.                                     |
| [Credits](/v2/credits/get_credits)                                                                             | Balance and aggregation.                                                      |
| [Contact information waterfall](/v2/prospects/enrichments/contact_information_job)                             | Async contact enrichment with external-provider fallback.                     |
| [Signal fixes](/v2/whats-new#signal-fixes)                                                                     | Corrected field names.                                                        |
| [Cleanup](/v2/whats-new#removed-fields)                                                                        | Removed response fields, changed defaults, and new async limits.              |

## Phase 2 — Improvements

* Add `max_per_company` support.
* More to come.

## Related

<Columns cols={2}>
  <Card title="What's new" icon="sparkles" href="/v2/whats-new">
    The full change list
  </Card>

  <Card title="Migrating from v1" icon="arrow-right-arrow-left" href="/v2/migration-from-v1">
    Deprecation timeline and migration steps
  </Card>
</Columns>
