Early access

An AI API.
Simple by design.

One endpoint. Fast inference. No boilerplate. We're putting the finishing touches on it — get early access when it's ready.

Request access on Discord
What it is
01
One endpoint
POST your messages, get a response. That's the whole API. No setup, no SDK required, no reading a 40-page doc.
02
Conversation context
Pass the message history with each request. The model keeps track of the thread for as long as you need.
03
Fast
Sub-second time to first token. Built to feel instant in a UI — no spinners, no waiting around.
In progress: API keys, usage dashboard, rate limits, docs.
~Q2 2025
ment.getElementById('email-input'); const success = document.getElementById('waitlist-success'); const email = input.value.trim(); if (!email || !email.includes('@')) { input.style.borderColor = '#5a2020'; setTimeout(() => input.style.borderColor = '', 800); return; } // In production: POST to your backend here input.style.display = 'none'; document.querySelector('.waitlist-note').style.display = 'none'; success.style.display = 'block'; } docu