http-api-cloudbase

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

Updated Dec 19, 2025
One-click install
npx skills add https://github.com/yyds-x/walk --skill http-api-cloudbase-yyds-x
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: http-api-cloudbase
Source: https://github.com/yyds-x/walk/tree/main/.agents/skills/cloudbase/references/http-api
Command: npx skills add https://github.com/yyds-x/walk --skill http-api-cloudbase-yyds-x

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables backends or scripts to access CloudBase platform features via HTTP calls when SDKs are not available or practical.

Core Features & Use Cases

  • Access CloudBase core services (database, authentication, cloud functions, hosting, storage, AI) through HTTP without relying on client SDKs.
  • Suitable for non-SDK environments such as server backends, automation scripts, or admin tools that need direct API access.
  • Includes guidance on authentication, environment configuration, and reference to official OpenAPI specifications for endpoint details.

Quick Start

Make HTTP requests to the CloudBase HTTP API from your backend to perform database, auth, or function operations.

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 services from a backend without using the SDK?

Call CloudBase features via raw HTTP API requests instead of using client SDKs. This enables direct database, authentication, and cloud function operations from server backends or automation scripts in non-SDK environments.

What authentication methods are available for CloudBase HTTP API requests?

CloudBase HTTP API requests support authentication via AccessToken, API Key, or Publishable Key. You must select and configure one of these authentication methods before making HTTP calls to access platform features.

Can I use HTTP calls to manage CloudBase database and storage in automated tests?

Yes, you can use HTTP calls to manage CloudBase database and storage in automated tests. The HTTP API is designed for non-SDK environments, allowing automated tests and admin tools to access platform features directly without SDK dependencies.

How do I find the exact endpoints and payloads for CloudBase HTTP API operations?

You find exact endpoints and payloads for CloudBase HTTP API operations by consulting the official OpenAPI specifications. The HTTP API requires referencing these specifications to determine the correct endpoints and request structures for your database and function operations.

When should I avoid using the CloudBase SDK and switch to raw HTTP API calls?

Switch to raw HTTP API calls when operating in non-SDK environments such as server backends, automation scripts, or admin tools. If your environment cannot install SDKs or requires direct API access for cloud functions and database operations, the HTTP API is the practical choice.