http-api-cloudbase

Access CloudBase platform features through raw HTTP endpoints without SDKs.

2|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/EverettField/MatchMate-MiniProgram --skill http-api-cloudbase-everettfield
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: http-api-cloudbase
Source: https://github.com/EverettField/MatchMate-MiniProgram/tree/main/miniprogram-2/.codebuddy/skills/http-api
Command: npx skills add https://github.com/EverettField/MatchMate-MiniProgram --skill http-api-cloudbase-everettfield

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

CloudBase provides many platform features that are accessible via SDKs, but developers sometimes need direct HTTP access to perform tasks in environments where SDKs are unavailable or unsuitable.

Core Features & Use Cases

  • Provides a comprehensive guide to call CloudBase platform features through raw HTTP APIs, including authentication, database, functions, and storage.
  • Enables integration tests, backend services, and CLI tools to operate without a CloudBase SDK by following OpenAPI specifications.
  • Supports using OpenAPI definitions to discover endpoints and request schemas for reliable HTTP interactions.

Quick Start

Provide a ready-to-run HTTP API request example to call a CloudBase feature using raw HTTP endpoints.

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 functions using raw HTTP requests without an SDK?

You can call CloudBase functions using raw HTTP requests by utilizing OpenAPI definitions to discover endpoint paths and constructing proper authentication headers. This allows server-side backends and CLI tools to access platform features directly without needing the SDK.

What is the best way to access CloudBase database and storage via HTTP APIs?

The best way to access CloudBase database and storage via HTTP APIs is by following OpenAPI specifications to build correct requests. This method relies on precise endpoint paths and proper authentication headers to interact directly with the platform.

Can I run integration tests for CloudBase features without installing the SDK?

Yes, you can run integration tests for CloudBase features without the SDK by making direct HTTP API calls. By using OpenAPI definitions to validate request schemas and endpoints, your tests can interact with authentication, database, and storage services natively.

How does OpenAPI help when making direct HTTP calls to CloudBase?

OpenAPI helps direct HTTP calls to CloudBase by providing the exact endpoint paths and request schemas needed. It uses searchKnowledgeBase to discover definitions, ensuring your raw HTTP interactions for database and authentication endpoints are built correctly.

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

You should use raw HTTP endpoints instead of the CloudBase SDK in environments where SDKs are unavailable or unsuitable, such as specific server-side backends, integration tests, or CLI tools that require lightweight, direct HTTP access.

What do I need to authenticate raw HTTP requests to CloudBase platform features?

To authenticate raw HTTP requests to CloudBase platform features, you need to include proper authentication headers in your HTTP calls. The exact headers and endpoint paths are determined by referencing the OpenAPI definitions for the specific service.