Runpod console
The Runpod console provides an intuitive web interface to manage Pods and endpoints, access Pod terminals, send endpoint requests, monitor resource usage, and view billing and usage history. Launch the Runpod console →Connect directly to Pods
You can connect directly to your running Pods and execute code on them using a variety of methods, including a built-in web terminal, an SSH connection from your local machine, a JupyterLab instance, or a remote VSCode/Cursor development environment. Learn more about Pod connection options →REST API
The Runpod REST API allows you to programmatically manage and control compute resources. Use the API to manage Pod lifecycles and Serverless endpoints, monitor resource utilization, and integrate Runpod into your applications. Explore the API reference →SDKs
Runpod provides SDKs in Python, JavaScript, Go, and GraphQL to help you integrate Runpod services into your applications. Explore the SDKs →Command-line interface (CLI)
The Runpod CLI allows you to manage Pods from your terminal, execute code on Pods, transfer data between Runpod and local systems, and programmatically manage Serverless endpoints. Every Pod comes pre-installed with therunpodctl
command and includes a Pod-scoped API key for seamless command-line management.
Learn more about runpodctl →