Tag groups
Create tag group
Create a custom tag group.
POST
Creates a custom tag group and returns the stored
TagGroup.
Headers
Bearer token containing your Fini workspace API key. Format:
Bearer fini_... The key needs write scope.application/jsonBody parameters
Group title.
Optional group description.
Optional AI-instruction text for the group’s tag selection logic.
Optional flag controlling whether the group allows multiple tags per conversation.
Optional flag for output-only groups. If
true, this group will not be available in Rulebooks, including intent-based rules, so leave it false for routing or other Rulebook conditions.Response
Returns the createdTagGroup.
Errors
400 Bad Request
400 Bad Request
The body is malformed or missing the required
title.401 Unauthorized
401 Unauthorized
403 Forbidden
403 Forbidden
The API key does not include the
write scope required for this route.500 Internal Server Error
500 Internal Server Error
Fini failed while creating the tag group in storage.

