http-api-cloudbase

Installation
Summary

HTTP API access to CloudBase platform features including database, authentication, functions, storage, and hosting.

  • Supports MySQL RESTful API for CRUD operations on database tables via GET, POST, PATCH, DELETE endpoints with field selection, filtering, pagination, and sorting
  • Requires authentication via AccessToken (user permissions), API Key (admin permissions), or Publishable Key (anonymous access); tokens passed in Authorization header
  • Provides unified domain endpoints for domestic regions (api.tcloudbasegateway.com) and international regions (api.intl.tcloudbasegateway.com)
  • Must use searchKnowledgeBase tool with mode=openapi to retrieve OpenAPI Swagger specifications for auth, mysqldb, functions, cloudrun, and storage APIs before implementing calls
  • Defaults to Phone SMS Verification for user authentication when no specific method is specified
SKILL.md

Standalone Install Note

If this environment only installed the current skill, start from the CloudBase main entry and use the published cloudbase/references/... paths for sibling skills.

  • CloudBase main entry: https://cnb.cool/tencent/cloud/cloudbase/cloudbase-skills/-/git/raw/main/skills/cloudbase/SKILL.md
  • Current skill raw source: https://cnb.cool/tencent/cloud/cloudbase/cloudbase-skills/-/git/raw/main/skills/cloudbase/references/http-api/SKILL.md

Keep local references/... paths for files that ship with the current skill directory. When this file points to a sibling skill such as auth-tool or web-development, use the standalone fallback URL shown next to that reference.

Activation Contract

Use this first when

  • The request comes from Android, iOS, Flutter, React Native, non-Node backends, or admin scripts that must call official CloudBase APIs via raw HTTP.
  • The task is to consume CloudBase platform endpoints, not to build a new HTTP service on CloudBase.

Read before writing code if

Related skills

More from tencentcloudbase/skills

Installs
773
GitHub Stars
58
First Seen
Jan 22, 2026