What problem does it solve?
This Skill eliminates the tedious, error-prone process of manually gathering separate credentials for TiDB Cloud O11Y services and mapping TiDB cluster deploy types to the correct O11Y bizType values for API calls.
Core Features & Use Cases
- Unified Credential Retrieval: Fetches all required O11Y bearer tokens, Auth0 control plane tokens, and AWS STS S3 credentials in a single authenticated call, with automatic caching to avoid repeated logins.
- Deterministic bizType Mapping: Includes a built-in helper to automatically convert TiDB cluster deploy types (premium, dedicated, starter) and environments (dev, staging, prod) to the correct O11Y bizType for API endpoints.
- Use Case: For example, if you need to pull monitoring pipeline data from a TiDB Cloud premium production cluster, use this Skill to instantly get valid access tokens and the correct bizType without manual lookup or repeated authentication steps.
Quick Start
Use the o11y-auth skill to authenticate to the TiDB Cloud O11Y platform, retrieve all required API and S3 access credentials, and resolve the correct bizType for your target cluster.