Ranger Documentation

Build, deploy, and scale intelligent infrastructure with the speed of light. Explore guides, API references, and architecture blueprints for the agentic future.

search
bolt

Quick Start

auto_awesome

Featured Guides

High-Performance Caching

Learn how to implement multi-tier caching for global agent deployments using Ranger Edge.

Live Debugging

Using the Ranger CLI to inspect running agent containers in real-time without interrupting production flow.

code

API Reference

GET /v1/agents/{agent_id}/status
v1.2
{
  "id": "ag_01hx882",
  "status": "healthy",
  "compute": {
    "utilization": 42.5,
    "region": "us-east-1"
  }
}
POST /v1/deployments
v1.2
// Header
Authorization: Bearer <TOKEN>

// Body
{
  "model": "gpt-4-turbo",
  "replicas": 3,
  "scaling": "auto"
}