i9Networki9docs

Quick Introduction

i9Network OSS/BSS is the unified operating system for modern ISPs — subscriber management, billing, provisioning, and network operations in one platform.

Last updated Jun 26, 2026

Prerequisites

  • An i9Network account
  • Organization admin access

Required permissions

  • oss:read
  • oss:admin

i9Network OSS/BSS gives ISPs a single platform to onboard subscribers, bill them, provision devices, and run the network — replacing a stack of disconnected tools.

Installation

Install the i9 CLI to manage your deployment from the terminal:

bash
curl -sSf https://get.i9network.com | sh

Sandbox first

Always validate changes against the sandbox before promoting to production.

Subscriber lifecycle

Every subscriber moves through onboarding, activation, billing, and lifecycle events.

Create a subscriber
curl -X POST https://sandbox-api.i9network.com/v1/subscribers \
  -H "Authorization: Bearer $TOKEN" \
  -d '{"name":"Acme Broadband","plan_id":"plan_fiber_100"}'

Expected result

You can sign in to the OSS/BSS console and see the operations dashboard.

Was this page helpful?
Report an issue