Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.runloop.ai/llms.txt

Use this file to discover all available pages before exploring further.

Cursor Rules for Runloop

We provide Cursor rules files (.mdc) that give your AI assistant context about the Runloop SDK — covering devbox lifecycle, file operations, command execution, blueprints, snapshots, tunnels, and more.

Download

Python

.mdc rules for runloop_api_client (async SDK)

TypeScript

.mdc rules for @runloop/api-client

Setup

1

Download the .mdc file

Click the card above for your language to download the .mdc file.
2

Add to your project

Place the file in your project’s .cursor/rules directory:
mkdir -p .cursor/rules
# Move the downloaded file into .cursor/rules/
3

Start coding

Cursor will automatically use the rules to provide SDK-aware suggestions and completions.
The .mdc files are the maintained source of truth for Runloop cursor rules. They cover the current SDK surface including AsyncRunloopSDK (Python) and RunloopSDK (TypeScript) with auto-loaded API keys from the RUNLOOP_API_KEY environment variable.