Quick start guide

Your first agent
in 5 minutes.

One binary. Three env vars. No infrastructure.

Steps

Get started

01

Create workspace

Sign up at sentra.run. Get org ID, backend URL, anon key.

Create workspace
02

Download agent

MacOS, Linux, or Windows.

curl -L releases.sentra.run/latest/sentra-agent -o sentra-agent
03

Set env vars

Backend URL, anon key, org ID.

export SENTRA_BACKEND_URL=...
export SENTRA_ANON_KEY=...
export SENTRA_ORG_ID=...
04

Run agent

Start listening for jobs.

./sentra-agent
05

Send job

Dispatch from dashboard.

Send job