Documentation

Documentation Reap3r

The essential steps to deploy the platform, enroll your agents, and get started with MSP / SOC workflows.

Quickstart

Initial deployment and first agent in a few minutes.

1

Prerequisites

Docker 24+, 2 vCPU, 4 GB RAM, Ubuntu 22.04+

2

Deployment

Clone, configure secrets, docker compose up -d

3

Access

https://your-domain → create the first owner account

4

First agent

Generate an enrollment token in /agents

server deployment
# Clone the deployment repository
git clone https://deploy.massvision.io/reap3r.git
cd reap3r

# Configure secrets
cp .env.example .env
# Edit JWT_SECRET, HMAC_SECRET, VAULT_MASTER_KEY

# Start the platform
docker compose up -d
Agent Installation

Choose your target platform and run the adapted installation command. Replace YOUR_TOKEN with the token generated in the console.

Windows
Windows
irm https://your-domain/api/install/windows?token=YOUR_TOKEN | iex
Linux
Linux
curl -sSL https://your-domain/api/install/linux?token=YOUR_TOKEN | sudo bash
macOS
macOS
curl -sSL https://your-domain/api/install/macos?token=YOUR_TOKEN | bash
API Reference

The full OpenAPI 3.1 specification is available in the GitHub repository.

View OpenAPI spec
endpoints
POST
/api/auth/login

Authenticate and receive a JWT token.

GET
/api/agents

List all enrolled agents with status and metadata.

POST
/api/jobs

Create and dispatch a job to one or more agents.

GET
/api/audit-logs

Retrieve immutable audit log entries.

POST
/api/enrollment/tokens

Generate a new agent enrollment token.

GET
/api/analytics/threat-intel

Fetch aggregated threat intelligence data.

Guides

Operational guides currently being finalized.

Coming soon

Organization management

Invite members, configure roles, manage teams and tenants.

Read guide

Jobs & automation

Launch scripts, schedule tasks, monitor executions across your fleet.

Coming soon

EDR & incident response

Analyze detections, create rules, isolate an endpoint in one click.

Coming soon

Vault & secrets

Store credentials, share between teams, audit all access.