Service Registry for Spectral SAT Infrastructure
Dynamic service discovery and routing
# Register a service curl -X POST https://registry.spectralfoundry.com/services \ -H "Content-Type: application/json" \ -d '{ "name": "spectral-contract", "url": "https://spectral-contract-xxx.run.app", "health_endpoint": "/api/health", "public_domain": "contract.spectralfoundry.com", "status": "healthy", "capabilities": ["analyze", "extract", "validate"] }' # Send heartbeat curl -X PUT https://registry.spectralfoundry.com/services/spectral-contract \ -H "Content-Type: application/json" \ -d '{"status": "healthy"}' # Get routes for auth proxy curl https://registry.spectralfoundry.com/routes