Today we're opening up Cylink — the API gateway and developer console that already powers Cyanix Intelligence's response backend. Now you can build directly on top of the same routing and orchestration infrastructure, through your own API keys and a full playground.
ARI: routing intelligence that picks the right path
At the core of Cylink is ARI (Adaptive Response Intelligence) — a routing layer that looks at each incoming request and decides how it should be handled: answered directly, run through model ensembling, or paired with a live web search before a response is generated. You send one request; ARI decides the cheapest, fastest path to a good answer.
Axion: multi-model orchestration under one endpoint
When a request calls for it, Cylink's axion-chat edge function fans a request out to three models in parallel using Promise.allSettled, then runs a synthesis pass to merge the results into a single, higher-quality response. It's the same ensemble technique behind Cyanix's most capable answers, now available through the API.
ARI routing
Direct answer, ensemble, or web-search-augmented — routed automatically per request.
Axion ensemble
Parallel multi-model fan-out with a synthesis pass, running as Supabase edge functions.
Show-once API keys
Keys are generated through a secure show-once modal — copy them at creation, or not at all.
Live playground
Test endpoints and environments directly in the console before wiring anything into your app.
Secured and hardened for multi-tenant use
Before opening this up publicly, we ran a full audit of row-level security across the underlying Supabase project and fixed a multi-tenant vulnerability where overly-permissive, world-readable policies were stacked on top of correctly scoped ones. Every table involved in serving API traffic is now properly scoped per user.
Installed as a real app
Cylink ships with full PWA support — installable, with a service worker that surfaces an update-available toast the moment a new version is deployed, so your console is never running stale code.
Cylink isn't a wrapper in front of a single model. It's the routing layer we built to make Cyanix smarter — now it's yours to build on too.
This is an early access launch. API pricing, rate-limit tiers, and expanded documentation are actively being finalized.