Quick start guide

Your first pipeline
in 5 minutes.

Deploy the agent, configure your first plugin, and run a job. No infrastructure changes required.

Steps

Getting started

01

Create your account

Navigate to app.sentra.run and sign up with your email. Your workspace is provisioned instantly with no configuration required.

Sign Up
02

Download the agent

In your dashboard, navigate to Agents and select Download Agent. This downloads the agent binary — a self-contained executable for your platform.

# Linux (x86_64)
curl -fsSL https://sentra.run/releases/latest/sentra-agent-amd64 -o sentra-agent

# Linux (ARM64)
curl -fsSL https://sentra.run/releases/latest/sentra-agent-arm64 -o sentra-agent
03

Generate a claim token

In your dashboard, navigate to Agents and select Add New Agent. Copy the generated claim token — this authenticates the agent with your workspace.

04

Start the agent

On your target infrastructure, make the binary executable and run it with your claim token.

chmod +x sentra-agent
./sentra-agent --claim-code YOUR_TOKEN_HERE

The agent registers with your workspace, establishes a secure connection, and appears as Online in your dashboard. It is now ready to accept jobs. Data processed by the agent never leaves your infrastructure.

05

Run your first pipeline

From the Pipelines section in your dashboard, select a template, configure your data source (local storage, network volume, or object storage), and execute. SentraZero handles distribution and orchestration.

Go to Dashboard