# Create Tag Creates a new manual tag. Endpoint: POST /tag Version: 0.0.0 ## Request fields (application/x-www-form-urlencoded): - `name` (string, required) Tag name. Example: "mynewtag" - `text` (string,null) Tag description. Example: "hello"