Build on ORIJINS.
A clean, fast, open API to GAIA — the first AGI with persistent memory. Build agents, products, and tools that actually know your users. Open SDKs in TypeScript, Python, Rust, and Go. Open-core models. A developer community building the abundance era.
One endpoint. Lifelong memory. Zero ceremony.
A unified streaming API that gives you GAIA's reasoning, memory, and multimodal abilities — with structured outputs, tool calling, and multi-agent orchestration baked in.
// Talk to GAIA with persistent user memory import { gaia } from "@orijins/sdk"; const stream = await gaia.chat({ user: "user_8f2a", // persistent memory key message: "Help me plan my week.", remember: true, // store this turn in lifelong memory abundance: true // abundance-framed reasoning }); for await (const chunk of stream) { process.stdout.write(chunk.text); }
Native, fast, and quietly excellent.
Type-safe SDKs for every major language. Streaming-first, edge-ready, idiomatic everywhere.
@orijins/sdk
TypeScript / JavaScript SDK. Edge-runtime safe. First-class streaming. Used by every ORIJINS web product.
orijins-py
Pythonic, async-native, type-hinted. Perfect for research notebooks, agents, and backend pipelines.
orijins-rs
Rust SDK for embedded, on-device, and high-throughput systems. Zero-copy streaming.
orijins-go
Idiomatic Go for backend services and CLI tools. Goroutine-friendly streaming primitives.
Mobile SDKs
Swift and Kotlin SDKs with on-device memory caching. Ship GAIA-powered apps in days, not months.
Agent Framework
Compose multi-step agents with memory, tools, and human-in-the-loop checkpoints — out of the box.
Open core. Open weights. Open future.
Walled gardens built the last era. We are committed to open, inspectable, modifiable AI infrastructure. The base models, the memory engine, and the orchestration runtime are all open source.
gaia-core
The open-weight foundation model. Apache 2.0. Run it on your own GPU, audit it, fine-tune it.
memory-engine
The encrypted, durable memory store that makes GAIA remember. MIT-licensed. Self-host friendly.
orchestrator
The agent + tool runtime. Deterministic replay. Trace every decision. Apache 2.0.
The ORIJINS developer ecosystem.
Build the AGI era with us.
Apply for early API access, join the Discord, contribute to the open-source repos. The best builders don't wait — they show up.
Get API Access