From 524f3b55661c85e483f050824f20745611a495cf Mon Sep 17 00:00:00 2001 From: yzxcj797 <1784931579@qq.com> Date: Sat, 15 Aug 2026 09:37:56 +0800 Subject: [PATCH] docs: fix dead Cloud Agents API doc link --- cursor-sdk/skills/cursor-sdk/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cursor-sdk/skills/cursor-sdk/SKILL.md b/cursor-sdk/skills/cursor-sdk/SKILL.md index bb070b33..2b93a301 100644 --- a/cursor-sdk/skills/cursor-sdk/SKILL.md +++ b/cursor-sdk/skills/cursor-sdk/SKILL.md @@ -232,7 +232,7 @@ If the user's integration monitors, lists, or visualizes agents — dashboards o ## What This Skill Doesn't Cover -- The Cloud Agents REST API (`/v1/agents/*`). If the user needs a non-TS client, the REST API is documented separately at ; check there for current capabilities before assuming parity with the SDK. +- The Cloud Agents REST API (`/v1/agents/*`). If the user needs a non-TS client, the REST API is documented separately at ; check there for current capabilities before assuming parity with the SDK. - `.cursor/hooks.json` hooks. Cloud agents execute them but the SDK doesn't manage them; see Cursor's Hooks docs. - Private workers / self-hosted cloud. Send users to the Private Workers docs. - Python / non-TS SDKs. There is no first-party SDK in other languages at time of writing; REST is the portable option.