ORIJINS Codes — Developer Platform

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.

01 — The GAIA API

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);
}
02 — SDKs

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.

03 — Open Source

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.

04 — Builder Stats

The ORIJINS developer ecosystem.

3
Flagship open-source repos
4
First-party SDK languages
Memory horizon per user
05 — Join the Builder Community

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