http-api-cloudbase

Call CloudBase platform features via raw HTTP APIs without SDKs.

1|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/AYin-Z/class_mansys --skill http-api-cloudbase-ayin-z
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: http-api-cloudbase
Source: https://github.com/AYin-Z/class_mansys/tree/main/.trae/skills/cloudbase/references/http-api
Command: npx skills add https://github.com/AYin-Z/class_mansys --skill http-api-cloudbase-ayin-z

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

CloudBase HTTP API access lets developers reach platform features directly over HTTP when SDKs are unavailable, for automation, integration testing, or admin scripting.

Core Features & Use Cases

  • OpenAPI-driven integration: Discover exact endpoints, parameters, and response models from the official docs and implement precise calls.
  • Flexible authentication: Supports AccessToken, API Key, or Publishable Key for server or client scenarios.
  • End-to-end guidance: From routing and base URLs to example calls for database (MySQL REST), cloud functions, storage, and auth flows.

Quick Start

Use searchKnowledgeBase to fetch the OpenAPI spec and implement a simple HTTP call to the CloudBase gateway with your env and token.

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 without using the official SDKs?

You can call CloudBase features without official SDKs by using raw HTTP APIs to directly access authentication, database, functions, storage, or CloudRun endpoints via the platform gateway. This is ideal for non-SDK clients and backend services.

What authentication methods are supported for CloudBase HTTP API requests?

CloudBase HTTP API requests support three authentication methods: AccessToken, API Key, or Publishable Key. You must include the appropriate credentials to form correct requests for either server or client scenarios.

How do I find the correct endpoints and parameters for CloudBase raw HTTP API calls?

You can find exact endpoints, parameters, and response models by using searchKnowledgeBase to fetch the official OpenAPI spec. This OpenAPI-driven integration ensures you implement precise calls to the CloudBase gateway.

When should I use raw HTTP APIs instead of official SDKs for CloudBase?

Use raw HTTP APIs instead of official SDKs for automation, integration testing, admin scripting, or when working with non-SDK clients. This approach provides direct access to platform features over HTTP without requiring SDK installation.

Can I access CloudBase database and storage features via REST API?

Yes, you can access CloudBase database features like MySQL REST, along with storage and cloud functions, via REST API. End-to-end guidance covers routing, base URLs, and example calls for these platform endpoints.