Developer Platform

Build on the Sovereign Stack

Create privacy-first applications with mesh networking, distributed AI, and token economics built in. Everything you need to build sovereign software.

Quick Start

Start building on Vibertas in minutes with our SDK.

1. Install the SDK

$npm install @vibertas/sdk

2. Initialize your app

import { Vibertas } from '@vibertas/sdk';

const sos = new Vibertas({
  apiKey: process.env.VIBERTAS_API_KEY,
  network: 'mainnet' // or 'testnet'
});

// Connect to the mesh
await sos.mesh.connect();

// Check wallet balance
const balance = await sos.wallet.getBalance();
console.log(`VIBE Balance: ${balance}`);

3. Build something amazing

// Register a device
const device = await sos.devices.register({
  name: 'My IoT Sensor',
  type: 'sensor',
  capabilities: ['temperature', 'humidity']
});

// Create an automation
await sos.automations.create({
  trigger: {
    type: 'device_event',
    deviceId: device.id,
    condition: 'temperature > 80'
  },
  action: {
    type: 'notification',
    message: 'Temperature alert!'
  }
});

// Query Pythia AI
const insight = await sos.ai.query({
  prompt: 'Analyze temperature patterns',
  context: { deviceId: device.id }
});
💡
Free Developer Tier

Get started with 10,000 free API calls per month and 5,000 VIBE tokens for testing.

Official SDKs

Native SDKs for your preferred language with full TypeScript support.

JavaScript/TypeScript

stable

Full-featured SDK for web and Node.js applications

npm install @vibertas/sdk

Python

stable

Python SDK for backend services and data processing

pip install vibertas

Rust

beta

High-performance SDK for systems programming

cargo add vibertas

Go

beta

Go SDK for microservices and infrastructure

go get github.com/vibertas/sdk-go

API Reference

RESTful APIs for every aspect of the Sovereign Stack. Full OpenAPI specs available.

Device API

Register, manage, and monitor devices on Vibertas

GET /devices
POST /devices
GET /devices/:id/status

Mesh API

Interact with the Alpha Protocol mesh network

GET /mesh/nodes
POST /mesh/connect
GET /mesh/status

Wallet API

VIBE token operations and transaction management

GET /wallet/balance
POST /wallet/send
GET /wallet/history

Pythia API

Access distributed AI compute and intelligence

POST /ai/query
GET /ai/credits
POST /ai/tasks

Automation API

Create and manage automation rules and triggers

GET /automations
POST /automations
PUT /automations/:id

Storage API

Distributed storage operations across the mesh

POST /storage/upload
GET /storage/:id
DELETE /storage/:id

Stack Architecture

Understand how the six layers of the Sovereign Stack work together.

L5

Spectrum Galactic

Satellite API

Satellite connectivity layer for global, censorship-resistant coverage

L4

VIBE Token

Wallet API

Economic layer - payments, staking, and incentive mechanisms

L3

Pythia AI

AI API

Distributed AI compute - queries, tasks, and model inference

L2

Vibertas

Core APIs

Operating system layer - devices, storage, and automations

L1

Omega Hardware

Device API

Hardware abstraction - routers, sensors, and edge devices

L0

Alpha Protocol

Mesh API

Mesh networking foundation - P2P connections and routing

Developer Program

Join the Builder Community

Get early access to new features, direct support from the core team, and opportunities to earn VIBE tokens for your contributions.

  • Priority access to new APIs and features
  • Direct Slack channel with core developers
  • VIBE token grants for approved projects
  • Featured placement in the app directory
  • Technical co-marketing opportunities
Apply to Developer Program

Developer Tiers

Free$0
  • 10K API calls/month
  • 5K test VIBE
  • Community support
Pro$49/mo
  • 100K API calls/month
  • 50K test VIBE
  • Priority support
  • Staging environment
EnterpriseCustom
  • Unlimited API calls
  • Dedicated support
  • Custom SLA
  • On-premise option

Ready to Start Building?

Create your developer account and get your API keys in seconds.