Omnius Server __top__ | Register

"client_id": "omni-abc123", "api_key": "om_key_xyz789", "api_secret": "s3cr3t!", "status": "active", "server_time": "2026-04-14T10:00:00Z", "endpoints": "command": "https://omnius.internal/v1/command", "telemetry": "https://omnius.internal/v1/telemetry", "sync": "https://omnius.internal/v1/sync"

I'll create a for an Omnius Server — a centralized system managing agents, devices, or users (inspired by the Dune Omnius thinking machine concept). register omnius server

# 6. Return credentials (secret only once) return "client_id": client_id, "api_key": api_key, "api_secret": api_secret, "status": status, "server_time": now_iso(), "endpoints": get_endpoints_for_client_type(request_data["client_type"]) "endpoints": "command": "https://omnius.internal/v1/command"

Content-Type: application/json

# 3. Auto-approve or require admin approval status = "active" if AUTO_APPROVE else "pending" register omnius server

"client_type": "agent