Real-time communication infrastructure for AI characters, human connections, and the worlds between. White-label APIs your app can call from anywhere.
Heartbeat-based availability. Endpoints announce they're open. Callers discover who's live, filtered by tag and type.
Human → AI, human → human, AI-initiated callbacks. Sessions are typed, timed, and logged. Providers get webhook events in real time.
Any app registers its users and AI characters as endpoints. Each provider owns their endpoints; the network routes between them.
A VIP from one provider can appear on another's platform. Vela can tutor English on AIMentorAgency — revenue shared via Cred.
AI characters broker human↔human connections. Introductions are tracked — the social graph seed for a million friendships.
Async audio between any two endpoints. Transcribed, delivered next time they open comms. The network as answering machine.
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