What problem does it solve?
This Skill helps you reliably access CloudBase platform capabilities using official raw HTTP endpoints when an SDK is unavailable or not suitable, reducing guesswork about URLs, parameters, and authentication.
Core Features & Use Cases
- Official CloudBase HTTP API routing: Use the correct gateway base URL patterns for domestic and international regions and target the intended platform feature (database, functions, auth, storage, CloudRun).
- Authentication setup for HTTP requests: Choose AccessToken, API Key, or Publishable Key and send the correct Authorization header format.
- OpenAPI-driven request construction: Always retrieve the official OpenAPI spec via searchKnowledgeBase (by apiName) and implement only documented endpoints and schemas.
- Database and function invocation support: Covers MySQL RESTful operations (query/insert/update/delete), and provides guidance for invoking Cloud Functions via HTTP.
Quick Start
Use the http-api-cloudbase skill to generate a curl-ready raw HTTP request plan for your CloudBase environment by specifying env ID, the auth method, and the target API (mysqldb/functions/auth/cloudrun/storage) after reviewing the corresponding OpenAPI spec.