RetrySight Cloud staging is live.

Open Cloud
Documentation menu
Docs home

Docs lite

Local API

RetrySight Lite exposes REST, GraphQL, and MCP on 127.0.0.1:18081 with loopback-only defaults.

On this page
  1. Endpoints
  2. Security defaults
  3. Using the API
  4. Related

Lite’s backend is bundled in the desktop app. By default it is not exposed on your LAN.

Endpoints

SurfaceDefault
Base URLhttp://127.0.0.1:18081
RESTSame origin, versioned HTTP API
GraphQLQueries plus live subscriptions (taskUpdated, agentHeartbeat)
MCPLocal MCP server for Cursor / VS Code — see MCP

Security defaults

  • Bound to 127.0.0.1 — no network exposure unless you change that
  • Host-header guard blocks DNS rebinding while on loopback
  • Admin token stored in OS secure storage (Keychain, DPAPI, or libsecret)
  • Session data lives under your user profile

Do not bind the Lite API to 0.0.0.0 on a shared workstation unless you understand the access model.

Using the API

  1. Launch RetrySight Lite so the backend is running.
  2. Copy the admin token from the app (MCP screen or settings).
  3. Call REST or GraphQL with that token.

Packaged installs generate ready-made MCP JSON from the app. Dev clones set RETRYSIGHT_URL and RETRYSIGHT_TOKEN as in the MCP guide.

Lite security notes cover the same loopback controls in the product security model.