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.
3. Create and Link Agents
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.aion port9000 - 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
- Account Setup - Create your account and configure your first squad.
- First Deployment - Install the CLI and deploy your first node.
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 statusThen open chat.opssquad.ai to start interacting with your agents.