Create an agent tag
Agent Tags API
Create an agent tag
Create a new tag for organizing agents. If a tag with the same name already exists in the organization, the existing tag is returned (idempotent).
POST
Create an agent tag
Authorizations
JWT token from Clerk authentication.
Must be from a user with org:admin role.
Body
application/json
Tag name (1–50 characters)
Required string length:
1 - 50Example:
"Production"
Response
Tag created (or existing tag returned)
Unique tag identifier
Example:
1
Tag name
Example:
"Production"
Organization the tag belongs to
Example:
"org_xxx"
Clerk user ID of the tag creator
Example:
"user_2ABC123DEF"
Example:
"2024-01-15T10:30:00.000Z"
Example:
"2024-01-15T10:30:00.000Z"
