Developers

Build on Olympus Cloud

One SDK, one CLI, one config file. Everything you need to build AI-powered applications on a multi-tenant platform.

Install. Init. Deploy.

The entire workflow in three commands.

1
Install

# Install the CLI

$ npm i -g @nebusai/cli

2
Initialize

# Scaffold your app

$ olympus init my-app

3
Deploy

# Ship it

$ olympus deploy

SDKs for every language

Fully typed. Every platform service is one import away.

TS

TypeScript SDK

Full-featured SDK for Node.js and browser. Tree-shakeable, fully typed.

PY

Python SDK

AsyncIO-first with sync wrappers. Pydantic models for every response.

GO

Go SDK

Idiomatic Go with context propagation. REST clients with full type safety.

DT

Dart SDK

Flutter-native. State management built in. Offline-first with automatic sync.

SH

CLI

Project scaffolding, deployment, logs, and debugging. One tool for everything.

One config file

Define your entire application in olympus.yaml. Services, AI agents, and deployment targets. The CLI handles everything else.

API capabilities

REST APIs for every service
WebSocket for real-time subscriptions
Webhooks for event-driven integrations
OAuth 2.0 + API key authentication
OpenAPI specs auto-generated
Sandbox environment for testing
olympus.yaml

name: my-app

region: us-east1

services:

- auth

- data

- ai

- pay

- analytics

- notify

agents:

custom:

- ./agents/support.py

- ./agents/inventory.py

edge:

workers:

- ./workers/chat.ts

Starter templates

Fork, customize, deploy. Production-ready starting points for common use cases.

olympus-starter-app

Multi-tenant app template: auth, data, API, and admin dashboard

olympus-ai-agent

AI agent template: tools, memory, and conversation management

olympus-edge-worker

Edge compute template with AI gateway and semantic search

olympus-flutter-shell

Flutter app template with state management and offline-first patterns

Ready to build?

Join the developer preview to get API access, documentation, and direct support from the platform team.

Get API Access

Join the developer preview. Build on Olympus Cloud before anyone else.