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

Create Tag

Create a Driving property tag definition.
body labelstringrequired
Tag label
body colorstringrequired
Tag color value
body smart_tagging_enabledboolean
Whether smart tagging is enabled for this tag
body smart_tagging_promptstring
Prompt used for smart tagging
Request example
curl https://api.v2.dealmachine.com/v1/driving/tags \ -H "Authorization: Bearer dm_sk_live_xxx" \ -H "Content-Type: application/json" \ -d '{ "label": "Vacant", "color": "#14b8a6" }'