auth-http-api-cloudbase
Installation
SKILL.md
When to use this skill
Use this skill whenever you need to call CloudBase Auth via raw HTTP APIs, for example:
- Non-Node backends (Go, Python, Java, PHP, etc.)
- Integration tests or admin scripts that use curl or language HTTP clients
- Gateways or proxies that sit in front of CloudBase and manage tokens themselves
Do not use this skill for:
- Frontend Web login with
@cloudbase/js-sdk@2.x(use CloudBase Web Auth skill) - Node.js code that uses
@cloudbase/node-sdk(use CloudBase Node Auth skill) - Non-auth CloudBase features (database, storage, etc.)