http-api-cloudbase

Call CloudBase database, functions, and storage over HTTP without SDKs.

1|Updated Dec 1, 2025
One-click install
npx skills add https://github.com/binggg/GALAXY-VORTEX --skill http-api-cloudbase-binggg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: http-api-cloudbase
Source: https://github.com/binggg/GALAXY-VORTEX/tree/main/.claude/skills/http-api
Command: npx skills add https://github.com/binggg/GALAXY-VORTEX --skill http-api-cloudbase-binggg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

CloudBase HTTP API enables back-end services and scripts to call CloudBase features (database, authentication, cloud functions, cloud hosting, cloud storage, AI) over HTTP, bypassing SDKs when needed.

Core Features & Use Cases

  • HTTP-based access to CloudBase for databases, functions, storage, and auth from non-SDK environments
  • OpenAPI Swagger reference: construct precise API calls and authentication headers
  • Use Case: automate admin tasks or integrate CloudBase services into scripts and backends without relying on client SDKs

Quick Start

Provide a curl command to test connectivity to a CloudBase HTTP API using your env and a 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 functions and database services from a non-Node.js backend?

Use the CloudBase HTTP API to send raw HTTP requests to databases, cloud functions, and storage without requiring SDKs. You specify your environment, select an authentication method, and build accurate HTTP calls using the official OpenAPI Swagger docs.

What is the CloudBase HTTP API used for?

The CloudBase HTTP API enables back-end services and CI scripts to access CloudBase features like databases, authentication, and storage over HTTP. It bypasses SDKs to automate admin tasks or integrate services into testing tools and non-SDK environments.

Can I use HTTP requests to automate CloudBase tasks in CI scripts?

Yes, you can use raw HTTP requests to automate CloudBase tasks in CI scripts. The HTTP API allows testing tools and scripts to interact directly with cloud functions and databases by providing an environment ID and authentication token.

How do I authenticate HTTP requests to the CloudBase OpenAPI?

Authenticate HTTP requests to the CloudBase OpenAPI by choosing a supported authentication method and passing the required credentials in the HTTP headers. Reference the official OpenAPI Swagger docs to construct precise authentication headers for your environment.

When should I avoid using CloudBase SDKs and switch to HTTP API calls?

Switch to HTTP API calls when operating in non-Node backends, CI scripts, or testing tools that require raw HTTP requests. If your environment supports SDKs natively, using the SDK is generally preferred over manual HTTP API construction.