Changelog
added

Tags in Projects API

You can tag projects with one or more strings of your choice (tags) using Create Project and Update Project API endpoints. With tags, for example, you can take advantage of tag-based restricted API keys or use for post-sale analytics. Only standard (rather than restricted) keys can tag and untag projects. Tags are not visible in app at the moment.

"project": {
  ...
  "tags": ["ABC", "XYZ"]
  ...
}