Workflows
Current coded workflow
- Recruiter creates or imports a candidate.
- A reference request starts in either
candidate_intakeormanual_referenceslaunch mode. - In
candidate_intake, the candidate receives a public intake link, grants permission, confirms work history, and submits referee contacts. - In
manual_references, the recruiter or agent supplies referee contacts up front and the request starts in collection. - Referees receive email/SMS outreach and scheduled reminders.
- Referees complete the agentic reference chat or legacy response path.
- Veref extracts evidence, updates work-history verification, cancels reminders for completed referees, and moves the request to recruiter review when all contacts have responded.
- The recruiter or agent drafts, approves, and shares the customer-safe report.
Headless agent workflow
The recruiter app chat, the local CLI, Claude, GPT, Codex, and partner agents are all clients for the same reference-check workflow.
- Agent starts the request with
veref references startorPOST /v1/api/reference-requests. - By default,
launchModeiscandidate_intake: the candidate token drives permission, work-history extraction, and referee contact collection. - For known referees, the agent can set
launchModetomanual_referencesand provide contacts with both email and phone so referee outreach starts directly. - Referee checks continue through public referee tokens and the agentic reference conversation.
- Agent inspects state with
veref references get. - Agent can ask
veref agent ask/POST /v1/api/agentfor workspace guidance backed by the same agent tools. - Agent requests recruiter review or drafts, approves, and shares the report when the workflow is ready.
See Agent CLI and Endpoint Reference for the callable surface.
Target Veref hiring flow
- Candidate completes mobile identity verification before interview access.
- Candidate joins the browser-native interview room.
- Active challenges, virtual camera checks, and live behavioral signals establish integrity in real time.
- The candidate receives a portable Veref Passport after verification.
- Verified references are collected and linked back to the same candidate-owned record.
Recruiter flow
- Review inbox.
- Trigger reminders or approve agent suggestions.
- Read evidence-backed report.
- Move the candidate to the next stage.