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
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 }
});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
stableFull-featured SDK for web and Node.js applications
Python
stablePython SDK for backend services and data processing
Rust
betaHigh-performance SDK for systems programming
Go
betaGo SDK for microservices and infrastructure
API Reference
RESTful APIs for every aspect of the Sovereign Stack. Full OpenAPI specs available.
Device API
Register, manage, and monitor devices on Vibertas
Mesh API
Interact with the Alpha Protocol mesh network
Wallet API
VIBE token operations and transaction management
Pythia API
Access distributed AI compute and intelligence
Automation API
Create and manage automation rules and triggers
Storage API
Distributed storage operations across the mesh
Stack Architecture
Understand how the six layers of the Sovereign Stack work together.
Spectrum Galactic
Satellite APISatellite connectivity layer for global, censorship-resistant coverage
VIBE Token
Wallet APIEconomic layer - payments, staking, and incentive mechanisms
Pythia AI
AI APIDistributed AI compute - queries, tasks, and model inference
Vibertas
Core APIsOperating system layer - devices, storage, and automations
Omega Hardware
Device APIHardware abstraction - routers, sensors, and edge devices
Alpha Protocol
Mesh APIMesh networking foundation - P2P connections and routing
Developer Resources
Everything you need to build, test, and deploy on Vibertas.
Quick Start Guide
Get up and running with Vibertas in 5 minutes
API Reference
Complete API documentation with examples
SDK Documentation
Language-specific guides and tutorials
Example Projects
Sample applications and starter templates
Architecture Guide
Deep dive into Sovereign Stack architecture
Community Discord
Get help from the developer community
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
Developer Tiers
- • 10K API calls/month
- • 5K test VIBE
- • Community support
- • 100K API calls/month
- • 50K test VIBE
- • Priority support
- • Staging environment
- • 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.