Create or update a tag
Tags
Create or update a tag
Create a new tag or update an existing one. Use when managing the tag vocabulary your agents apply — e.g. when syncing a taxonomy from a CRM.
PUT
Create or update a tag
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Tag name (e.g. "billing", "refund", "feature-request")
Minimum string length:
1Short description of what this tag means (max 160 chars)
Maximum string length:
160If true, the AI will never auto-apply this tag (default: false)
Assign the tag to a category (uuid), null to clear, omit to leave unchanged
Pattern:
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$Response
Default Response