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
Use semantic colours
Use semantic colours
Keep colours consistent — red for bugs, green for features, orange for urgent items.
Limit label sprawl
Limit label sprawl
Aim for 10–20 labels per workspace; use prefixes like
type: or priority: when needed.Read tokens from the environment
Read tokens from the environment
Use
os.getenv("PLATFORM_TOKEN") — never hardcode JWT values in source.Batch with a context manager
Batch with a context manager
Reuse one
PlatformClient session when tagging many issues in a loop.Related
Platform Issues
Create and manage issues that labels attach to
Platform SDK Client
Full PlatformClient API reference

