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
Knowledge capabilities
5 capabilities, all acting on a article. A reference to one from another domain is spelled
article_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 |
|---|---|---|
| knowledge.listPOST /api/v1/knowledge/list | List the shop-memory articles the shop's AI is grounded on | read-only |
| knowledge.capacityPOST /api/v1/knowledge/capacity | Check how much shop-memory article space this plan allows | read-only |
| knowledge.playbookPOST /api/v1/knowledge/playbook | List the playbook articles the team uses to answer customers | read-only |
| knowledge.groundingPOST /api/v1/knowledge/grounding | Read the article set an AI agent is actually grounded on here | read-only |
| knowledge.briefPOST /api/v1/knowledge/brief | Read the shop's own brief — the article every agent starts from | read-only |