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
Automations capabilities
5 capabilities, all acting on a automation. A reference to one from another domain is spelled
automation_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 |
|---|---|---|
| automations.listPOST /api/v1/automations/list | List the shop's automation rules and which are armed | read-only |
| automations.activityPOST /api/v1/automations/activity | Show what the shop's automations actually did, and to whom | read-only |
| automations.templatesPOST /api/v1/automations/templates | List the automation templates a shop could switch on | read-only |
| automations.coveragePOST /api/v1/automations/coverage | Find the moments where no automation tells anybody anything | read-only |
| automations.getPOST /api/v1/automations/get | Read one automation step by step — what it sends, and when | read-only |