Skip to main content
The Reloops CLI wraps the public agent API used by developer keys. Use it when an agent or workflow needs a scriptable path into the same workspaces, projects, assets, comments, collections, screenshots, uploads, and share links that the web app uses.

Install and configure

Install the CLI or run it with npx:
Set the developer key generated from AI Agents and Developer Keys:
The production API base is:
For local Supabase development, pass --local or set RELOOPS_BASE_URL:

Common commands

Preview a request without sending it:

Upload a file

Use the single-file helper for normal uploads:
For larger or custom upload flows, use the upload control-plane commands:
  • upload start
  • upload sign
  • upload sign-batch
  • upload complete
  • upload abort

Command surface

The CLI covers the main public API surface: Use raw when an endpoint exists before the CLI has a first-class command:

Authentication

Pass the developer key as a Bearer token. The CLI does this automatically when RELOOPS_API_KEY is set.
API keys are scoped to the organization that created them. The API only returns workspaces and assets available to that organization.