http-api-cloudbase

Access CloudBase platform features via REST HTTP APIs without SDKs.

72|5|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/TencentCloudBase/skills --skill http-api-cloudbase
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: http-api-cloudbase
Source: https://github.com/TencentCloudBase/skills/tree/main/skills/http-api
Command: npx skills add https://github.com/TencentCloudBase/skills --skill http-api-cloudbase

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables calling CloudBase platform features (database, authentication, cloud functions, hosting, storage, AI) via raw HTTP APIs from backends or scripts that do not use SDKs.

Core Features & Use Cases

  • HTTP-based access to CloudBase features across environments (Go, Python, Java, PHP, etc.).
  • Authentication flexibility via AccessToken, API Key, or Publishable Key for server-side or client-side use.
  • Use cases include CI tests, admin scripts, microservices, or frontend-backend integrations that rely on REST instead of SDKs.

Quick Start

Use the http-api-cloudbase skill to call a test endpoint against your environment after configuring env and auth.

Frequently Asked Questions about http-api-cloudbase

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I call CloudBase features from a backend without using an SDK?

You can call CloudBase features from a backend without an SDK by using raw HTTP APIs. This skill provides REST-based access to database, authentication, cloud functions, hosting, storage, and AI features across non-SDK environments.

What authentication methods are available for CloudBase HTTP API requests?

Available CloudBase HTTP API authentication methods include AccessToken, API Key, or Publishable Key. You must select an appropriate authentication method and configure your environment before making REST calls.

Can I access CloudBase cloud functions and storage via REST in Python or Go scripts?

Yes, you can access CloudBase cloud functions and storage via REST in Python or Go scripts. This skill enables HTTP-based access to platform features across various languages and non-SDK backend scripts.

How do I find the OpenAPI documentation for CloudBase REST endpoints?

You can find the OpenAPI documentation for CloudBase REST endpoints by using the searchKnowledgeBase function. This allows you to reference the swagger documentation for available HTTP API operations.

When should I use raw HTTP APIs instead of the official CloudBase SDK?

Use raw HTTP APIs instead of the CloudBase SDK for CI tests, admin scripts, or microservices in non-SDK environments. It is ideal for server-side or client-side integrations that rely on REST across different programming languages.