The same thing, without the assistant in the middle.
The dashboard is a client of this API, not a privileged path around it. Mint a token with POST /v1/auth/api-token from Settings, on the Team plan and up, valid a year, shown once, carrying your own role. No sales call.
Jobs
GETPOST/v1/talent/jobsList and open roles
GETPUTDEL/v1/talent/jobs/{jobID}A single role
GETPOST/v1/talent/jobs/{jobID}/applicationsEveryone who applied
POST/v1/talent/jobs/{jobID}/applications/{applicationID}/stageMove someone along the pipeline
Candidates & applications
GETPOST/v1/talent/candidatesThe people, across every role
GETPUT/v1/talent/candidates/{candidateID}One candidate
GET/v1/talent/candidates/{candidateID}/applicationsEvery role they've been up for
GETPOST/v1/talent/candidates/{candidateID}/documentsCVs and attachments
GETPOST/v1/talent/applications/{applicationID}/notesWhat the team wrote down
GET/v1/talent/applications/{applicationID}/stage-historyEvery move, with timestamps
POST/v1/talent/applications/{applicationID}/rejectClose it out, in their language
Interviews
GET/v1/hiring/interviewsWhat's scheduled
GETPOST/v1/hiring/applications/{applicationID}/interviewsBook against an application
GETPUTDEL/v1/hiring/interviews/{interviewID}One conversation
POST/v1/hiring/interviews/{interviewID}/completeClose it and write it back
People
GETPOST/v1/people/employeesEveryone currently employed
GETPUT/v1/people/employees/{employeeID}One person
GETPOST/v1/people/employees/{employeeID}/documentsContracts and acknowledgements
GETPOST/v1/people/employees/{employeeID}/one-on-onesThe conversations themselves
Goals & timeline
GET/v1/growth/goalsAcross the company
GETPOST/v1/growth/employees/{employeeID}/goalsWhat one person agreed to
GETPUTDEL/v1/growth/goals/{goalID}A single goal and its progress
GET/v1/timeline/employees/{employeeID}First interview through today, one continuous line. The call the MCP tools sit on
Careers page
GET/v1/public/tenants/{tenantSlug}/jobsOpen roles, no auth. Build your own careers page
POST/v1/public/applicationsApplications land straight in the pipeline
The ones that think
POST/v1/talent/applications/{applicationID}/summaryA CV read for you
POST/v1/talent/applications/{applicationID}/interview-prepWhat to ask this person
POST/v1/people/employees/{employeeID}/askA plain question against one person's history
POST/v1/people/employees/{employeeID}/one-on-ones/briefingWhat's open, and what was promised
That's the set most integrations start with. The rest of hiring, people and growth follows the same shape and your token already reaches it. If you'd rather someone walked it through against your stack, get in touch.