Your first pipeline
in 5 minutes.
Deploy the agent, configure your first plugin, and run a job. No infrastructure changes required.
Getting started
Create your account
Navigate to app.sentra.run and sign up with your email. Your workspace is provisioned instantly with no configuration required.
Sign UpDownload 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
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.
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.
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 DashboardWhat to do next
Create your first plugin
Use a built-in template or write custom processing logic in Python, Rust, or Go.
DashboardExplore use cases
Reference workflows demonstrating data cleanup, PII redaction, and format conversion.
Use casesContact us
Questions about your specific use case? Our team can help.
Contact