http-api-cloudbase

Access CloudBase platform features via raw HTTP requests without SDKs.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/l395624064/plantCard_Demo01 --skill http-api-cloudbase-l395624064
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: http-api-cloudbase
Source: https://github.com/l395624064/plantCard_Demo01/tree/main/.trae/skills/cloudbase/references/http-api
Command: npx skills add https://github.com/l395624064/plantCard_Demo01 --skill http-api-cloudbase-l395624064

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

CloudBase features can be accessed via HTTP APIs for backends or scripts that cannot use CloudBase SDKs, enabling broader integration.

Core Features & Use Cases

  • Access database, authentication, cloud functions, hosting, storage, and AI via HTTP endpoints
  • Suitable for non-SDK environments, integration tests, admin tooling, or server-side automation
  • Use Case: Integrate CloudBase into legacy services or CI pipelines without installing the SDK

Quick Start

Send HTTP requests to the CloudBase gateway using your environment ID, region base URL, and a Bearer token to access the required features.

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 non-SDK backend?

You can call CloudBase features from a non-SDK backend by sending HTTP requests to the regional gateway base URL with an Authorization header. This enables server-side services and scripts to access platform features directly via raw HTTP.

Can I access CloudBase database and authentication without installing the SDK?

Yes, you can access the CloudBase database and authentication without installing the SDK by using raw HTTP APIs. You need to reference the OpenAPI documentation to determine the correct endpoints and payloads for your requests.

What is required to integrate CloudBase HTTP APIs into legacy services?

Integrating CloudBase HTTP APIs requires your environment ID, the regional gateway base URL, and a Bearer token in the Authorization header. This setup allows legacy services to access storage, hosting, and AI features without SDK dependencies.

Does CloudBase HTTP API work for CI pipelines and integration tests?

CloudBase HTTP API works for CI pipelines and integration tests by providing SDK-free access to platform features. This is suitable for server-side automation and admin tooling where installing an SDK is not feasible.

What is the best way to access CloudBase cloud functions via HTTP?

The best way to access CloudBase cloud functions via HTTP is by sending requests to the regional gateway base URL. You must include an Authorization header and use the OpenAPI documentation to define the correct endpoints and payloads.