Tags

Create and manage tags for organizing activities

Overview

Tags allow you to categorize and organize activities. Each tag has a name, an optional color, and an optional description. Tags are scoped to your agent.

Endpoints

  • GET /v1/tags — List all tags
  • POST /v1/tags — Create a new tag
  • PATCH /v1/tags/:id — Update a tag
  • DELETE /v1/tags/:id — Delete a tag