Nireya OS API
Execution backbone of Nireya OS - Connected to Supabase
Supabase ConnectedAPI Logging EnabledOrchestrator ActiveNIRGAD Engine
Checking health...
NIRGAD Command Engine
Natural Intelligence-Ready Generative Architecture for Development
build app for [project]Queue app build
create project [name]Create new project
list projectsList all projects
deploy [project] to prodDeploy to production
API Endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/health | Service health check |
| GET | /api/system/status | System status overview |
| GET | /api/logs | API request logs |
| POST | /api/nirgad/command | Execute NIRGAD command |
| GET | /api/nirgad/command | Get recent commands |
| GET | /api/nirgad/help | NIRGAD command reference |
| POST | /api/build/app | Queue app build |
| POST | /api/build/web | Queue web build |
| POST | /api/build/api | Queue API build |
| POST | /api/build/data | Queue data build |
| POST | /api/build/agent | Queue agent build |
| POST | /api/build/platform | Queue platform build |
| GET | /api/build/queue | View build queue |
| POST | /api/internal/build/process | Process next build |
| GET | /api/registry/brands | List/create brands |
| GET | /api/registry/products | List/create products |
| GET | /api/registry/projects | List/create projects |
| GET | /api/registry/agents | List/create agents |
| GET | /api/deploy/check | Check deploy readiness |
| GET | /api/deploy/history | Deployment history |
| POST | /api/deploy/prepare | Prepare deployment |
| GET | /api/auth/session | Get session |
| GET | /api/auth/me | Get current user |
| POST | /api/auth/logout | Logout |
Database Schema
Core Tables
users
RLS enabled
brands
RLS enabled
products
RLS enabled
projects
RLS enabled
agents
RLS enabled
builds
RLS enabled
deployments
RLS enabled
registry
RLS enabled
ai_commands
RLS enabled
Cloud Extension Tables
organizations
Multi-tenant ready
workspaces
Multi-tenant ready
memberships
Multi-tenant ready
plans
Multi-tenant ready
subscriptions
Multi-tenant ready
usage_events
Multi-tenant ready
audit_logs
Multi-tenant ready