Quickstart Guide

Connect your first model endpoint to MLSrvyn in under 30 minutes. This guide walks through installation, configuration, and verifying that traffic profiling is running.

Prerequisites

  • An active MLSrvyn account (request access at mlsrvyn.com/login/signup.html)
  • An inference endpoint serving at a stable URL (HTTP/gRPC)
  • Python 3.9+ or access to your Kubernetes cluster
  • Your API key from the MLSrvyn dashboard

Step 1: Install the SDK

Step 2: Authenticate

Step 3: Create your first config

Create an mlsrvyn.yaml file in your project directory. Start with a minimal config — MLSrvyn will auto-detect the archetype after 24 hours of traffic observation.

Step 4: Deploy the agent

Step 5: Verify in the dashboard

Log into the MLSrvyn dashboard and navigate to Fleet → your model name. You should see the telemetry stream populating within 2 minutes. After 24 hours, the archetype field will auto-populate with the detected traffic shape.

Next steps