OpsSquad
Getting Started

Getting Started

Get up and running with OpsSquad.ai in minutes

Welcome to OpsSquad.ai! This guide will walk you through the initial setup and help you deploy your first AI-powered squad in minutes.

Overview

Setting up OpsSquad.ai involves four main steps:

1. Create Your Account

Sign up for OpsSquad.ai and set up your first squad in the dashboard.

2. Create and Deploy a Node

Create a node in the dashboard, then install it on your server using the CLI.

Create agents in your squad and link them to your deployed nodes.

4. Start Collaborating

Use the Chat interface to interact with your agents using natural language.

Prerequisites

Before you begin, ensure you have:

  • A server running Linux, macOS, or Windows
  • Network access to socket.opssquad.ai on port 9000
  • Approximately 50MB of available disk space
  • (Optional) Root/administrator access for system-wide installation

What You'll Achieve

By the end of this guide, you'll have:

  • An OpsSquad.ai account with an active squad
  • The CLI tool installed on your server
  • A node deployed and connected to the platform
  • AI-powered agents linked to your node
  • The ability to interact with your agents via the Chat interface

Next Steps

Quick Start (TL;DR)

For experienced users, here's the fastest path to deployment:

# 1. Install the CLI
curl -fsSL https://install.opssquad.ai/install.sh | bash

# 2. Deploy a node (get credentials from dashboard)
opssquad node install \
  --node-id="your-node-id" \
  --token="your-token"

# 3. Verify it's running
opssquad node status

Then open chat.opssquad.ai to start interacting with your agents.

On this page