Developer accounts · Alebex
Models / Developer accounts

Developer accounts

Self-serve. Sign up, take a key, and call the models directly.

A developer account is one of the three ways in. Partners white-label the platform; businesses run agents on it. Same runtime underneath.

What the account gives you
REST

Place and manage calls, configure agents, pull transcripts.

WebSocket

Audio streaming for live sessions.

CLI

Test calls, session replays, experiments.

Data in Canada

Recordings, transcripts and customer information are held in Canada.

On this page Quickstart Where the key comes from Models pricing
Quickstart

From sign‑up to first call

The posture is the point: you can sign up and build on Alebex without talking to anyone first. The same runtime that serves the agent platform serves the API.

01 Create the account Self-serve sign-up. No sales conversation is required to get started.
02 Take a key The key is issued from the dashboard and is server-side only. A browser is given a short-lived session URL by your own backend rather than the key itself.
03 Call a model Speech-to-text is the model available on its own. Open a session over REST, stream the audio over the WebSocket, read the transcript back.
04 Build on the runtime Voice sessions, streaming and call control are the same three things the platform is built on. There is no second runtime behind the API.

Four steps, and none of them is a sales conversation.

Single developer at a desk in a dark room, monitor light on their face
Step two, in full

Where the key comes from

The dashboard issues the key when the account is created. There is no request to make and nobody to ask. It belongs in your own server’s environment and nowhere else.

Shell Copy Illustrative
export ALEBEX_API_KEY="..."   # server side only

Shell session. Illustrative sample. Endpoint paths, parameter names and field names are confirmed in the documentation issued with your account.

A browser never holds it. Your own backend mints a short-lived session URL, and the session URL is what the browser opens — so a key is never shipped in a bundle you serve to the public.

Developer accounts are the starting motion. API access is the reference for the surface itself — the authentication block in cURL, TypeScript and Python, the three interfaces, and call control.

API access
Models pricing Coming soon

Model pricing is coming soon.

Model pricing is not published yet. It is listed in the navigation and marked coming soon until go-to-market pricing is established.

LayerWhat it pricesRate
01 PlatformFor teams running the agent platform in their business.Not published
02 AgentsFor agents deployed across voice, SMS and email.Not published
03 Models  ·  coming soonFor the models called directly over the API.Coming soon
Models pricing Sign up API access