JarvisLabs Client (Deprecated)
Deprecated — Use the new Python SDK
jlclient is deprecated and no longer maintained. We've built a completely new Python SDK (jarvislabs) with a modern API, a full-featured CLI (jl), and built-in support for AI coding agents like Claude Code, Codex, Cursor, and OpenCode.
Switch now:
uv tool install jarvislabs
jl setup
See the new Python SDK docs and CLI docs for the complete reference.
Is a Python API for Interacting with Jarvislabs.ai for creating GPU/CPU-powered instances.
Steps to get started
- Install JLclient
- Generate API token
- Authentication
- Create an Instance object which will let you -
- Launch GPU/CPU powered instance
- Pause the instance
- Resume
- Destroy
- Use the User class to
- get instances that are in running and paused state.
- Use FileSystem class to manage FileSystem lifecycle.
- Attach a FileSystem to an instance during creation.
- Attach a FileSystem to an instance during resume.
Installation
pip install git+https://github.com/jarvislabsai/jlclient.git