《Cursor Docs》-Cursor TypeScript SDK
The @cursor/sdk package lets you call Cursor's agent from your own code. The same agent that runs in the Cursor IDE, CLI, and web app is now scriptable from TypeScript. Run the /sdk skill inside Cursor to get started.
Read More《Cursor Docs》-Cursor Python SDK
The cursor sdk package lets you call Cursor's agent from your own Python code. The same agent that runs in the Cursor IDE, CLI, and web app is scriptable from Python with sync and async clients, typed dataclasses, and ordinary iteration for streams and pages. Run the /sdk skill inside Cursor to get started.
Read More《Cursor Docs》-SDK Changelog
The latest features, improvements, and fixes shipping to the Cursor SDK, covering @cursor/sdk on npm and cursor sdk on PyPI.
Read More《Cursor Docs》-Cursor SDK Bridge
The SDK Bridge is a small local server that embeds the TypeScript SDK and exposes the same agent surface over a stable Connect/protobuf protocol. Use it to script Cursor agents from languages without a first party SDK.
Read More