AI Agent Hub

Blog

In-depth articles on AI agents, LLM engineering, servers, Python and software development.

📝
《Cursor Docs》-Cursor TypeScript SDK
Aug 26, 2026 · Cursor Docs

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 Curso

# Cursor # SDK 31 views
📝
《Cursor Docs》-Cursor Python SDK
Aug 26, 2026 · Cursor Docs

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

# Cursor # SDK 23 views
📝
《Cursor Docs》-SDK Changelog
Aug 26, 2026 · Cursor Docs

The latest features, improvements, and fixes shipping to the Cursor SDK, covering @cursor/sdk on npm and cursor sdk on PyPI.

# Cursor # SDK 22 views
📝
《Cursor Docs》-Cursor SDK Bridge
Aug 26, 2026 · Cursor Docs

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

# Cursor # SDK 22 views
📝
《Cursor Docs》-Rules
Aug 26, 2026 · Cursor Docs

Rules provide system level instructions to Agent. They bundle prompts, scripts, and more together, making it easy to manage and share workflows across your team.

# Cursor # Rules 28 views
📝
《Cursor Docs》-Third Party Hooks
Aug 26, 2026 · Cursor Docs

Cursor supports loading hooks from third party tools, enabling compatibility with existing hook configurations from other AI coding assistants.

# Cursor # Reference 20 views
📝
《Cursor Docs》-sandbox.json reference
Aug 26, 2026 · Cursor Docs

Configure sandbox behavior with a sandbox.json file to control network access, filesystem paths, and more.

# Cursor # Reference 23 views
📝
《Cursor Docs》-Plugins reference
Aug 26, 2026 · Cursor Docs

Reference documentation for building, structuring, and submitting Cursor plugins. Plugins package rules, skills, agents, commands, MCP servers, and hooks into distributable bundles that work in the Cu

# Cursor # Reference 27 views
📝
《Cursor Docs》-permissions.json reference
Aug 26, 2026 · Cursor Docs

Use permissions.json to configure MCP tool and terminal command allowlists and to steer the Auto review mode classifier so tools run without approval.

# Cursor # Reference 24 views
📝
《Cursor Docs》-Keyboard Shortcuts
Aug 26, 2026 · Cursor Docs

Overview of keyboard shortcuts in Cursor. See all keyboard shortcuts by pressing Cmd R then Cmd S or by opening command palette Cmd Shift P and searching for Keyboard Shortcuts.

# Cursor # Reference 22 views