ANNOUNCING MICROBIX AETHER OS V2

Engineering proprietary intelligence for entrepreneurs, builders, and founders.

aether.microbix.in
Explain quantum computing
Debug TypeScript
Write launch post
Continue this conversation on Aether ➔
Proprietary
Multi-Cluster Neural Engine
99.9%
System Uptime Guarantee
AES-256
Encrypted Conversations
50 mX
Free Credits for New Accounts
Products

One engine, three ways to build.

Aether OS, the CLI companion, and the developer API all run on the same Microbix Neural Gateway — so what you build in one, you can ship from any of them.

OS

Microbix Aether OS

A full workspace: split-screen sign-in, animated welcome, session safety controls, and a chat surface tuned for long, high-context work.

workspacememorypersonas
CLI

Microbix Aether CLI

Pair a terminal session with a 6-digit pin, then run and refactor code with shell filters that block destructive or credential-reading commands.

aether-codepairingsafe-shell
API

Developer API Platform

A REST API with chat, model, and usage endpoints, authenticated with a single key, so you can wire Microbix intelligence into anything you ship.

/v1/chat/v1/models/v1/usage
For developers

Call the gateway directly.

One key, one endpoint. The Neural Gateway handles routing across Microbix Fast, Pro, and Ultra-Reasoning clusters for you, with a five-tier failover matrix behind every request.

// call the Microbix Neural Gateway
const res = await fetch("https://api.microbix.in/v1/chat", {
  method: "POST",
  headers: {
    "Content-Type": "application/json",
    "x-aether-key": "YOUR_KEY"
  },
  body: JSON.stringify({
    model: "microbix-pro",
    messages: [{ role: "user", content: "Hello, Aether" }]
  })
});

const data = await res.json();
console.log(data);
Security

Locked down by default, not by upgrade.

Encrypted everywhere

AES-256 encryption at rest and TLS 1.2+ in transit on every conversation, key, and stored memory.

Security directives

Built-in guards against prompt injection, credential harvesting, and attempts to override safety behavior.

Usage-based, transparent

Free, Pro, and Ultra tiers run on mX credits — you always know what a request costs before you send it.