Documentation
Service VIN developer & AI platformGetting startedAuthenticationPaginationIdempotencyRate limitsErrorsWebhooks & signature verificationConnecting ClaudeRecipesMCP servers & the Claude connectorREST resource referenceCapability indexCustomers capabilitiesVehicles capabilitiesLeads capabilitiesWarranties capabilitiesQuotes capabilitiesInvoices capabilitiesPayments capabilitiesServices capabilitiesJobs capabilitiesCalendar capabilitiesScheduling capabilitiesStaff capabilitiesInventory capabilitiesComms capabilitiesTasks capabilitiesShop capabilitiesDocuments capabilitiesKnowledge capabilitiesReports capabilitiesBooking capabilitiesForms capabilitiesMarketing capabilitiesReviews capabilitiesAutomations capabilitiesIntegrations capabilitiesChangelogSearch
Domain
Staff capabilities
11 capabilities, all acting on a staff. A reference to one from another domain is spelled
staff_id — never a bare id — and every one of those fields names the capability that produces it, so a model can chain calls without guessing.| Capability | What it does | Effect |
|---|---|---|
| staff.listPOST /api/v1/staff/list | List the staff on the roster, their skills and their workload | read-only |
| staff.getPOST /api/v1/staff/get | Get one staff member's record, availability and live work | read-only |
| staff.certificationsPOST /api/v1/staff/certifications | List which staff hold which certifications and when they lapse | read-only |
| staff.rolesPOST /api/v1/staff/roles | List the roles this shop grants its staff and what each opens | read-only |
| staff.pay_ratesPOST /api/v1/staff/pay_rates | Read what the shop's staff are paid, by rate and by type | read-only |
| staff.timesheetPOST /api/v1/staff/timesheet | Read one week of the shop's staff clock, with hours per person | read-only |
| staff.pay_periodsPOST /api/v1/staff/pay_periods | Read the shop's recent pay periods and what each staff run came to | read-only |
| staff.on_the_clockPOST /api/v1/staff/on_the_clock | List the staff clocked in right now and what they are working on | read-only |
| staff.time_off_requestsPOST /api/v1/staff/time_off_requests | List the time-off requests waiting on a staff manager's answer | read-only |
| staff.archivedPOST /api/v1/staff/archived | List the staff profiles archived out of the working roster | read-only |
| staff.role_matrixPOST /api/v1/staff/role_matrix | List each staff role and exactly what it can open and change | read-only |