API live
The Vraelis API.
Bearer auth, streaming chat, MCP-ready. The full developer console with usage dashboards, request inspector, webhooks, and SDK packages is in the work.
Get an API key
Bearer token from your account
Read the REST quickstart
Auth, first request, streaming, JS + Python
Open Workshop
Try the product first if you haven't
POST /api/v1/chat
curl https://vraelis.com/api/v1/chat \
-H "Authorization: Bearer $VRAELIS_KEY" \
-H "Content-Type: application/json" \
-d '{"messages":[{"role":"user","content":"hello"}],"stream":true}'Coming next: a hosted console for usage and key management, a live request inspector, project webhooks, the MCP server registry, and first-party SDK packages.
Notify me
Get pinged when each piece lands.
One email per release, no marketing. Unsubscribe at any time.