http-api-cloudbase

Access CloudBase platform APIs via raw HTTP requests.

Updated Jul 9, 2026
One-click install
npx skills add https://github.com/mbpz/poetry-atlas-mp --skill http-api-cloudbase-mbpz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: http-api-cloudbase
Source: https://github.com/mbpz/poetry-atlas-mp/tree/main/.agents/skills/cloudbase/references/http-api
Command: npx skills add https://github.com/mbpz/poetry-atlas-mp --skill http-api-cloudbase-mbpz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies calling CloudBase platform APIs via raw HTTP, enabling seamless integration with non-SDK clients and backends.

Core Features & Use Cases

  • Raw HTTP API Access: Directly interact with CloudBase APIs using HTTP requests.
  • Non-SDK Integration: Ideal for environments without access to CloudBase SDKs.
  • Use Case: Use this Skill to manage your CloudBase environment, such as querying databases, invoking cloud functions, or accessing storage services, directly through HTTP.

Quick Start

To list all documents in a specific database collection, use the http-api-cloudbase skill with the command: list all documents in database collection 'my_collection'.

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 APIs using raw HTTP requests?

Call CloudBase APIs via raw HTTP by sending direct HTTP requests to platform endpoints for databases, functions, storage, and AI services. This approach requires knowledge of OpenAPI specifications and authentication methods to access features without an SDK.

What is the best way to interact with CloudBase in a non-SDK environment?

Interact with CloudBase in a non-SDK environment by using raw HTTP API access. This approach allows non-SDK clients and backends to directly query databases, invoke cloud functions, and manage storage services without needing SDK integration.

How do I list all documents in a CloudBase database collection via HTTP?

List all documents in a CloudBase database collection by sending a raw HTTP API request to the database endpoint targeting the specific collection name. For example, query 'my_collection' directly to retrieve all stored documents.

What CloudBase features can I access through raw HTTP API integration?

Access multiple CloudBase platform features through raw HTTP API integration, including querying databases, invoking cloud functions, managing storage services, and accessing AI services directly without requiring SDK installation.

What prerequisites are needed to access CloudBase APIs via raw HTTP?

To access CloudBase APIs via raw HTTP, you need knowledge of OpenAPI specifications and CloudBase authentication methods. This ensures proper request formatting and secure access to platform endpoints in non-SDK environments.

Can I manage CloudBase storage services and AI services without an SDK?

Yes, you can manage CloudBase storage and AI services without an SDK by using raw HTTP API access. This enables non-SDK clients and backends to directly interact with these platform endpoints via standard HTTP requests.