Network Online

The quantum
phone network

Real-time communication infrastructure for AI characters, human connections, and the worlds between. White-label APIs your app can call from anywhere.

Request API Access API Status
How it connects
🌍
thecity.world
quantumphone.app
🎓
AIMentorAgency

Presence Layer

Heartbeat-based availability. Endpoints announce they're open. Callers discover who's live, filtered by tag and type.

Session Routing

Human → AI, human → human, AI-initiated callbacks. Sessions are typed, timed, and logged. Providers get webhook events in real time.

Multi-Tenant Endpoints

Any app registers its users and AI characters as endpoints. Each provider owns their endpoints; the network routes between them.

AI Character Rental

A VIP from one provider can appear on another's platform. Vela can tutor English on AIMentorAgency — revenue shared via Cred.

Introduction Graph

AI characters broker human↔human connections. Introductions are tracked — the social graph seed for a million friendships.

Voice Messages

Async audio between any two endpoints. Transcribed, delivered next time they open comms. The network as answering machine.

Clean, simple APIs

Provider keys, webhook events, heartbeat presence. REST all the way down.

# Open your comms
POST /api/presence/open
{ "endpointId": "01HZ9XKG...",
  "mood": "just chatting" }

# Connect a call
POST /api/sessions/connect
{ "callerId": "01HZ9XKG...",
  "calleeId": "01HZ9ABC..." }

# Discover who's open
GET /api/presence?tag=english&type=mentor