Getting started

Launch your first verification

The shortest path from account creation to a live Finder or Probe request.

Launch your first verification

1. Sign in to the dashboard

  • Create your account with one of the supported identity providers.
  • If you were invited by your team, use the invitation link first so your account opens with the right access.

2. Run your first request

  • Use Probe to verify a single email address.
  • Use Finder to search with a full name and company domain.

3. Generate your access token

Open the Personal Access Token page in the dashboard and create a token for programmatic access.

You will send that token as a bearer credential:

Code snippet
Authorization: Bearer relid_pat_...

4. Choose your integration path

5. Decide between sync and background execution

  • Use synchronous Finder or Probe calls when you need an immediate answer.
  • Use background jobs when you have larger batches, strict deadlines, or want callback-based completion.
  • If a synchronous client endpoint returns 429, that is your signal to retry later or move the workload to a background job.

If you want a quick overview before you build, start with the documentation hub.

Quick links

Browse the docs

Start with the overview, move into authentication and implementation details, then keep the reference pages nearby while you build.

Agent-ready docs

Copy this page or hand an agent `llms.txt`

Copy the current page as Markdown, or copy `llms.txt` when you want to give an assistant a clean index of the docs, reference, and related pages.

Open llms.txt

Companion routes

Reference, pricing, and access

Jump from the guides into the live API reference, pricing, or token management when you are ready to move from evaluation to production use.