Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.

Create General Note

Create a general Driving note.
body titlestring
Optional note title
body contentstringrequired
Note content
Request example
curl https://api.v2.dealmachine.com/v1/driving/general-notes \ -H "Authorization: Bearer dm_sk_live_xxx" \ -H "Content-Type: application/json" \ -d '{ "title": "Route idea", "content": "Drive the north side next week" }'