From e1e435069f1bdc696d75831fbf92d2da867aa954 Mon Sep 17 00:00:00 2001 From: Hang Yin Date: Fri, 27 Feb 2026 21:27:08 +0000 Subject: [PATCH] docs: add API reference link to Cloud API overview Co-Authored-By: Claude Opus 4.6 --- phala-cloud/phala-cloud-api/overview.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/phala-cloud/phala-cloud-api/overview.mdx b/phala-cloud/phala-cloud-api/overview.mdx index d0b89d0..689e75d 100644 --- a/phala-cloud/phala-cloud-api/overview.mdx +++ b/phala-cloud/phala-cloud-api/overview.mdx @@ -10,6 +10,10 @@ Cloud API is in beta stage and not stabilized yet. Please use it at your own ris You can use the API to access all the features available on the Phala Cloud platform. It shares the same API as the cloud dashboard frontend. + + Browse the full API reference with all available endpoints, request parameters, and response schemas. + + You may want to check our Cloud API example that shows the basic operations like creating and manage a CVM here: [https://github.com/Leechael/phala-cloud-api-example](https://github.com/Leechael/phala-cloud-api-example) ## Error Handling