Skip to main content
Colour-coded labels organise platform issues by type, priority, or team — attach them from an agent or the SDK.
The user asks to triage issues; the agent creates labels and attaches them on the platform.

Quick Start

1

Simple Usage

Create a label and attach it to an issue:
2

With Configuration

List labels, update colours, and remove labels from issues:

How It Works


Configuration Options


Best Practices

Keep colours consistent — red for bugs, green for features, orange for urgent items.
Aim for 10–20 labels per workspace; use prefixes like type: or priority: when needed.
Use os.getenv("PLATFORM_TOKEN") — never hardcode JWT values in source.
Reuse one PlatformClient session when tagging many issues in a loop.

Platform Issues

Create and manage issues that labels attach to

Platform SDK Client

Full PlatformClient API reference