http-api-cloudbase

Access CloudBase database, authentication, and cloud functions via HTTP API.

1|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/jngong-collab/miniapp-growth-v2-open --skill http-api-cloudbase-jngong-collab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: http-api-cloudbase
Source: https://github.com/jngong-collab/miniapp-growth-v2-open/tree/main/.trae/skills/cloudbase/references/http-api
Command: npx skills add https://github.com/jngong-collab/miniapp-growth-v2-open --skill http-api-cloudbase-jngong-collab

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires searchKnowledgeBase, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a way to interact with CloudBase platform features like database, authentication, and cloud functions using HTTP API, which is useful for environments that do not use SDKs.

Core Features & Use Cases

  • HTTP API Access: Interact with CloudBase features via HTTP protocol.
  • Non-SDK Environments: Ideal for backends, scripts, and tests that don't use SDKs.
  • Use Case: For example, you can use this Skill to directly interact with the MySQL database or invoke cloud functions without using the CloudBase SDK.

Quick Start

Use the http-api-cloudbase skill to call the CloudBase MySQL RESTful API to retrieve data from a specific table.

Frequently Asked Questions about http-api-cloudbase

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

FAQPage Schema
How do I access CloudBase database and authentication without using an SDK?

You can access CloudBase database and authentication features without an SDK by using the HTTP API. This approach allows non-SDK environments to interact directly with platform services via the HTTP protocol.

Can I invoke CloudBase cloud functions from Python or Java backends?

Yes, you can invoke cloud functions from Python, Java, or Go backends. The HTTP API enables non-SDK environments to call CloudBase features directly without requiring the official SDK.

What is the HTTP API for CloudBase and when should I use it?

The HTTP API for CloudBase is an interface that exposes platform features like databases and authentication via HTTP protocol. You should use it in backends, scripts, or tests that do not use the CloudBase SDK.

Do I need OpenAPI Swagger documentation to use the CloudBase HTTP API?

Yes, using the CloudBase HTTP API requires knowledge of OpenAPI Swagger documentation. You need this documentation to understand the available API endpoints and parameters for interacting with features like the MySQL database.

How to retrieve data from a CloudBase MySQL database via HTTP API?

To retrieve data from a CloudBase MySQL database via HTTP API, you call the RESTful API endpoints directly. This Skill enables you to interact with specific tables without needing the CloudBase SDK.

What are the limitations of accessing CloudBase via HTTP API instead of an SDK?

Accessing CloudBase via HTTP API requires manual handling of OpenAPI Swagger documentation for endpoints and parameters. It is designed for non-SDK environments, meaning you lose native SDK abstractions for database, authentication, and cloud functions.