What is CarvOS?
CarvOS is a platform API that enables ATS vendors to integrate AI-powered recruitment capabilities into their products.
Push-First Architecture¶
CarvOS uses a webhook-first architecture:
- You push data -- Send candidate, meeting, and job data to CarvOS via the REST API
- CarvOS processes -- AI analyzes, enriches, and transforms the data
- CarvOS pushes results -- Enriched data is sent back via outgoing webhooks
This means no polling is required -- updates arrive in real time with minimal latency and a clear, predictable data flow.
Data Model¶
CarvOS organizes data into a clear hierarchy:
graph TD
W[Workspace] --> M[Members]
W --> C[Candidates]
W --> V[Vacancies]
C --> A[Applications]
V --> A
C --> MT[Meetings]
| Entity | Description |
|---|---|
| Workspace | Your organization or tenant |
| Members | Users within a workspace |
| Candidates | People in your talent pool |
| Vacancies | Open positions |
| Applications | Candidate-vacancy relationships |
| Meetings | Interviews and calls |
Next Steps¶
-
Quick Start
Get started in 10 minutes
-
System Architecture
Technical deep-dive