cyberneticlibrary

Call CloudBase APIs over HTTP

http-api-cloudbaseskillsetup L21,033
TencentCloudBase/CloudBase-AI-ToolKit
What it does

Call CloudBase platform APIs via raw HTTP

Best for

Non-Node backends and integration tests calling CloudBase features (database, functions, storage) without SDKs

Inputs
  • · [object Object]
  • · [object Object]
  • · [object Object]
Outputs
  • · [object Object]
Requires
  • · searchKnowledgeBase MCP (mode=openapi to fetch Swagger specs)
  • · HTTP client (curl, Postman, or language HTTP library)
Preconditions

CloudBase environment ID, authentication credentials, knowledge of correct endpoint region and auth scheme

Failure modes
  • · Guessing endpoint paths without reading OpenAPI spec
  • · Mixing Web SDK examples with native app HTTP calls
  • · Using wrong region domain or auth header format
Trust signals
  • · Explicit instruction to use searchKnowledgeBase for OpenAPI specs (never invent endpoints)
  • · Regional domain table (domestic Shanghai vs international)
  • · Auth method section covers AccessToken, API Key, Publishable Key
  • · Clarifies when NOT to use (Web SDK, Node SDK, auth flows)
  • · Phone SMS Verification noted as most user-friendly default