http-api-cloudbase

Call CloudBase database, functions, storage, and authentication APIs via HTTP endpoints.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

CloudBase users and developers often rely on SDKs to access platform features. This skill enables calling CloudBase services via HTTP endpoints directly from backends or automation scripts, eliminating the need for SDKs.

Core Features & Use Cases

  • HTTP-based access to database, authentication, cloud functions, hosting, storage, and AI features.
  • Suitable for non-Node backends (Go, Python, Java, PHP), integration tests, and admin scripts that require direct API calls.
  • Representative scenario: retrieve data from a table via the REST API and trigger a cloud function using plain HTTP requests.

Quick Start

Start by configuring the CloudBase environment ID, selecting an authentication method, and issuing HTTP requests to the appropriate CloudBase API endpoints with proper headers to perform the desired operation.

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 an SDK?

You can call CloudBase features without an SDK by sending HTTP requests directly to platform endpoints. This approach works for accessing database, storage, authentication, and cloud functions without installing Node SDK dependencies.

Can I access CloudBase APIs from a Python or Java backend?

Yes, you can access CloudBase APIs from non-Node backends like Python, Java, Go, and PHP. Direct HTTP API calls eliminate the need for Node-specific SDKs, enabling cross-language platform integration.

What is the process for authenticating HTTP requests to CloudBase?

Authenticating HTTP requests to CloudBase requires selecting an authentication method and configuring your environment ID. You then issue requests with proper headers to the appropriate API endpoints to execute operations.

How do I find the correct endpoint specifications for CloudBase HTTP APIs?

You find endpoint specifications for CloudBase HTTP APIs by referencing the OpenAPI Swagger documentation. Use the searchKnowledgeBase function to obtain accurate endpoint details for your required database or storage operations.

Does CloudBase HTTP API access work for integration tests and admin scripts?

Yes, CloudBase HTTP API access is suitable for integration tests and admin scripts. Direct HTTP endpoints allow automated scripts to retrieve database data and trigger cloud functions without heavy SDK overhead.

What are the limitations of calling CloudBase services via HTTP endpoints?

Calling CloudBase services via HTTP endpoints requires manual header configuration and environment selection. Without SDK abstractions, you must manually reference OpenAPI Swagger documentation to ensure accurate endpoint specifications.