Skip to main content

Documentation

Find answers to your technical questions and learn how to use Cloudwise products.

Quick Start Guide

Welcome to Cloudwise Observability Platform! This guide will help you get started in 5 minutes.

Step 1: Sign Up

Create your account at cloudwise.com

Step 2: Create a Project

After signing up, create your first project.

Step 3: Install Agent

Follow the installation instructions for your platform.

Kubernetes Installation

kubectl apply -f https://cloudwise.com/agent/kubernetes.yaml

Docker Installation

docker run -d --name cloudwise-agent \
  -e API_KEY=YOUR_API_KEY \
  cloudwise/agent:latest

Step 4: View Metrics

Once the agent is running, you can view metrics in the Cloudwise dashboard.

Tip

It may take a few minutes for metrics to appear in the dashboard.

Next Steps