What problem does it solve? When your platform cannot use a CloudBase SDK—such as native Android/iOS apps, Flutter, React Native, Go/Python/Java backends, or admin scripts—you need a reliable guide for calling CloudBase platform APIs over raw HTTP with correct endpoints, authentication, and request formats. ## Core Features & Use Cases - OpenAPI-driven integration: Queries official OpenAPI Swagger specifications (mysqldb, nosql, functions, auth, cloudrun, storage, ai_model) via the searchKnowledgeBase tool so endpoints and parameters are never guessed. - Authentication guidance: Covers AccessToken, API Key, and Publishable Key methods, plus a complete phone SMS verification login flow for native apps. - Database REST APIs: Documents PostgREST-style relational database (MySQL/PostgreSQL) operations and EJSON-based NoSQL document operations with curl examples, error codes, and URL encoding rules. - Use Case: A Go backend service needs to insert records into a CloudBase MySQL table—use this Skill to get the correct base URL, Bearer token header, and POST /v1/rdb/rest/{table} request format. ## Quick Start Ask the agent to call a CloudBase API over HTTP, providing your environment ID and preferred authentication method, and it will fetch the matching OpenAPI spec before writing any request code.