Files
blackroad-operating-system/os-spec/os-spec.json
2025-11-20 12:32:56 -06:00

62 lines
2.1 KiB
JSON

{
"version": "2025-03-01",
"services": [
{
"key": "core",
"name": "Core API",
"repoUrl": "https://github.com/BlackRoad-OS/blackroad-os-core",
"railwayUrl": "https://9gw4d0h2.up.railway.app",
"cloudflareSubdomain": "https://core.blackroad.systems",
"healthPath": "/health"
},
{
"key": "api",
"name": "Public API",
"repoUrl": "https://github.com/BlackRoad-OS/blackroad-os-api",
"railwayUrl": "https://ac7bx15h.up.railway.app",
"cloudflareSubdomain": "https://api.blackroad.systems",
"healthPath": "/health"
},
{
"key": "agents",
"name": "Agents Runtime",
"repoUrl": "https://github.com/blackboxprogramming/blackroad-operator",
"railwayUrl": null,
"cloudflareSubdomain": "https://agents.blackroad.systems",
"healthPath": "/health"
},
{
"key": "operator",
"name": "Operator Orchestrator",
"repoUrl": "https://github.com/BlackRoad-OS/blackroad-os-operator",
"railwayUrl": "https://blackroad-os-operator-production-3983.up.railway.app",
"cloudflareSubdomain": "https://operator.blackroad.systems",
"healthPath": "/health"
},
{
"key": "prism-console",
"name": "Prism Console",
"repoUrl": "https://github.com/BlackRoad-OS/blackroad-os-prism-console",
"railwayUrl": "https://qqr1r4hd.up.railway.app",
"cloudflareSubdomain": "https://console.blackroad.systems",
"healthPath": "/health"
},
{
"key": "web",
"name": "Marketing Web",
"repoUrl": "https://github.com/BlackRoad-OS/blackroad-os-web",
"railwayUrl": "https://blackroad-os-web-production-3bbb.up.railway.app",
"cloudflareSubdomain": "https://web.blackroad.systems",
"healthPath": "/health"
},
{
"key": "docs",
"name": "Documentation Site",
"repoUrl": "https://github.com/BlackRoad-OS/blackroad-os-docs",
"railwayUrl": "https://2izt9kog.up.railway.app",
"cloudflareSubdomain": "https://docs.blackroad.systems",
"healthPath": "/health"
}
]
}